Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Excel 2003 Conditional Formatting w/ 3 Conditions and a value = to

I am trying to create a red green amber format only if a condition is checked
as required.

For example.

Cells C5:E5 asks if that line item is a required item for this program.
Marking cell C5 with an "x" would indicate that is a required item and thus
needs more cells to be completed (f5:I5) that describe the state/progress of
that item. Marking either Cell D5 or E5 would not require any further entries
and cells f5:i5 should remain blank (no formatting).

Cells F5:I5 are inputs that correspond to the line item & once one evaluates
the task---then they enter a number...if the number they enter to those cells
is 5--then it would be green, 4 & 3 are amber & 1&2 are red.

I can get the 3 colors to work w/out issue...however, am having a hard time
making sure thatthe conditional formatting only comes into play when the cell
C5 is marked & otherwise---there is no formatting at all.

Thanks in advance for the help ;-)
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default Excel 2003 Conditional Formatting w/ 3 Conditions and a value = to

The easier way might be to use Data Validation. Select cells f5:i5. Go to
Data - Validation. From first dropdown, select custom. input this formula:
=COUNTA($C5)=1
Hit ok.

Now, you can only input something into f5:i5 (and thus trigger your
formatting) if C5 is filled in.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Enggal" wrote:

I am trying to create a red green amber format only if a condition is checked
as required.

For example.

Cells C5:E5 asks if that line item is a required item for this program.
Marking cell C5 with an "x" would indicate that is a required item and thus
needs more cells to be completed (f5:I5) that describe the state/progress of
that item. Marking either Cell D5 or E5 would not require any further entries
and cells f5:i5 should remain blank (no formatting).

Cells F5:I5 are inputs that correspond to the line item & once one evaluates
the task---then they enter a number...if the number they enter to those cells
is 5--then it would be green, 4 & 3 are amber & 1&2 are red.

I can get the 3 colors to work w/out issue...however, am having a hard time
making sure thatthe conditional formatting only comes into play when the cell
C5 is marked & otherwise---there is no formatting at all.

Thanks in advance for the help ;-)

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Excel 2003 Conditional Formatting w/ 3 Conditions and a value= to

Enggal wrote:
I am trying to create a red green amber format only if a condition is checked
as required.

For example.

Cells C5:E5 asks if that line item is a required item for this program.
Marking cell C5 with an "x" would indicate that is a required item and thus
needs more cells to be completed (f5:I5) that describe the state/progress of
that item. Marking either Cell D5 or E5 would not require any further entries
and cells f5:i5 should remain blank (no formatting).

Cells F5:I5 are inputs that correspond to the line item & once one evaluates
the task---then they enter a number...if the number they enter to those cells
is 5--then it would be green, 4 & 3 are amber & 1&2 are red.

I can get the 3 colors to work w/out issue...however, am having a hard time
making sure thatthe conditional formatting only comes into play when the cell
C5 is marked & otherwise---there is no formatting at all.

Thanks in advance for the help ;-)



Try something like this:

=AND($C5="x", 'your current conditional format formula' )
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
Excel Conditional Formatting -- more than 4 conditions by row [email protected] Excel Worksheet Functions 1 June 28th 07 04:20 PM
need 4 conditions for conditional formatting and there are only 3 pm Excel Worksheet Functions 2 January 4th 07 07:51 PM
Conditional formatting should allow more than three conditions. Joshua, Technical Editor Excel Discussion (Misc queries) 1 July 26th 06 12:44 PM
More than 3 Conditional Formatting Conditions Beth H Excel Worksheet Functions 12 January 6th 06 07:35 PM
Conditional formatting: I have five conditions, how to do this? Danzguy Excel Discussion (Misc queries) 2 May 11th 05 08:21 AM


All times are GMT +1. The time now is 05:32 AM.

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

About Us

"It's about Microsoft Excel"