View Single Post
  #2  
Old June 2nd, 2010, 05:34 PM posted to microsoft.public.excel.misc
Jacob Skaria
external usenet poster
 
Posts: 5,952
Default Issue with conditional formatting

Try the below instead

=COUNTIF(D6:E6,0)=2

--
Jacob (MVP - Excel)


"The Rook" wrote:

D1 has the following conditional formatting applied to it
=AND(D60,E60)

What I am trying to do is colour D1 if both D6 & E6 are populated with 0.

Thia seem to do it if any are populated with 0

What an I doing wrong