Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=COUNTIF(B2:B6,">100")Computed by a real spreadsheet engine on the sample data below.
| Product | Sales |
| A | 80 |
| B | 150 |
| C | 200 |
| D | 50 |
| E | 120 |
=COUNTIF(B2:B6,">100")→3
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
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.
Yes: =COUNTIF(A2:A6,">"&DATE(2024,1,1)) counts dates after 2024-01-01.
Use COUNTIFS: =COUNTIFS(B2:B6,">50",B2:B6,"<200") counts cells between 50 and 200 exclusive.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: