Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Making a Cell turn color based on results in another cell

I have a formula in column A that is Y or N based on the results in another
cell.

If it is Y, I would like to turn the date in another column to turn Red.

I have gone into the conditional formatting menu and selected formula is.
Then typed in $C$2 = Y and changed the format color to red. C2 does in fact
= Y, but the color doesn't change. Any insight into what I am doing wrong?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 367
Default Making a Cell turn color based on results in another cell

You have to say C2="Y"

but you are talking about column A, column C and "another" column, so
I hope my answer helps.

Carlo

On Jan 11, 1:00*pm, melaniem
wrote:
I have a formula in column A that is Y or N based on the results in another
cell.

If it is Y, I would like to turn the date in another column to turn Red.

I have gone into the conditional formatting menu and selected formula is. *
Then typed in $C$2 = Y and changed the format color to red. *C2 does in fact
= Y, but the color doesn't change. *Any insight into what I am doing wrong?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Making a Cell turn color based on results in another cell

Try the Formula Is option but type the formula like this:

=$C$2="Y"

--
Biff
Microsoft Excel MVP


"melaniem" wrote in message
...
I have a formula in column A that is Y or N based on the results in another
cell.

If it is Y, I would like to turn the date in another column to turn Red.

I have gone into the conditional formatting menu and selected formula is.
Then typed in $C$2 = Y and changed the format color to red. C2 does in
fact
= Y, but the color doesn't change. Any insight into what I am doing
wrong?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,091
Default Making a Cell turn color based on results in another cell

=IF($C$2="Y",TRUE,FALSE)

Helps to read a book on Excel before you use it.

Tyro

"melaniem" wrote in message
...
I have a formula in column A that is Y or N based on the results in another
cell.

If it is Y, I would like to turn the date in another column to turn Red.

I have gone into the conditional formatting menu and selected formula is.
Then typed in $C$2 = Y and changed the format color to red. C2 does in
fact
= Y, but the color doesn't change. Any insight into what I am doing
wrong?



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default Making a Cell turn color based on results in another cell

Use conditional formatting. See Excel Help on the term.

"melaniem" wrote:

I have a formula in column A that is Y or N based on the results in another
cell.

If it is Y, I would like to turn the date in another column to turn Red.

I have gone into the conditional formatting menu and selected formula is.
Then typed in $C$2 = Y and changed the format color to red. C2 does in fact
= Y, but the color doesn't change. Any insight into what I am doing wrong?



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default Making a Cell turn color based on results in another cell

Use conditional formatting. See Excel Help

"melaniem" wrote:

I have a formula in column A that is Y or N based on the results in another
cell.

If it is Y, I would like to turn the date in another column to turn Red.

I have gone into the conditional formatting menu and selected formula is.
Then typed in $C$2 = Y and changed the format color to red. C2 does in fact
= Y, but the color doesn't change. Any insight into what I am doing wrong?

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 367
Default Making a Cell turn color based on results in another cell

@Tyro:
as $C$2="Y" results in TRUE or FALSE you don't have to check it again.

(Maybe you could find that Info in a Book as well)

Carlo

On Jan 11, 1:18*pm, "Tyro" wrote:
=IF($C$2="Y",TRUE,FALSE)

Helps to read a book on Excel before you use it.

Tyro

"melaniem" wrote in message

...



I have a formula in column A that is Y or N based on the results in another
cell.


If it is Y, I would like to turn the date in another column to turn Red.


I have gone into the conditional formatting menu and selected formula is..
Then typed in $C$2 = Y and changed the format color to red. *C2 does in
fact
= Y, but the color doesn't change. *Any insight into what I am doing
wrong?- Hide quoted text -


- Show quoted text -


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
Need to set a cell that if it has a date typed then turn color Tim Excel Worksheet Functions 0 November 7th 07 03:46 PM
Excel: Syntax to change cell color based on color of another cell davew18 Excel Worksheet Functions 1 January 4th 07 01:24 PM
Format cell color based on multiple cell values Zenaida Excel Discussion (Misc queries) 1 May 10th 06 07:31 PM
Formatting one cell based on results of another cell AC Excel Discussion (Misc queries) 3 February 17th 06 06:56 PM
=If() results based on cell color? Ken Peterson Excel Worksheet Functions 3 January 10th 06 02:21 PM


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