Making a Cell turn color based on results in another cell

  • Thread starter Thread starter melaniem
  • Start date Start date
M

melaniem

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?
 
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
 
@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
 
Back
Top