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

Forgive me for the lack of excel termonology I know, I just use the program

I have had much success with Conditional Formatting when it involves
numbers, formulas, and the like. However the current task leaves me in a
quandry.

I am attempting to yield Green for a "Y" or Yes, Yellow for a Blank or "",
or Red for a "N".

I am not sure if I can just use an IF statement that will yield the
conditional "Cell Fill" though.

Any help on the letter value issue?
--
Generally confused, but serving my Lord wholeheartedly
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Conditional Formatting

1. Select the range/column

2. From menu FormatConditional Formatting

3. For Condition1Select 'Cell valu is' and enter
="Y"
Click Format ButtonPattern and select your color (say Green)

4. Click on Add button.

5. For Condition2Select 'Cell valu is' and enter
=""
Click Format ButtonPattern and select your color (say Yellow)

6. Click on Add button.

7. For Condition1Select 'Cell valu is' and enter
="N"
Click Format ButtonPattern and select your color (say Red)

8. Hit OK

If this post helps click Yes
---------------
Jacob Skaria


"RMartin" wrote:

Forgive me for the lack of excel termonology I know, I just use the program

I have had much success with Conditional Formatting when it involves
numbers, formulas, and the like. However the current task leaves me in a
quandry.

I am attempting to yield Green for a "Y" or Yes, Yellow for a Blank or "",
or Red for a "N".

I am not sure if I can just use an IF statement that will yield the
conditional "Cell Fill" though.

Any help on the letter value issue?
--
Generally confused, but serving my Lord wholeheartedly

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Conditional Formatting

Thanks. Didn't even occurr to me to set 3 specific Formats

Question. The Green and the Red work (i.e. Y=Green, N=Red) however the
yellow for the ="" is not coming up. Any ideas?

Yellow is not necessary, just eye candy and eye catching for what
information is not yet entered. I suspect the non-formatted cell is just as
catching.
--
Generally confused, but serving my Lord wholeheartedly


"Jacob Skaria" wrote:

1. Select the range/column

2. From menu FormatConditional Formatting

3. For Condition1Select 'Cell valu is' and enter
="Y"
Click Format ButtonPattern and select your color (say Green)

4. Click on Add button.

5. For Condition2Select 'Cell valu is' and enter
=""
Click Format ButtonPattern and select your color (say Yellow)

6. Click on Add button.

7. For Condition1Select 'Cell valu is' and enter
="N"
Click Format ButtonPattern and select your color (say Red)

8. Hit OK

If this post helps click Yes
---------------
Jacob Skaria


"RMartin" wrote:

Forgive me for the lack of excel termonology I know, I just use the program

I have had much success with Conditional Formatting when it involves
numbers, formulas, and the like. However the current task leaves me in a
quandry.

I am attempting to yield Green for a "Y" or Yes, Yellow for a Blank or "",
or Red for a "N".

I am not sure if I can just use an IF statement that will yield the
conditional "Cell Fill" though.

Any help on the letter value issue?
--
Generally confused, but serving my Lord wholeheartedly

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Conditional Formatting

If the cells are genuine blanks; in 2007 from 'New formatting rule' window
....from 'Format only cells with' select 'Blanks' and select yellow color..

If this post helps click Yes
---------------
Jacob Skaria


"RMartin" wrote:

Thanks. Didn't even occurr to me to set 3 specific Formats

Question. The Green and the Red work (i.e. Y=Green, N=Red) however the
yellow for the ="" is not coming up. Any ideas?

Yellow is not necessary, just eye candy and eye catching for what
information is not yet entered. I suspect the non-formatted cell is just as
catching.
--
Generally confused, but serving my Lord wholeheartedly


"Jacob Skaria" wrote:

1. Select the range/column

2. From menu FormatConditional Formatting

3. For Condition1Select 'Cell valu is' and enter
="Y"
Click Format ButtonPattern and select your color (say Green)

4. Click on Add button.

5. For Condition2Select 'Cell valu is' and enter
=""
Click Format ButtonPattern and select your color (say Yellow)

6. Click on Add button.

7. For Condition1Select 'Cell valu is' and enter
="N"
Click Format ButtonPattern and select your color (say Red)

