Return all rows that meet a condition as a spilled list with FILTER.
Copy this formula
=FILTER(A2:C100, B2:B100>100)FILTER returns every row of a range where the condition array is TRUE. Combine conditions with * (AND) or + (OR), and add a third argument for what to show when nothing matches.
=FILTER(A2:C100, (B2:B100>100)*(C2:C100="East"), "None")→spilled rowsRows over 100 in the East region.
Cells below or to the right of the formula aren't empty. Clear the spill range so the results have room.
Need a formula for your own data?
Describe what you want in plain language and let ExcelGPT write, explain, and verify the formula — free to start, no plugin.