conditional format problem

J

John

I have two conditions
1. m2>0
2. =M2-P2<3

It only pays attention to the 2nd condition. As if its and "or" rather
than an "and".

I'm using conditional formating off the toolbar.

I want to color the cell red if both conditions are met. It works fine
if m2> 0 but it also works if m2=0. Why?

John
 
R

RagDyeR

Are you using:
"Formula Is"
And this formula:

=AND(M2>0,M2-P3<3)

--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================

I have two conditions
1. m2>0
2. =M2-P2<3

It only pays attention to the 2nd condition. As if its and "or" rather
than an "and".

I'm using conditional formating off the toolbar.

I want to color the cell red if both conditions are met. It works fine
if m2> 0 but it also works if m2=0. Why?

John
 
S

SteveW

I have two conditions
1. m2>0
2. =M2-P2<3

It only pays attention to the 2nd condition. As if its and "or" rather
than an "and".

they are independent, so it's neither or nor and if you know what I mean:)
 
J

John

RagDyeR said:
Are you using:
"Formula Is"
And this formula:

=AND(M2>0,M2-P3<3)
No, I wasn't and that worked... thanks. I was using the tiered selction
process from the tool bar.

John
 

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