Newbie, Countif Question

M

Max

Mitymack said:
How do I Countif A1=B1 or A1=C1 or B1=C1
any help would be appreciated, thank you

Assume source data within A1:C10
Put in D1: = --OR(A1=B1,A1=C1,B1=C1)
Copy down to D10

Col D will return either a zero if FALSE, or a 1 if TRUE
 
Top