Exceltechie.com

Easiest way to learn excel on the planet
Facebook-exceltechie Twitter-exceltechie Linkedin-exceltechie
|| Novice || Beginner || Intermediate || Advanced || Specialist || Expert ||
Types of Formula

Financial     Logical     Informational     Text 
Mathematical     Statistical     Lookup     Reference  Formula Errors
ROW

ROW returns the row number of a cell reference.

Syntax
ROW(reference)


referenceCell or range of cells for which we want the row number

COLUMN

COLUMN returns the Column number of a cell reference.

Syntax
COLUMN(reference)


referenceCell or range of cells for which we want the Column number

INDIRECT

Returns the reference specified by a text string.

Syntax
INDIRECT(ref_text,[a1])


Ref_textrefers to a cell as a text string
a1 is a logical value that specifies what type of reference is contained in the cell ref_text.