ROWS
Returns the number of rows for given cell range.
Syntax
=ROWS(Range)
Arguments
| Name | Type | Description | 
|---|---|---|
| Range | Range | Cell range to get the number of rows for | 
Return
| Type | Description | 
|---|---|
| Number | The number of rows. | 
Examples
| Formula | Result | Comment | 
|---|---|---|
 | Number of rows for A1:C4 is 4 |