Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
Heads up: Excel and Google Sheets do this differently.
=FILTER(A2:A5,(B2:B5="East")*(C2:C5>150))=FILTER(A2:A5,B2:B5="East",C2:C5>150)Computed by a real spreadsheet engine on the sample data below.
| Campaign | Region | Amount |
| Alpha | East | 120 |
| Beta | West | 200 |
| Gamma | East | 300 |
| Delta | East | 250 |
=FILTER(A2:A5,(B2:B5="East")*(C2:C5>150))→Gamma | Delta
Both expressions are checked against an independently calculated expected result in HyperFormula. This is a sample execution check, not native Excel or Google Sheets certification.
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need the Google Sheets version instead? Open Sheets variant in workspace →
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
The product is true only when both conditions are true. Adding conditions would instead express OR.
Use Microsoft 365, Excel 2021 or Excel 2024. Older versions need another filtering method.
Reviewed 2026-09-16
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: