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

I have created a calendar within Excel and would like to accomplish the
following:

Whenever I enter text (any text) into a cell, I would like for the cell
background to change to the color RED. Whenever the cell is empty, I would
like for it to remain a default color of GREEN.

Is this possible? If so, how do I accomplish this?

Thanks in advance!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 470
Default Conditional cell color

You will need to make two conditions within the Conditional Format box and
have both set to "Formula Is". Then place the following in its appropriate
box next to FORMULA IS:

1) =AND(A1="") Format to GREEN
2) =AND(A1<"") Format to RED

Obviously adjust the cell reference as needed.

Les

"Brent" wrote:

I have created a calendar within Excel and would like to accomplish the
following:

Whenever I enter text (any text) into a cell, I would like for the cell
background to change to the color RED. Whenever the cell is empty, I would
like for it to remain a default color of GREEN.

Is this possible? If so, how do I accomplish this?

Thanks in advance!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 109
Default Conditional cell color

This seems to work for the GREEN condition, however when I test this by
inserting text into a cell range, ALL conditioned cells switch to white -
even the cells where I have not entered text.

I double checked the formatting I made in the Conditional Format box, and
everything is color coded properly (font & background), in terms of my
desired outcome.

"WLMPilot" wrote:

You will need to make two conditions within the Conditional Format box and
have both set to "Formula Is". Then place the following in its appropriate
box next to FORMULA IS:

1) =AND(A1="") Format to GREEN
2) =AND(A1<"") Format to RED

Obviously adjust the cell reference as needed.

Les

"Brent" wrote:

I have created a calendar within Excel and would like to accomplish the
following:

Whenever I enter text (any text) into a cell, I would like for the cell
background to change to the color RED. Whenever the cell is empty, I would
like for it to remain a default color of GREEN.

Is this possible? If so, how do I accomplish this?

Thanks in advance!

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default Conditional cell color

format desired cells as green
then formatconditionalformatleft window select formula
is=istext(a2)format as desired
use format painter to copy
--
Don Guillett
SalesAid Software

"Brent" wrote in message
...
I have created a calendar within Excel and would like to accomplish the
following:

Whenever I enter text (any text) into a cell, I would like for the cell
background to change to the color RED. Whenever the cell is empty, I
would
like for it to remain a default color of GREEN.

Is this possible? If so, how do I accomplish this?

Thanks in advance!


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default Conditional cell color

Hi Brent

Set you default colour as Green.
Then, Mark the range of cells you require FormatConditional Formatting
select Formula is from dropdown
=ISTEXT(A1)
FormatFill colourRed

where A1 represents the first cell in the range you have marked

--
Regards

Roger Govier


"Brent" wrote in message
...
I have created a calendar within Excel and would like to accomplish the
following:

Whenever I enter text (any text) into a cell, I would like for the
cell
background to change to the color RED. Whenever the cell is empty, I
would
like for it to remain a default color of GREEN.

Is this possible? If so, how do I accomplish this?

Thanks in advance!





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 109
Default Conditional cell color

Don / Roger -

thank you! Your suggestions seemed to be what I was looking for. I sensed
there was a term/phrase I was needing to complete th elogic - in this case it
was 'ISTEXT'.

Regards!


"Roger Govier" wrote:

Hi Brent

Set you default colour as Green.
Then, Mark the range of cells you require FormatConditional Formatting
select Formula is from dropdown
=ISTEXT(A1)
FormatFill colourRed

where A1 represents the first cell in the range you have marked

--
Regards

Roger Govier


"Brent" wrote in message
...
I have created a calendar within Excel and would like to accomplish the
following:

Whenever I enter text (any text) into a cell, I would like for the
cell
background to change to the color RED. Whenever the cell is empty, I
would
like for it to remain a default color of GREEN.

Is this possible? If so, how do I accomplish this?

Thanks in advance!




  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Conditional formatting

Format, conditional formatting is where you want to be. Highlight the entire column you want this to affect. If cell is equal to "Yes" then...here you choose how you want your text and background to look. You can have up to 3 conditions.

EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com
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
How can I change cell color using conditional formatting Brian Excel Discussion (Misc queries) 1 September 17th 06 01:38 PM
Conditional Formatting and Cell Color nemadrias Excel Worksheet Functions 7 July 28th 06 05:01 PM
Result of IF conditional change cell color Olasin Excel Discussion (Misc queries) 1 May 16th 06 10:37 PM
Cell color change without using conditional formatting Trese Excel Discussion (Misc queries) 2 August 26th 05 06:00 PM
Conditional change to cell color Richard Excel Discussion (Misc queries) 3 December 13th 04 05:03 PM


All times are GMT +1. The time now is 08:47 PM.

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"