Union multiple ranges in google sheets with programmatic lookup
问题 I have a google sheet with a dynamically changing number of worksheets within it. I'd like to be able to automatically union all worksheets that included in a named range that has the worksheet names. I have a manual formula that is working and will union all data into a single worksheet. I'd like to make this computed from the named range. UNION FORMULA ={QUERY('Sheet1'!A2:L, "select * where A != ''");QUERY('Sheet2'!A2:L, "select * where A != ''")} I also have a named range in another sheet