π 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