Show contents 

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

Column

Syntax

 Column(Reference)

Parameters

Reference. Cell or cell range.

Description

Returns the number of the referenced column.

Comments

Column numbering starts with zero.

Example

Formula Result Description
=Column(V4) 21 Column number.
=Column( A1:C1) 0 Number of the first range column.

See also:

Function Wizard │ Search