View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default how do I get 8 Conditional Formats for 1 Cell

Just test each cell for the same value,

either

=AND(A1=L1,A1=M1,A1=Q1) obviously add extra tests

or if the cells are contiguous use

=COUNTIF(M1:T1,A1)=8

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Craig" wrote in message
...
I need a particular Cell to Highlight if it is the same (or equal to ) 8
different cells in the 1 row