+ Reply to Thread
Results 1 to 4 of 4

Missing parenthesis

  1. #1
    Registered User
    Join Date
    10-09-2011
    Location
    england
    MS-Off Ver
    Excel 2003
    Posts
    13

    Missing parenthesis

    =IF(OR(EZ12={"WIN","SEQUENCE END"},EU12*EW12/EY12,IF(EZ12="POSTPONED",0,-EU12))

    When trying to save the above formula I am getting an error message saying their is a parenthesis missing. I am struggling to workout where the parenthesis should be.

    Can anyone help?

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Missing parenthesis

    Here: =IF(OR(EZ12={"WIN","SEQUENCE END"}),EU12*EW12/EY12,IF(EZ12="POSTPONED",0,-EU12))

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: Missing parenthesis

    And this can be another approach.. Just easier to add new criterias...

    =IF(ISERR(MATCH(EZ12,{"POSTPONED","SEQUENCE END","WIN"},0)), -EU12, EU12*CHOOSE(MATCH(EZ12,{"POSTPONED","SEQUENCE END","WIN"},0),0,EW12/EY12,EW12/EY12))
    Last edited by zbor; 10-24-2011 at 02:16 AM.

  4. #4
    Registered User
    Join Date
    10-09-2011
    Location
    england
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Missing parenthesis

    Thank you very much for your answer it works perfectly, many thanks

+ 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