Returns the number of rows in a given range.
Syntax
Examples
|
Formula |
Result |
|
=ROWS( A1:C8 ) |
8 |
|
=ROWS( A5:C5 ) |
1 |
|
=ROWS(Sales_data) |
9 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions