G Guest Oct 2, 2007 #1 I understand that the Exact formula can compare 2 columns. Is there a way that I can compare 3 columns of data? Thanks. Jason
I understand that the Exact formula can compare 2 columns. Is there a way that I can compare 3 columns of data? Thanks. Jason
B Bob Phillips Oct 2, 2007 #2 =EXACT(E1,IF(EXACT(F1,G1),F1)) -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy)
=EXACT(E1,IF(EXACT(F1,G1),F1)) -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy)
T T. Valko Oct 2, 2007 #3 Try one of these. Array entered** : =AND(EXACT(A1,B1:C1)) Normally entered: =SUMPRODUCT(--(EXACT(A1,B1:C1)))=2 ** array formulas need to be entered using the key combination of CTRL,SHIFT,ENTER (not just ENTER)
Try one of these. Array entered** : =AND(EXACT(A1,B1:C1)) Normally entered: =SUMPRODUCT(--(EXACT(A1,B1:C1)))=2 ** array formulas need to be entered using the key combination of CTRL,SHIFT,ENTER (not just ENTER)