+ Reply to Thread
Results 1 to 4 of 4

too many arguments

  1. #1
    Registered User
    Join Date
    02-24-2012
    Location
    florida
    MS-Off Ver
    Excel 2010
    Posts
    97

    too many arguments

    hey guys,

    im boggled, this formula works one way but the other way it doesn't work and throws an error.
    works:
    Please Login or Register  to view this content.
    Throws to many arguments
    Please Login or Register  to view this content.

  2. #2
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Microsoft® Excel® for Microsoft 365 MSO (Version 2503 Build 16.0.18604.20000) 64-bit
    Posts
    3,997

    Re: too many arguments

    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: too many arguments

    Try breaking the components apart and test each 1....
    =CONCATENATE(
    IF(VLOOKUP(F3,_CLEAN,14,FALSE)=0,"",VLOOKUP(F3,_CLEAN,14,FALSE)),
    IF(O3<>0,TEXT(O3,"h:mm AM/PM"),""),
    IF(O3<>0," C/O",""),
    IF(J3="VM",VLOOKUP(F3,_VME,4,0),"")
    )
    You can then see which parts are doing what, and which parts are not behaving

    This probably wont fix anything, but you could probably shorten these bits...
    IF(O3<>0,TEXT(O3,"h:mm AM/PM"),""),
    IF(O3<>0," C/O",""),

    to just...
    IF(O3<>0,TEXT(O3,"h:mm AM/PM C/O",""),
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    05-21-2014
    Posts
    92

    Re: too many arguments

    Please Login or Register  to view this content.
    I didn't look through the entire formula, but already at the first IF statement you are missing a ")" after the "value if false" part.

    =CONCATENATE(IF(J3="VM",VLOOKUP(F3,_VME,4,0),"",IF(VLOOKUP(...

    should be:

    =CONCATENATE(IF(J3="VM",VLOOKUP(F3,_VME,4,0),""),IF(VLOOKUP(...

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Too many arguments?
    By Jamie2468 in forum Excel General
    Replies: 4
    Last Post: 08-25-2015, 08:12 PM
  2. [SOLVED] 7+ IF arguments
    By jshephe2 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-25-2014, 03:36 PM
  3. [SOLVED] Too many arguments...
    By ka3kii in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-18-2013, 09:07 AM
  4. [SOLVED] Too Many Arguments
    By wacky_diva in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-22-2013, 02:26 AM
  5. [SOLVED] Too Many Arguments
    By RicktheBlade in forum Excel General
    Replies: 3
    Last Post: 09-04-2012, 09:07 PM
  6. NEXT / FOR arguments
    By Loisw in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 11-19-2009, 11:37 AM
  7. arguments
    By gemini0662 in forum Excel General
    Replies: 9
    Last Post: 07-13-2006, 10:55 AM

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