View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
mrice
 
Posts: n/a
Default Trying to get a match on Four of Five cells, which formula is use


Try this

=IF(OR(AND(A1=A2,A2=A3,A3=A4),AND(A2=A3,A3=A4,A4=A 5),AND(A1=A2,A2=A4,A4=A5),AND(A1=A3,A3=A4,A4=A5),A ND(A1=A2,A2=A3,A3=A5)),TRUE,FALSE)


--
mrice

Research Scientist with many years of spreadsheet development experience
------------------------------------------------------------------------
mrice's Profile: http://www.excelforum.com/member.php...o&userid=10931
View this thread: http://www.excelforum.com/showthread...hreadid=549649