Google Sheets – Does ArrayFormula Help Inside a Query?

google-sheets-arrayformulagoogle-sheets-query

Im making a query that includes a bunch of importranges and each search takes a while.

The importranges are put together using { array signs }.
If I were to use an arrayformula to make an array of the importranges would that be less labor intensive for the sheet or does it not make a difference.

Best Answer

If you are worried about the spreadsheet recalculation performance I think that comparing a spreadsheet with a formula that use an array of IMPORTRANGE compared to another spreadsheet that puts each IMPORTRANGE as formulas in one or several sheets (unhidden) and then build the array using references to the ranges were the IMPORTRANGE results are displayed, the performance of the first spreadsheet will be better as it doesn't have to spend resources displaying values but I'm not sure what will perform better if the sheet or sheets holding those formulas are hidden.