I am attempting to merge several workbooks into one using the QUERY & IMPORTRANGE functions. I can do it for one url but not for two or more.
Below is the code I was working with.
=(QUERY({IMPORTRANGE("1eektUNSkM1buTolWF6o6gU5H6aJU5kqoUhgAPgipnZk", "1.1_Goal_Plan!A1:V70"); IMPORTRANGE("12b8HAacbSEN7hQMlnPU8froVs1ACWf_7782DMYvtbLA", "1.1_Goal_Plan!A1:V70")}, "where Col1 is not null",0))
It returns the below error.
In ARRAY_LITERAL, an Array Literal was missing values for one or more rows.
Any help would be greatly appreciated!