Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 69
Default Conditional Formatting

Hi:
I know that Excel 2003 only allows a Max of 3 conditional formats. I am
wondering if there is a formula that can better address my needs.

I have 6 different groups of words that I want to trigger 3 different colors
depending on what is selected:

Approved- A (green)
Approved- B (green)
Approved- C (green)
Rejected- A (red)
Rejected- B (red)
Dropped (grey)

I am using the 'Cell Value is =' selection to do this. Is there a way to
solve this with a formula?

Is it possible to do this?
Thank you,
JR

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,069
Default Conditional Formatting

Yes. Use 3 'Formula Is' conditions. For the Green condition, set Formula Is
to this:

=OR(A1="Approved - A", A1="Approved - B", A1="Approved - C")

For the Red condition, set Formula Is to this:

=OR(A1="Rejected - A", A1="Rejected - B")

For the Grey condition, set Formula Is to this:

=(A1="Dropped")

In this example, A1 is the first cell with the text to be evaluated. You can
put the conditional formatting on A1 itself, or on another cell based on what
is in A1. You can use Format Painter to copy the conditional formatting to
other cells.

Hope this helps,

Hutch

"Roady" wrote:

Hi:
I know that Excel 2003 only allows a Max of 3 conditional formats. I am
wondering if there is a formula that can better address my needs.

I have 6 different groups of words that I want to trigger 3 different colors
depending on what is selected:

Approved- A (green)
Approved- B (green)
Approved- C (green)
Rejected- A (red)
Rejected- B (red)
Dropped (grey)

I am using the 'Cell Value is =' selection to do this. Is there a way to
solve this with a formula?

Is it possible to do this?
Thank you,
JR

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
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM
Conditional Formatting pltplt Excel Discussion (Misc queries) 2 July 25th 06 01:11 PM
Conditional Formatting that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 PM


All times are GMT +1. The time now is 05:58 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"