INDIRECT Function
The indirect function in excel returns a reference to a range. We can use this function to create a reference that won't change if row or columns are inserted in the worksheet. Or, cause it to create a reference from letters and numbers in other cells.The INDIRECT function has two arguments:
- ref_text: A cell reference or text string
(or both), that create the range reference. The referenced range can be a
cell, a range of cells, or a named range.
- a1: TRUE or FALSE. Does the reference use A1 reference style? If this argument is TRUE, or omitted, the ref_text is A1 style. If the argument is FALSE, the ref_text is R1C1 style.
Indirect Function Excel |