=EXACT

  • Thread starter Thread starter John
  • Start date Start date
Hi
so you want to check that all three cells are identical?
If yes try
=AND(EXACT(AA6,AB6),EXACT(AA6,AC6))
 
-----Original Message-----
I have this forumla =EXACT(AA6,AB6)

However, i want it to also look in cell AC6
John

try this
=IF(AND(EXACT(AA6,AB6),EXACT(AB6,AC6)),TRUE,FALSE)

Regards
Peter
 
Back
Top