+ Reply to Thread
Results 1 to 4 of 4

MORE THAN ONE LOGIC TEST

  1. #1
    jan kay
    Guest

    MORE THAN ONE LOGIC TEST

    How would you test the following:
    =IF(D34>11.9999
    ,(D34*0.2095+3)+D34+G34>7000.(d34*.2015+3.00),IF(D34<12,(D34*0.465)+D34))
    this does not work I am trying to evaluate more than test for the computer
    to pick which one is correct based on the values in d34 and g34
    Janjp

  2. #2
    Registered User
    Join Date
    10-02-2005
    Posts
    30
    Why a > symbol in your value if true argument? And what's the dot for? There are also questionable parantheses.

    What you have says if D34 is greater than 11.9999 then you want to:

    (D34*0.2095+3)+D34+G34>7000.(d34*.2015+3.00)

    What is you really want to do if D34 is greater than 11.9999?

  3. #3
    paul
    Guest

    Re: MORE THAN ONE LOGIC TEST

    if you want to test for g34>11.9 And
    g34>7000,=if(and(g34>11.9,g34>7000),"true","false")
    --
    paul
    remove nospam for email addy!



    "Lilliabeth" wrote:

    >
    > Why a > symbol in your value if true argument? And what's the dot for?
    > There are also questionable parantheses.
    >
    > What you have says if D34 is greater than 11.48 then you want to:
    >
    > (D34*0.2095+3)+D34+G34>7000.(d34*.2015+3.00)
    >
    > What is you really want to do if D34 is greater than 11.48?
    >
    >
    > --
    > Lilliabeth
    > ------------------------------------------------------------------------
    > Lilliabeth's Profile: http://www.excelforum.com/member.php...o&userid=27741
    > View this thread: http://www.excelforum.com/showthread...hreadid=508594
    >
    >


  4. #4
    paul
    Guest

    Re: MORE THAN ONE LOGIC TEST

    oops the first g34 should be d34
    --
    paul
    remove nospam for email addy!



    "paul" wrote:

    > if you want to test for g34>11.9 And
    > g34>7000,=if(and(g34>11.9,g34>7000),"true","false")
    > --
    > paul
    > remove nospam for email addy!
    >
    >
    >
    > "Lilliabeth" wrote:
    >
    > >
    > > Why a > symbol in your value if true argument? And what's the dot for?
    > > There are also questionable parantheses.
    > >
    > > What you have says if D34 is greater than 11.48 then you want to:
    > >
    > > (D34*0.2095+3)+D34+G34>7000.(d34*.2015+3.00)
    > >
    > > What is you really want to do if D34 is greater than 11.48?
    > >
    > >
    > > --
    > > Lilliabeth
    > > ------------------------------------------------------------------------
    > > Lilliabeth's Profile: http://www.excelforum.com/member.php...o&userid=27741
    > > View this thread: http://www.excelforum.com/showthread...hreadid=508594
    > >
    > >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1