View Single Post
  #3  
Old June 2nd, 2010, 05:36 PM posted to microsoft.public.excel.misc
FSt1
external usenet poster
 
Posts: 2,788
Default Issue with conditional formatting

hi
try
=and(d6=0,e6=0)

you have to set up as not equal 0

regards
FSt1

"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