+ Reply to Thread
Results 1 to 5 of 5

help on formula/paranthesis

  1. #1
    Registered User
    Join Date
    04-26-2006
    Posts
    5

    help on formula/paranthesis

    Here is the formula i'm trying to use =IF(G2="np",I2="Acute"),MIN(F2,L2,P2),IF(G2="p",I2="Acute"),(L2),MIN(F2,L2))

    I'm getting the standard error "the formula you typed contains an error".

    Can anyone see what is wrong?

    thanks!

  2. #2
    Forum Contributor
    Join Date
    03-12-2004
    Posts
    329
    Quote Originally Posted by wab_77
    Here is the formula i'm trying to use =IF(G2="np",I2="Acute"),MIN(F2,L2,P2),IF(G2="p",I2="Acute"),(L2),MIN(F2,L2))

    I'm getting the standard error "the formula you typed contains an error".

    Can anyone see what is wrong?

    thanks!


    Are you trying to do...

    =IF(AND(G2="np",I2="Acute"),MIN(F2,L2,P2),IF(AND(G2="P",I2="Acute"),L2,MIN(F2,L2)))

  3. #3
    Peo Sjoblom
    Guest

    Re: help on formula/paranthesis

    Maybe

    =IF(AND(G2="np",I2="Acute"),MIN(F2,L2,P2),IF(AND(G2="p",I2="Acute"),(L2),MIN(F2,L2)))



    --

    Regards,

    Peo Sjoblom

    http://nwexcelsolutions.com



    "wab_77" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Here is the formula i'm trying to use
    > =IF(G2="np",I2="Acute"),MIN(F2,L2,P2),IF(G2="p",I2="Acute"),(L2),MIN(F2,L2))
    >
    > I'm getting the standard error "the formula you typed contains an
    > error".
    >
    > Can anyone see what is wrong?
    >
    > thanks!
    >
    >
    > --
    > wab_77
    > ------------------------------------------------------------------------
    > wab_77's Profile:
    > http://www.excelforum.com/member.php...o&userid=33875
    > View this thread: http://www.excelforum.com/showthread...hreadid=537259
    >




  4. #4
    Bob Phillips
    Guest

    Re: help on formula/paranthesis

    Maybe

    =IF(AND(G2="np",I2="Acute"),MIN(F2,L2,P2),IF(AND(G2="p",I2="Acute"),L2,MIN(F
    2,L2)))


    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "wab_77" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Here is the formula i'm trying to use
    >

    =IF(G2="np",I2="Acute"),MIN(F2,L2,P2),IF(G2="p",I2="Acute"),(L2),MIN(F2,L2))
    >
    > I'm getting the standard error "the formula you typed contains an
    > error".
    >
    > Can anyone see what is wrong?
    >
    > thanks!
    >
    >
    > --
    > wab_77
    > ------------------------------------------------------------------------
    > wab_77's Profile:

    http://www.excelforum.com/member.php...o&userid=33875
    > View this thread: http://www.excelforum.com/showthread...hreadid=537259
    >




  5. #5
    Registered User
    Join Date
    04-26-2006
    Posts
    5
    thanks! I really appreciate it.

+ 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