A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Issue with conditional formatting



 
 
Thread Tools Display Modes
  #1  
Old June 2nd, 2010, 05:16 PM posted to microsoft.public.excel.misc
The Rook
external usenet poster
 
Posts: 98
Default Issue with conditional formatting

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
  #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

  #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

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:27 PM.


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