ROW Function

Complete Excel VBA Course

ROW function is used to get the row reference number of the excel worksheet.

ROW Function has only one argument i.e. reference, where we need to give cell address/ reference.

Syntax:
=ROW(reference)
Syntax Description:

reference argument is used to give the cell reference for which row sequence number is required

Complete Excel VBA Course
Example 1: Exploring ROW function with examples:

Here we have some examples, where:

  • “Column A to B” is a database
  • “Column C” shows the sample formula applied,
  • “Column D” shows the output of the function and,
  • Explanation is provided in Column “E”

We will be using ROW function as follows:

ROW Function
Things to Remember:

– If Range of cells given in reference argument, then function output will be leftmost row sequence number

– If cell reference is not given in reference argument, then function output will be row sequence number of formula cell

Hope you learnt this Function,

Don’t forget to leave your valuable comments!

Recommended Articles

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *