Conditional Formating

G

Guest

Good Day;
I am somewhat new at this..... This is what I am trying to do.

I have 3 columns

A1 = 4
B1 = 3
C1 = "Over" (B1 greater thatn A1), "Full" (B1=A1) or "Short" (B1 Less than
A1).
I use the following to do the calc.
=IF(J7<I7,"Short",IF(J7>I7,"Over","Full")). This seems to work fine.
I would also like to change the background color depending on the value in C1.
Is there a way to use Conditional formating to do this?

Thanks

Chomp
 

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