if with 2 conditions

V

vano

Hi All,
How can I create an if statement with 2 conditions?
Eg.
=IF(M32=LARGE(M32:U32,1) *and M32>0*,system1!C33,0)

I am not sure how to but 2 conditions in.
I can get it to work with out and m32>0.

Thanks in advance,

Va
 
R

RagDyer

Try this:

=IF(AND(M32=LARGE(M32:U32,1), M32>0),system1!C33,0)
--

HTH,

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



Hi All,
How can I create an if statement with 2 conditions?
Eg.
=IF(M32=LARGE(M32:U32,1) *and M32>0*,system1!C33,0)

I am not sure how to but 2 conditions in.
I can get it to work with out and m32>0.

Thanks in advance,

Van
 

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