INDIRECT Function in Google Sheets
The INDIRECT function in Google Sheets is used to convert text strings into valid cell or range references. For example, the INDIRECT function will convert the text string “A1” into the cell reference A1. The formula is: =INDIRECT(“A1”) which is equivalent to this formula: = A1 It gives the answer 10 in the following example … Continue reading INDIRECT Function in Google Sheets