8. Hit OK

If this post helps click Yes
---------------
Jacob Skaria


"RMartin" wrote:

Forgive me for the lack of excel termonology I know, I just use the program

I have had much success with Conditional Formatting when it involves
numbers, formulas, and the like. However the current task leaves me in a
quandry.

I am attempting to yield Green for a "Y" or Yes, Yellow for a Blank or "",
or Red for a "N".

I am not sure if I can just use an IF statement that will yield the
conditional "Cell Fill" though.

Any help on the letter value issue?
--
Generally confused, but serving my Lord wholeheartedly

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Conditional Formatting

Scracth that, The first drop down had "Blanks" as an option. I chose that
and it fixed my issue. Thank you for your time.

Ross
--
Generally confused, but serving my Lord wholeheartedly


"Jacob Skaria" wrote:

1. Select the range/column

2. From menu FormatConditional Formatting

3. For Condition1Select 'Cell valu is' and enter
="Y"
Click Format ButtonPattern and select your color (say Green)

4. Click on Add button.

5. For Condition2Select 'Cell valu is' and enter
=""
Click Format ButtonPattern and select your color (say Yellow)

6. Click on Add button.

7. For Condition1Select 'Cell valu is' and enter
="N"
Click Format ButtonPattern and select your color (say Red)

8. Hit OK

If this post helps click Yes
---------------
Jacob Skaria


"RMartin" wrote:

Forgive me for the lack of excel termonology I know, I just use the program

I have had much success with Conditional Formatting when it involves
numbers, formulas, and the like. However the current task leaves me in a
quandry.

I am attempting to yield Green for a "Y" or Yes, Yellow for a Blank or "",
or Red for a "N".

I am not sure if I can just use an IF statement that will yield the
conditional "Cell Fill" though.

Any help on the letter value issue?
--
Generally confused, but serving my Lord wholeheartedly



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Conditional Formatting

What version of Excel are you using?

--
Biff
Microsoft Excel MVP


"RMartin" wrote in message
...
Forgive me for the lack of excel termonology I know, I just use the
program

I have had much success with Conditional Formatting when it involves
numbers, formulas, and the like. However the current task leaves me in a
quandry.

I am attempting to yield Green for a "Y" or Yes, Yellow for a Blank or "",
or Red for a "N".

I am not sure if I can just use an IF statement that will yield the
conditional "Cell Fill" though.

Any help on the letter value issue?
--
Generally confused, but serving my Lord wholeheartedly



  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Conditional Formatting

Office 2007
--
Generally confused, but serving my Lord wholeheartedly


"T. Valko" wrote:

What version of Excel are you using?

--
Biff
Microsoft Excel MVP


"RMartin" wrote in message
...
Forgive me for the lack of excel termonology I know, I just use the
program

I have had much success with Conditional Formatting when it involves
numbers, formulas, and the like. However the current task leaves me in a
quandry.

I am attempting to yield Green for a "Y" or Yes, Yellow for a Blank or "",
or Red for a "N".

I am not sure if I can just use an IF statement that will yield the
conditional "Cell Fill" though.

Any help on the letter value issue?
--
Generally confused, but serving my Lord wholeheartedly




  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Conditional Formatting

Ok, I see you have a solution so, carry on!

--
Biff
Microsoft Excel MVP


"RMartin" wrote in message
...
Office 2007
--
Generally confused, but serving my Lord wholeheartedly


"T. Valko" wrote:

What version of Excel are you using?

--
Biff
Microsoft Excel MVP


"RMartin" wrote in message
...
Forgive me for the lack of excel termonology I know, I just use the
program

I have had much success with Conditional Formatting when it involves
numbers, formulas, and the like. However the current task leaves me in
a
quandry.

I am attempting to yield Green for a "Y" or Yes, Yellow for a Blank or
"",
or Red for a "N".

I am not sure if I can just use an IF statement that will yield the
conditional "Cell Fill" though.

Any help on the letter value issue?
--
Generally confused, but serving my Lord wholeheartedly






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
Formatting cells in a column with conditional formatting? shamor Excel Discussion (Misc queries) 8 May 19th 08 10:11 PM
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 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 11:17 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"