Count how many cells in a range are empty (or filled).
Copy this formula
=COUNTBLANK(A2:A100)COUNTBLANK counts empty cells, including those with a formula that returns "". For filled cells use COUNTA, and for numbers only use COUNT.
=COUNTA(A2:A100)→6363 cells contain data.
COUNT counts only numbers; COUNTA counts any non-empty cell, including text.
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.