google-sheets - 如果 ref 和 Grade 在另一张纸上匹配,则排除行

标签 google-sheets filter transpose flatten google-query-language

这是我第一次使用 Google 表格,我需要从两个不同的表格中对表格进行排序。 我只想保留没有等级 A

ref

这是谷歌表中的链接 https://docs.google.com/spreadsheets/d/1quXkNuSYPF7MCs7_PGzjHKOLDf0TSvPqlEumNCWc0lc/edit?usp=sharing

22 年 2 月

February '22

22 年 3 月

March'22

预期结果(2 月和 3 月之间的比较)

Comparison

感谢您的帮助

最佳答案

尝试:

=QUERY({'February''22'!A:B; 'March''22'!A2:B}; 
 "where Col2 <> 'A' and Col2 is not null"; 1)

或者如果你只想要唯一的:

=UNIQUE(QUERY({'February''22'!A:B; 'March''22'!A2:B}; 
 "where Col2 <> 'A' and Col2 is not null"; 1))

enter image description here

关于google-sheets - 如果 ref 和 Grade 在另一张纸上匹配,则排除行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71649356/

相关文章:

date - Countif 日期包括年、月或日

google-sheets - 谷歌表格: ArrayFormula with CountBlank

android - 在可浏览的应用程序中添加文件扩展名过滤器

python - Django filter() 查找类型文档

python - 在 python 中转置/旋转矩阵 block

google-apps-script - 是否可以在事件工作表更改时触发事件?

google-sheets - 使用哪些函数根据某一列中包含的数据来交替行组的颜色?

vba - 如何根据文本框值过滤列表框值

python - 如何在 python 中将列转置为多行以获得列值?

php - 如何在 PHP 中转置 MYSQL 数据库