Show contents 

Creating Pixel-Perfect Reports > Getting Started with the Reports Tool in the Desktop Application > Building Report > Adding a New Sheet and Working with It > Working with Report Sheet Data > Using Formulas > Function Wizard > Search > Row

Row

The function wizard for the Row function:

Syntax

Row(Reference)

Parameters

Reference. Cell or cell range.

Description

Returns the number of the referenced row.

Example

Formula Result Description
=Row(V4) 4 Row number.
=Row( A1:A4) 1 First range row number.

See also:

Function Wizard │ Search