Highlighting cell content based on content of another cell

  • Thread starter Thread starter bkarlstrom
  • Start date Start date
B

bkarlstrom

Hello,
I want to show the content of several cells in RED as
soon as I input a certain content in a specific cell. I
suppose I have to use an IF statement but I'm not sure
how to change the color of the text in that IF statement.
Can someone help?
 
bkarlstrom said:
Hello,
I want to show the content of several cells in RED as
soon as I input a certain content in a specific cell. I
suppose I have to use an IF statement but I'm not sure
how to change the color of the text in that IF statement.
Can someone help?

Look at Conditional formatting on the Format menu.
 
You can use Conditional Formatting from the Format menu to do
this. Select the cells you want to color, then open the CF
dialog. There, change "Cell Value Is" to "Formula Is" and enter a
formula that returns either TRUE or FALSE. Then click the Format
button and choose a cell format. If the formula returns TRUE,
that format will be applied to the cells. If the formula returns
FALSE, no formatting is applied to the cells.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top