I am not able to figure why the formaula is giving out Array_Literal error code when I am doing everything right.
Formula:
={IMPORTRANGE("https://docs.google.com/spreadsheets/d/dfnk", "Dotpe Import!A2:C15000");
FILTER("RISTA Import!A2:C2500", "RISTA Import!E2:E2500" = 1)}
Error Code:
In ARRAY_LITERAL, an Array Literal was missing values for one or more rows.
I also, looked at this link, and according to it, I have same column count in both arrays.
Thanks in advance!