Returns a cell reference specified by a string.
Examples
Note: Each example is in its own tab.
Sample Usage
INDIRECT("Sheet2!"&B10)
INDIRECT("A2")
INDIRECT("R2C3", FALSE)
Student info
Student Info data as a separate sheet in the spreadsheet.
Student grades
Returns the contents of the reference which can be a cell or an area.
Syntax
INDIRECT(cell_reference_as_string, [is_A1_notation])
cell_reference_as_string- A cell reference, written as a string with surrounding quotation marks.use_a1_notation- [ OPTIONAL -TRUEby default ] - A boolean indicating whether to useA1style notation (TRUE) orR1C1style notation (FALSE).