I am trying to combine multiple spreadsheets into one master spreadsheet by using IMPORTRANGE. Tried the following:
=QUERY({IMPORTRANGE("187znjFwW25ZNSovWcAv43hjYynmsEJW_MU46BgoACZY","Status!A:BJ");IMPORTRANGE("2v4XB81Io7H70WBgmEu_gZ4233E7qf9l2Nfvlc1AfLuM","Status!A:BJ")},"where Col1 is not null")
or
={IMPORTRANGE("187znjFwW25ZNSovWcAv43hjYynmsEJW_MU46BgoACZY","Status!A:BJ");IMPORTRANGE("2v4XB81Io7H70WBgmEu_gZ4233E7qf9l2Nfvlc1AfLuM","Status!A:BJ")}
and always saw:
In ARRAY_LITERAL, an Array Literal was missing values for one or more rows
I also made to sure to do IMPORTRANGE for each spreadsheet and click on 'allow' - so individually they are being imported but I cannot combine them into one sheet in the new spreadsheet.
Any thoughts?