View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
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(D6<0,E6<0)

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