+ Reply to Thread
Results 1 to 4 of 4

Too Many Arguments

  1. #1
    Registered User
    Join Date
    08-08-2008
    Location
    Australia
    Posts
    34

    Too Many Arguments

    Too many arguments how would I fix that??

    =IF(ISERROR((INDEX('Data Sheet'!$F$5:$BC$4000,MATCH(C4&D4,'Data Sheet'!$E$5:$E$4000,0),MATCH($G3,'Data Sheet'!$F$4:$IV$4,0))*1000000/(INDEX('Data Sheet'!$F$5:$BC$4000,MATCH(C4&E4,'Data Sheet'!$E$5:$E$4000,0),MATCH($G3,'Data Sheet'!$F$4:$IV$4,0))+INDEX('Data Sheet'!$G$5:$BC$4000,MATCH(C4&F4,'Data Sheet'!$E$5:$E$4000,0),MATCH($G3,'Data Sheet'!$F$4:$IV$4,0))/$AE$1))),"",MIN((INDEX('Data Sheet'!$F$5:$BC$4000,MATCH(C4&D4,'Data Sheet'!$E$5:$E$4000,0),MATCH($G3,'Data Sheet'!$F$4:$IV$4,0))*1000000/(INDEX('Data Sheet'!$F$5:$BC$4000,MATCH(C4&E4,'Data Sheet'!$E$5:$E$4000,0),MATCH($G3,'Data Sheet'!$F$4:$IV$4,0))+INDEX('Data Sheet'!$G$5:$BC$4000,MATCH(C4&F4,'Data Sheet'!$E$5:$E$4000,0),MATCH($G3,'Data Sheet'!$F$4:$IV$4,0))/$AE$1))),100%)
    Last edited by martinpe; 08-12-2008 at 02:03 AM. Reason: incorrect classification

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    Please read the Forum Rules about thread titles, and then edit yours to be descriptive of your problem.

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    The syntax of your formula is

    =IF( ISERROR( Some LongExpression ) )

    It's nested incorrectly.

    I won't try to parse the interior part, but it could be shorter and easier to mantain with some named ranges. Also, if you have Excel 2007 (or are willing to add a short macro), you might recast it in the form

    =IFERROR( someExpression, defaultIfError)

    Edit: I retract that first comment ... hold on.
    Last edited by shg; 08-12-2008 at 01:53 AM.

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    It's a little easier to see in this form:
    Please Login or Register  to view this content.
    ... which could be replaced with something that looks like this:
    Please Login or Register  to view this content.
    Last edited by shg; 08-12-2008 at 02:15 AM.

+ 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