递归地在另一个工作表中显示过滤器的结果

时间:2019-02-21 16:26:35

标签: google-sheets google-drive-api

我有一些工作表,其名称为日期:“ 2019-01-01”,“ 2019-01-02”,“ 2019-01-03”,等等。

在每个人中我都有这个专栏

A           B        C        D
value       count1   count2   count3
A
A
B
C
A

所以我想用A来过滤行,像这样:

filter(A:D,A:A="A")

但是我想在另一张纸上显示此信息:

The result of the filter of the sheet "2019-01-01" should be showed in 
"2019-01-02" 

The result of the filter of the sheet "2019-01-02" should be showed in 
"2019-01-03", etc

所有这些表都是从“模板”表创建的。

我如何实现这个目标?

0 个答案:

没有答案