Запрос очень простой
=QUERY({
IMPORTRANGE("Document","Январь!A1:R");
IMPORTRANGE("Document","Февраль!A1:R");
IMPORTRANGE("Document","Март!A1:R");
IMPORTRANGE("Document","Апрель!A1:R");
IMPORTRANGE("Document","Май!A1:R");
IMPORTRANGE("Document","Июнь!A1:R");
IMPORTRANGE("Document","Июль!A1:R");
IMPORTRANGE("Document","Август!A1:R");
IMPORTRANGE("Document","Сентябрь!A1:R");
IMPORTRANGE("Document","Октябрь!A1:R");
IMPORTRANGE("Document","Ноябрь!A1:R");
IMPORTRANGE("Document","Декабрь!A1:R")
},
"SELECT * WHERE Col7 is not null " )