Conditional Formatting

R

ROPL

I have a spreadsheet which I need to have conditional formatting. It is excel
2003 but is only allows me to have a 3 conditions / colour.

1st conditions I want, if it reads January, Feb or March change field to
yellow

2nd condition I want, if it ready April change field to green.

On the first condition, how do I write the formular?
 
W

WLMPilot

In the Conditional Format window, change the first box to "Formula Is"

In the next box, copy/paste the following:

=AND(A1<>"", OR(A1="January",A1="February",A1="March"))


Les
 

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