+ Reply to Thread
Results 1 to 3 of 3

Missing parentheses or too many arguments?

Hybrid View

  1. #1
    Registered User
    Join Date
    06-25-2011
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    8

    Missing parentheses or too many arguments?

    I can't seem to figure out what's wrong with this function. It either says that there are missing parentheses or too many arguments. Could someone lend a hand?

    =IF(AND(G3="",C2>=F2),H3+M2-(L2*Variables!B$2+Variables!B$7)+J2,IF(AND(G3=1,D2>F2),(I3+((M2-L2*Variables!B$2)/(B2-Variables!B$8)))*E2)+J2,IF(AND(G3=1,D2<=F2),((H3-J3)/E2)*(MIN(B2,F2)-Variables!B$8)+M2+J3-(L2*Variables!B$2+Variables!B$7),IF(AND(G3="",C2<F2),H3+M2-L2*Variables!B$2,"ERROR"))

    Cheers,
    Eric

  2. #2
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Missing parentheses or too many arguments?

    frenkile,

    You have an extra ) In this section after the E2:
    (I3+((M2-L2*Variables!B$2)/(B2-Variables!B$8)))*E2)+J2

    Remove that and give it a try:
    (I3+((M2-L2*Variables!B$2)/(B2-Variables!B$8)))*E2+J2

    Hope that helps,
    ~tigeravatar

  3. #3
    Registered User
    Join Date
    06-25-2011
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: Missing parentheses or too many arguments?

    Thanks! It works now.

+ 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