Color

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do you display a certain color in a cell for a formula for example in the
formula

= IF C4-C5>0 than display "Order", but display cell in red
but in same cell
= IF C4-C5<0 than display "No Order", but display in Green

I know it is confusing but how do I do this?
 
Use conditional formatting on format menu for change color as you want.
use this formula in condition formatting for C4-C5 >0
=C4>C5

and use this formula in conditional formatting for C4-C5 < 0 in condition2
=C4<C5
 

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