I'm trying to figure out how to do a COUNTIFS using OR logic and tables.
Using the tables below, how do I count how many instances in Table1 are there where Table1[Field1] is found in Table2[Field1] OR Table1[Field2] > Table3[Field1]?
Answer is 5. I don't want to double count where both criteria are met.
Thanks.
Table1
[Field1] [Field2]
aaa 1
bbb 6
aaa 1
ccc 2
aaa 5
ddd 4
Table 2
[Field1]
aaa
bbb
Table3
[Field1]
3
Bookmarks