const id="тут_id_таблицы-приёмника";
let destination = SpreadsheetApp.openById(id)
let ss = SpreadsheetApp.getActiveSpreadsheet();
let sheets = ss.getSheets();
for (var sheet in sheets){
sheets[sheet].copyTo(destination)
};
=ПОИСКПОЗ(МАКС(A:A);A:A;0)
=ArrayFormula(
ЕСЛИОШИБКА(A:A/A:A;0)+
ЕСЛИОШИБКА(B:B/B:B;0)+
ЕСЛИОШИБКА(C:C/C:C;0)
)