Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
COUNT returns how many cells in one or more ranges contain numeric values, including dates and times stored as numbers. It skips text, blanks, and error values, making it the standard way to count numeric records.
=COUNT(B2:B5)=COUNT(B2:B5)Computed by a real spreadsheet engine on the sample data below.
| Product | Sales |
| Widget A | 120 |
| Widget B | |
| Widget C | 95 |
| Widget D | 300 |
=COUNT(B2:B5)→3
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Count how many rows in the sales column have a numeric value entered”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: