Condition Format syntax

P

Paul Hyett

I have pairs of cells to test.

What I want to check is if the value of the 2nd cell is higher than the
first, but less than 1.5 times as high.

I've tried various syntax combinations using 'Formula is', but just
can't seem to hit the right one (Excel 2003).

Can anyone help?
 
R

RagDyeR

Use "Formula Is", then:

=AND(B1<A1*1.5,B1>A1)
--

HTH,

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


I have pairs of cells to test.

What I want to check is if the value of the 2nd cell is higher than the
first, but less than 1.5 times as high.

I've tried various syntax combinations using 'Formula is', but just
can't seem to hit the right one (Excel 2003).

Can anyone help?
 
P

Paul Hyett

Use "Formula Is", then:

=AND(B1<A1*1.5,B1>A1)

Thank you for this - just what I was looking for! :)

Also, thanks to Per Jessen, but this formula is more concise.
 

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