Exact formula 3 Columns

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I understand that the Exact formula can compare 2 columns. Is there a way
that I can compare 3 columns of data?

Thanks.

Jason
 
=EXACT(E1,IF(EXACT(F1,G1),F1))

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
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)
 
Back
Top