Excel ROWS function
The Excel ROWS function returns the number of rows in a reference or array.
Syntax
=ROWS (array)
Arguments
Array (required): It could be an array, an array formula, or a range of contiguous cells for which you need to get the number of rows.
Return value
The ROWS function will return the number of rows in a given reference or array.
Examples
Example 1: Count number of rows in a certain range
Supposing you want to count the total number of rows in range A2:A11, please select a blank cell to place the result, copy the below formula into it and press the Enter key to get the result.
=ROWS(A2:A11)
Note: =ROWS(A2:A11) returns 10 as the array A2:A11 covers 10 rows in it.
Example 2: Create dynamic sequence number in a column with the ROWS function
The ROWS function can also be used for creating sequence number in a column. Please do as follows.
1. Select the cell (says A2) you want to start the sequence number from number 1, copy the below formula into it and press the Enter key.
=ROWS(A$1:A1)
2. Keep the result cell, then drag the Fill Handle down the column to list the sequence number as you need.
Note: With this method, the sequence number will be updated automatically when adding or deleting rows from the range.
More Example
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...
Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)
- One second to switch between dozens of open documents!
- Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
- Increases your productivity by 50% when viewing and editing multiple documents.
- Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.