PC Review


Reply
Thread Tools Rate Thread

Conditional Formatting Excel 2008

 
 
PFABA
Guest
Posts: n/a
 
      24th Nov 2008
I am tryng to create Conditional Formatting with 3 conditions.

1) If J3>0 then format J3 light blue and stop

But if all 3 of the following conditions are true then format J3 dark blue

1) H3="Yes" (this field with have a "Yes" or "No" in it)
2) J3=0 (blank cell with no text)
3) K3>1 (this cell will have a 0 or 1 or 2 or 3 etc.)

Thanks for your help!



I
 
Reply With Quote
 
 
 
 
JE McGimpsey
Guest
Posts: n/a
 
      24th Nov 2008
In article <E3E074EA-3923-4C91-9DDF-(E-Mail Removed)>,
PFABA <(E-Mail Removed)> wrote:

> I am tryng to create Conditional Formatting with 3 conditions.
>
> 1) If J3>0 then format J3 light blue and stop
>
> But if all 3 of the following conditions are true then format J3 dark blue
>
> 1) H3="Yes" (this field with have a "Yes" or "No" in it)
> 2) J3=0 (blank cell with no text)
> 3) K3>1 (this cell will have a 0 or 1 or 2 or 3 etc.)


One way:

Select J3. Choose Format/Conditional Formatting...

CF1: Cell Value is greater than 0
Format1: <patterns>/<lt blue>

CF2: Formula is =AND(COUNTA(J3)=0, H3="Yes",K3>1)
Format2: <patterns>/<dk blue>
 
Reply With Quote
 
PFABA
Guest
Posts: n/a
 
      24th Nov 2008
You're my hero! Thank you so much. It worked!

PFABA, Ontario



"JE McGimpsey" wrote:

> In article <E3E074EA-3923-4C91-9DDF-(E-Mail Removed)>,
> PFABA <(E-Mail Removed)> wrote:
>
> > I am tryng to create Conditional Formatting with 3 conditions.
> >
> > 1) If J3>0 then format J3 light blue and stop
> >
> > But if all 3 of the following conditions are true then format J3 dark blue
> >
> > 1) H3="Yes" (this field with have a "Yes" or "No" in it)
> > 2) J3=0 (blank cell with no text)
> > 3) K3>1 (this cell will have a 0 or 1 or 2 or 3 etc.)

>
> One way:
>
> Select J3. Choose Format/Conditional Formatting...
>
> CF1: Cell Value is greater than 0
> Format1: <patterns>/<lt blue>
>
> CF2: Formula is =AND(COUNTA(J3)=0, H3="Yes",K3>1)
> Format2: <patterns>/<dk blue>
>

 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      24th Nov 2008
The second conditional formatting rule could be:

=and(h3="yes",j3="",k3>1)



PFABA wrote:
>
> I am tryng to create Conditional Formatting with 3 conditions.
>
> 1) If J3>0 then format J3 light blue and stop
>
> But if all 3 of the following conditions are true then format J3 dark blue
>
> 1) H3="Yes" (this field with have a "Yes" or "No" in it)
> 2) J3=0 (blank cell with no text)
> 3) K3>1 (this cell will have a 0 or 1 or 2 or 3 etc.)
>
> Thanks for your help!
>
> I


--

Dave Peterson
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel conditional formatting Masoud Microsoft Excel Worksheet Functions 1 9th Dec 2009 10:27 AM
Conditional Formatting in Excel Arne Microsoft Access 1 14th Sep 2009 05:29 AM
Re: Excel: Conditional Formatting Yabi Microsoft Excel New Users 0 18th Feb 2009 06:27 AM
Excel 2008 (Mac): Conditional formatting criteria expanded? SanDiegoGuy Microsoft Excel Worksheet Functions 0 27th May 2008 10:44 PM
Saving Excel 2007 conditional formatting in Excel 2003 format fmaccrory@gmail.com Microsoft Excel Misc 0 28th Mar 2008 06:42 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:37 AM.