The INDIRECT Function
It returns a formula as a string.
It returns a formula as a string.
It returns a formula as a string.
Use LOOKUP when you need to find something in a single row or column and find a value from the same position in a second row or column.
Use HLOOKUP when you need to find things in a table or a range by column. It is part of the lookup and reference functions of Excel .
Use VLOOKUP when you need to find things in a table or a range by row. It is part of the lookup and reference functions of Excel.
The OFFSET function returns a reference to a range that is a specified number of rows and columns from a cell or range of cells .
The MATCH function searches for a specified item in a range of cells, and then returns the relative position of that item in the range .
The INDEX function returns a value or the reference to a value from within a table or range.
The CHOOSE function returns a value from an array of values, that corresponds to a specific position in that array.
From all the lookup functions, LOOKUP is the least useful. Even though it is a powerful function, it is hardly used at all.