根据日期在两个数据中查找唯一值

Find Unique Values in two data based on Date

我试图根据日期在两个数据中找到两个唯一的名称。你能告诉我可以使用什么公式吗?非常感谢

https://docs.google.com/spreadsheets/d/1HKnESOUKjh4cfVFCLwQkET3Z0F7LCE5X3F9492IKwCI/edit?usp=sharing

我在单元格 H12 中输入了

=query(query({A2:B; D3:E}, "Select Col1, Col2, count(Col2) where Col2 <>'' group by Col1, Col2", 1), "Select Col1, Col2 where Col3 = 1",1)

看看这对你有用吗?