Multiple stipulations within the if

  • Thread starter Thread starter athalon
  • Start date Start date
A

athalon

Hi- I want to have 3 or 4 different stipulations for an argument to be
true. An Example:
=if(2D-1D)-(1D-2E)>1.99 AND (2B-2C)/2>(2D-2C) Then the argument is
true. I know how to do each individually, but need an example of
performing both arguments in one cell. THANKS A LOT!!
 
AND((2D-1D)-(1D-2E)>1.99,(2B-2C)/2>(2D-2C))

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)
 

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

Back
Top