Thank you Roger, it worked great. Unfortunately the powers that be have just
come along and requested a change of criteria.
The request is now as follows:-
If a figure less than 0, to be yellow, but when blank to be white. I have
used your information provided earlier to allow for anything less than 100 to
be orange and anything less than 300 to be red.
Many thanks.
Ellie
Sorry, Roger. A slight misunderstanding on the new criteria.
If less than 0 or = 0 to be yellow, but if cell is blank to show no format.
Now also anything less than 100 to be yellow and less than 300 to be red.
Haven't found a way round the blank cell having no format, but knowledge is
limited in this area.
Many thanks.
Ellie
> Thank you Roger, it worked great. Unfortunately the powers that be have just
> come along and requested a change of criteria.
[quoted text clipped - 35 lines]
> > >
> > > Many thanks for any help offered.
Roger Govier - 24 Oct 2006 18:40 GMT
Hi Ellie
No problem.
Repeat the procedure for setting Conditional formatting, and here I am
assuming the first cell marked in your range is A1.
Change the cell reference below to whatever is the first cell for you.
This time we are going to use the dropdown on Cell Value is to select
"Formula is" each time instead of "Cell Value"
Condition 1
Formula is =AND(A1<>"",A1<=0) Format Yellow
Condition2
Formula is =AND(A1<>"",A1<=100) Format Orange
Condition3
Formula is =AND(A1<>"",A1<=3000) Format Red

Signature
Regards
Roger Govier
> Sorry, Roger. A slight misunderstanding on the new criteria.
>
[quoted text clipped - 58 lines]
>> > >
>> > > Many thanks for any help offered.
Ellie - 25 Oct 2006 09:28 GMT
Thank you so much Roger.
Ellie
> Hi Ellie
>
[quoted text clipped - 75 lines]
> >> > >
> >> > > Many thanks for any help offered.