问题 I'd like to get the value of cell A1 from multiple tabs in my sheet. I attempted to use INDIRECT , only to be reminded that it wouldn't work in an ARRAYFORMULA . Is there some sort of "makeshifty" formula that would do the same thing? This is what I originally attempted: =ArrayFormula(IF(LEN(A2:A),INDIRECT(A2:A&"!A1"),)) Column A is a select list of the tab names in my sheet. So the first instance works, but of course, it doesn't populate down the column as I had hoped. I realize I can just