Hello All,
I would like to conduct a logical test whether 3 (of 4) cells contain the same first character (e.g. four cells - KQ KH QD KS - contain three Ks). Excel does not let me run multiple equal signs in a single logical test. Any suggestions?
I was hoping for something along the lines of
=If(OR(A1=B1=C1, A1=B1=D1, A1=C1=D1...),1,0)
but Excel doesn't like the two equal signs.
Thanks.
I would like to conduct a logical test whether 3 (of 4) cells contain the same first character (e.g. four cells - KQ KH QD KS - contain three Ks). Excel does not let me run multiple equal signs in a single logical test. Any suggestions?
I was hoping for something along the lines of
=If(OR(A1=B1=C1, A1=B1=D1, A1=C1=D1...),1,0)
but Excel doesn't like the two equal signs.
Thanks.