Change cell color for valid if statement

C

Chris H

When using an "IF" formula and the value is true, how do i change the color
in the results cell. I.E. if A6>1,"black", how do i get the cell to turn
black and say black
 
L

Luke M

Welcome to the world of conditional formats!

The formula in the cell will be:
=IF(A6>1,"black","")

With the cell selected, goto Format - Conditional format.
"Cell value is", "equal to", black
Hit the format button, and choose appropriate font/pattern color.

Alternatively, if you don't need the word black to appear in the cell, your
conditional format would be:
"Formula is", =A6>1

For more help/guidance, check out the XL help file on conditional formatting.
 

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

Top