When I put the following
=INDIRECT("'2016SP'!A1:A"&"2469")
into an Excel cell, the cell only displays the value in the first cell of the range. I want the cell to have an array of values that I can reference later without having to re-fetch the data.
Can I do this with INDIRECT
?