Hi there,
I've been trying to work this out for ages, but can't get my head around it.
Example data:
A = 1
A = 2
B = 1
C = 1
C = 2
C = 3
D = 2
E = 1
E = 3
I want a query to filter-out any letters that have a value of 1 or 2, but not 3.
Therefore, the result for the above data would be: A, B, D.
Thanks in advance.
I've been trying to work this out for ages, but can't get my head around it.
Example data:
A = 1
A = 2
B = 1
C = 1
C = 2
C = 3
D = 2
E = 1
E = 3
I want a query to filter-out any letters that have a value of 1 or 2, but not 3.
Therefore, the result for the above data would be: A, B, D.
Thanks in advance.