Type | Name | Syntax | Description |
Array | ARRAY_CONSTRAIN | ARRAY_CONSTRAIN (input_range, num_rows, ... | Constrains an array result to a specified ... |
Array | BYCOL | BYCOL (array_or_range, LAMBDA) | Groups an array by columns by application ... |
Array | BYROW | BYROW (array_or_range, LAMBDA) | Groups an array by rows by application of ... |
Array | FLATTEN | FLATTEN (range1, [range2,...]) | Flattens all the values from one or more ... |
Use INDIRECT
Let say that A1 has the sheet name and that we want to reference A1 of that sheet. The formula will be:
=INDIRECT(A1&"!A1")
Related Q&A