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

I want the font in column H to be red until I enter 'Y' in column D.
What is the formula, and do I use a conditional format to do so?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Conditional Formatting help, please

Try this:

Assuming you're using a version of Excel prior to Excel 2007.

Assume the range of interest is H1:H5
Select the range H1:H5
Goto the menu FormatConditional Formatting
Formula Is: =D1<"Y"
Click the Format button
Select the Font tab
Set the font color to a shade of RED
OK out

--
Biff
Microsoft Excel MVP


"Veronica Johnson" wrote in message
...
I want the font in column H to be red until I enter 'Y' in column D.
What is the formula, and do I use a conditional format to do so?



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

On Jan 18, 4:23*pm, "T. Valko" wrote:
Try this:

Assuming you're using a version of Excel prior to Excel 2007.

Assume the range of interest is H1:H5
Select the range H1:H5
Goto the menu FormatConditional Formatting
Formula Is: =D1<"Y"
Click the Format button
Select the Font tab
Set the font color to a shade of RED
OK out

--
Biff
Microsoft Excel MVP

"Veronica Johnson" wrote in message

...



I want the font in column H to be red until I enter 'Y' in column D.
What is the formula, and do I use a conditional format to do so?- Hide quoted text -


- Show quoted text -


Hi Biff, I am actually using Excel 2007.
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,202
Default Conditional Formatting help, please

I want the font in column H to be red until I enter 'Y' in column D.
What is the formula, and do I use a conditional format to do so?- Hide
quoted text -


Assuming you're using a version of Excel prior to Excel 2007.

Assume the range of interest is H1:H5
Select the range H1:H5
Goto the menu FormatConditional Formatting
Formula Is: =D1<"Y"
Click the Format button
Select the Font tab
Set the font color to a shade of RED
OK out


Hi Biff, I am actually using Excel 2007.


And you thought that was a good thing to not tell us? <g

Select the range H1:H5
Click "Conditional Formatting" in the Styles panel on the Home tab.
Click "New Rules" on the popup menu that appears.
Click "Use a formula to determine which cells to format"
Enter this into the formula field: =D1<"Y"
Click the Format button and select red for the font color.
OK your way back to the spreadsheet.

Rick

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

On Jan 18, 4:55*pm, "Rick Rothstein \(MVP - VB\)"
wrote:
I want the font in column H to be red until I enter 'Y' in column D.
What is the formula, and do I use a conditional format to do so?- Hide
quoted text -


Assuming you're using a version of Excel prior to Excel 2007.


Assume the range of interest is H1:H5
Select the range H1:H5
Goto the menu FormatConditional Formatting
Formula Is: =D1<"Y"
Click the Format button
Select the Font tab
Set the font color to a shade of RED
OK out


Hi Biff, I am actually using Excel 2007.


And you thought that was a good thing to not tell us? <g

Select the range H1:H5
Click "Conditional Formatting" in the Styles panel on the Home tab.
Click "New Rules" on the popup menu that appears.
Click "Use a formula to determine which cells to format"
Enter this into the formula field: *=D1<"Y"
Click the Format button and select red for the font color.
OK your way back to the spreadsheet.

Rick- Hide quoted text -

- Show quoted text -


Sorry about that! Thanks so much, gentleman, I got it working! :)


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,942
Default Conditional Formatting help, please

hi
yes conditional formatting.
select H1 then on the menu bar...Formatconditional formatting.
when the conditional formatting dialog box comes up, enter
formula is......=IF(D2="Y",0,1)....pick your format.
copy H1 and paste as far down as you need.

Regards
FSt1

"Veronica Johnson" wrote:

I want the font in column H to be red until I enter 'Y' in column D.
What is the formula, and do I use a conditional format to do so?

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Conditional Formatting help, please

Why the IF(...,0,1) ?
Why not just =D2<"Y" ? (or =D1<"Y" if the active cell is H1 as suggested)
--
David Biddulph

"FSt1" wrote in message
...
hi
yes conditional formatting.
select H1 then on the menu bar...Formatconditional formatting.
when the conditional formatting dialog box comes up, enter
formula is......=IF(D2="Y",0,1)....pick your format.
copy H1 and paste as far down as you need.

Regards
FSt1

"Veronica Johnson" wrote:

I want the font in column H to be red until I enter 'Y' in column D.
What is the formula, and do I use a conditional format to do so?



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 CLR Excel Worksheet Functions 0 November 29th 06 06:06 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 01:20 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"