+ Reply to Thread
Results 1 to 5 of 5

IFERROR - Too many arguments

Hybrid View

  1. #1
    Registered User
    Join Date
    03-25-2014
    Location
    Boston, MA
    MS-Off Ver
    Excel 2010
    Posts
    10

    IFERROR - Too many arguments

    I just can't fix my error on this. I am using this formula in a drop down situation and the rows of data will be different each time. So if there isn't data, I want the error show a blank cell.

    =IFError((LEFT(G6,3)="OC1"),"Omnicell In-House",IF((LEFT(G6,3)="CMS"),"MedOne",IF((LEFT(G6,3)="001"),"CreekRidge","UNKNOWN")),"")

    But it continues to tell me that I have too many arguments. I have played with it for 30 min.

    Thank you.

  2. #2
    Valued Forum Contributor
    Join Date
    01-08-2011
    Location
    Portsmouth, England
    MS-Off Ver
    Excel 2007 to 2016
    Posts
    456

    Re: IFERROR - Too many arguments

    You have an IF missing:

    =IFERROR(IF(LEFT(G6,3)="OC1","Omnicell In-House",IF(LEFT(G6,3)="CMS","MedOne",IF(LEFT(G6,3)="001","CreekRidge","UNKNOWN"))),"")

    and some excess brackets
    Excel is a constant learning process and it's great to help each other. If any of us have helped you today, a click on the "reputation" star on the left is appreciated.

  3. #3
    Registered User
    Join Date
    03-25-2014
    Location
    Boston, MA
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: IFERROR - Too many arguments

    Thank you!

  4. #4
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: IFERROR - Too many arguments

    =IFERROR(IF((LEFT(G6,3)="OC1"),"Omnicell In-House",IF((LEFT(G6,3)="CMS"),"MedOne",IF((LEFT(G6,3)="001"),"CreekRidge","UNKNOWN"))),"")

  5. #5
    Valued Forum Contributor
    Join Date
    01-08-2011
    Location
    Portsmouth, England
    MS-Off Ver
    Excel 2007 to 2016
    Posts
    456

    Re: IFERROR - Too many arguments

    Pleasure!

    Don't forget to mark your thread as SOLVED using the Thread Tools at the top of the post

+ 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] Multiple IFERROR or IFERROR w/ If Statements
    By SanchoPanza1 in forum Excel General
    Replies: 4
    Last Post: 03-31-2016, 08:09 PM
  2. Multiple IF/IFERROR statements, resulting in "too many arguments" error
    By agraham in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-22-2016, 09:27 AM
  3. [SOLVED] IFERROR(MATCH & IFERROR(SMALL Help Needed
    By chad328 in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 01-17-2016, 06:34 AM
  4. IFERROR within IFERROR until no error. Help.
    By XNemo in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-26-2014, 12:30 PM
  5. IF + IFERROR help
    By kirkjharris in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-03-2013, 04:07 PM
  6. xlfn.IFERROR or IFERROR don't work in Excel 98-2003
    By dj_danu01 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-26-2013, 02:53 AM
  7. iferror
    By step_one in forum Excel General
    Replies: 1
    Last Post: 08-02-2011, 10:27 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