Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=COUNTIF(B2:B6,">50")Computed by a real spreadsheet engine on the sample data below.
| Region | Sales |
| North | 80 |
| South | 45 |
| North | 60 |
| East | 30 |
| West | 75 |
=COUNTIF(B2:B6,">50")→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.
COUNTIF takes one range and one criterion. COUNTIFS takes multiple range-criterion pairs and counts rows that satisfy all of them simultaneously (AND logic).
Use =COUNTIF(A2:A6,"<>") to count non-empty cells.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: