google sheet (姓名sheet)

google sheet ( name sheet )

我需要帮助,我在Sheet的每一天都有每日预订,直到月底(更新月份的天数)

我想单独sheet驱逐出境所有天数,前提是sheet号写在集合table

一起自动更新

每日预订量linkhttps://docs.google.com/spreadsheets/d/1-5T8icAKfveyDWeeyLf1bguDwGYP9mSONuUzYohbOAk/edit?usp=sharing

预订汇总linkhttps://docs.google.com/spreadsheets/d/1-NDjvf0fO4FjLcv8Mj-fR7bY_P2-3NZE1mSFIadP9U8/edit?usp=sharing

谢谢大家

使用:

=QUERY({
 QUERY(IMPORTRANGE("1-5T8icAKfveyDWeeyLf1bguDwGYP9mSONuUzYohbOAk", "1!G11:I"), "select Col1,Col2,Col3,'1' label '1'''");
 QUERY(IMPORTRANGE("1-5T8icAKfveyDWeeyLf1bguDwGYP9mSONuUzYohbOAk", "2!G11:I"), "select Col1,Col2,Col3,'2' label '2'''");
 QUERY(IMPORTRANGE("1-5T8icAKfveyDWeeyLf1bguDwGYP9mSONuUzYohbOAk", "3!G11:I"), "select Col1,Col2,Col3,'3' label '3'''");
 QUERY(IMPORTRANGE("1-5T8icAKfveyDWeeyLf1bguDwGYP9mSONuUzYohbOAk", "4!G11:I"), "select Col1,Col2,Col3,'4' label '4'''");
 QUERY(IMPORTRANGE("1-5T8icAKfveyDWeeyLf1bguDwGYP9mSONuUzYohbOAk", "5!G11:I"), "select Col1,Col2,Col3,'5' label '5'''");
 QUERY(IMPORTRANGE("1-5T8icAKfveyDWeeyLf1bguDwGYP9mSONuUzYohbOAk", "6!G11:I"), "select Col1,Col2,Col3,'6' label '6'''")},
 "where Col3 is not null", )