Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 70
Default Issue with conditional formatting

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
  #2   Report Post  
Posted to microsoft.public.excel.misc
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

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
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(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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Formatting Issue debra49424 Excel Discussion (Misc queries) 4 February 19th 09 07:10 PM
Conditional Formatting Issue Robert Excel Discussion (Misc queries) 8 September 1st 08 11:05 PM
Excel - conditional formatting issue Raj Excel Discussion (Misc queries) 3 May 23rd 08 03:36 PM
Conditional Formatting Issue afsoares Excel Discussion (Misc queries) 3 June 30th 06 01:36 PM
conditional formatting issue QUESTION-MARK Excel Worksheet Functions 3 April 20th 06 01:04 AM


All times are GMT +1. The time now is 09:31 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"