Conditional Formatting question

  • Thread starter Thread starter jamespg
  • Start date Start date
J

jamespg

I have to color code several cells depending whether they are on
target or not.

Ex.
100% of Target = Green

90-100% of Target = Yellow

<90% of target = Red

Any help would be much appreciated.

James
 
Use conditional formatting, with formulae of

=A2>=1

=A2>=.9

=A2<.9

and set the format colours accordingly

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Use conditional formatting, with formulae of

=A2>=1

=A2>=.9

=A2<.9

and set the format colours accordingly

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

Thanks!
 

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