← Back to level 2
Level 2Next
ROWS
A medium size formula for counting how many rows are in a range or array.
Syntax
=ROWS(...)Step-by-step explanation
- 1Understand the job that ROWS solves before you type the formula.
- 2Build or select the cells and ranges that ROWS needs before typing it.
- 3Check the output and refine the range or criteria if needed.
Common mistakes
Using it on a single cell and expecting a different count
Confusing rows with row numbers
Mixing it up with COLUMNS
Example table
A quick scenario to connect the syntax to the result.
| 12 | 18 |
| 8 | 68 |
Formula
=ROWS(A1:B2)
Result
68
Worked example
- 1Read the sample data first so you know what the formula needs to solve.
- 2Enter =ROWS(A1:B2) in the result cell and press Enter.
- 3Check that the output matches 68.
Practice area
Use ROWS when the number of rows matters for sizing, validation, or array logic.
Match against the syntax block above.