A
Amanda Guenthner
I need to count the number of times that the cells that match mulit-criteria.
Would a CountIf or an Array work. Tried a DCount, but could not get it to
work. I am trying to determine the following:
A1:A10 = "Active" AND B1:B10 = "X" OR C1:C10 = "X" OR D1:C10 = "X"
A B C D
Active X X
Active X
Not X
Active X
Active X X
Answer should be 4 since I want this mutually exclusive (i.e. X in mulitple
columns only counted once). Sorry if this is explained poorly!
Thanks,
AG
Would a CountIf or an Array work. Tried a DCount, but could not get it to
work. I am trying to determine the following:
A1:A10 = "Active" AND B1:B10 = "X" OR C1:C10 = "X" OR D1:C10 = "X"
A B C D
Active X X
Active X
Not X
Active X
Active X X
Answer should be 4 since I want this mutually exclusive (i.e. X in mulitple
columns only counted once). Sorry if this is explained poorly!
Thanks,
AG