domenica 24 maggio 2026

πŸ“Š Excel 365: Extract Data Between Sheets Based on Criteria

πŸ“Š Excel 365: Extract Data Between Sheets Based on Criteria

lang:en

πŸš€ Filter and Transfer Data Between Excel Sheets with Ease

Excel 365 provides powerful functions to extract data from one sheet to another based on specific criteria, eliminating the need for manual copy-paste and saving precious time. Here are the key functions:

⚡ Main Functions

  • πŸ” FILTER — select rows that match a specific criterion
  • πŸ“¦ INDEX + MATCH — combine lookup and return of matching data
  • 🧠 VLOOKUP — search for values in a table and return related data
  • 🎯 XLOOKUP — modern and more flexible version of VLOOKUP
  • πŸ’» DYNAMIC FILTER — create a live view of filtered data that auto-updates
  • πŸ“Š UNION — combine results from multiple ranges or sheets

🐍 How It Works

  • πŸ“¦ Define the filter criterion (e.g., column = specific value)
  • πŸ”— Apply the formula =FILTER(table; criteria; "no data") to select rows
  • The result spills automatically into the destination sheet
  • πŸ”„ Any change in the source data reflects in real time

πŸ† Advantages

  • πŸš€ No copy-paste — data transfers automatically
  • Live update — change the criterion, change the result
  • 🧠 No macros needed — only native Excel formulas
  • πŸ“Š Scalable — works with hundreds or thousands of rows

πŸ‘‰ Practical Example

To extract all "Sales" department data from the Data sheet to the Summary sheet:

=FILTER(Data!A2:E100; Data!B2:B100="Sales"; "No data found")

πŸ‘‰ Video tutorial: https://www.youtube.com/shorts/GTixn5IJAlM

πŸ“Š Excel 365: Extract Data Between Sheets Based on Criteria

πŸ“Š Excel 365: Extract Data Between Sheets Based on Criteria lang:en πŸš€ Filter and Transfer Data Between Excel Sheets with Ease Excel 36...