G
Guest
I am trying to count the number of occurences of something in one column depending on a couple of other columns.
e.g.
Available Proof of ID
Y 1
Y x
N 0
N/A x
In this case I would want to total the number of entries in the Proof of ID column (both the 1's and 0's, but not the x's) where there is not an N/A in the availability column, so it would show me 2.
Anyone with any ideas??
e.g.
Available Proof of ID
Y 1
Y x
N 0
N/A x
In this case I would want to total the number of entries in the Proof of ID column (both the 1's and 0's, but not the x's) where there is not an N/A in the availability column, so it would show me 2.
Anyone with any ideas??