+ Reply to Thread
Results 1 to 5 of 5

Two Vlookups in one formula. How to add IFERROR show blank?

  1. #1
    Forum Contributor
    Join Date
    11-01-2018
    Location
    England
    MS-Off Ver
    2016
    Posts
    280

    Two Vlookups in one formula. How to add IFERROR show blank?

    Hi

    I have this formula here:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    If my cells come up as '#N/A' how do I amend the function to remove that?

    I tried the following:

    =IFERROR(VLOOKUP($A2,Inner!$A:$E,4,FALSE),VLOOKUP($A2,Outer!$A:$E,4,FALSE),"")

  2. #2
    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
    52,929

    Re: Two Vlookups in one formula. How to add IFERROR show blank?

    Try adding another IFERROR...
    =iferror(IFERROR(VLOOKUP($A2,Inner!$A:$E,4,FALSE),VLOOKUP($A2,Outer!$A:$E,4,FALSE),""))
    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

  3. #3
    Forum Contributor
    Join Date
    11-01-2018
    Location
    England
    MS-Off Ver
    2016
    Posts
    280

    Re: Two Vlookups in one formula. How to add IFERROR show blank?

    Too many arguments it says

  4. #4
    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
    52,929

    Re: Two Vlookups in one formula. How to add IFERROR show blank?

    oops had the 2nd last ) wrong...
    =IFERROR(IFERROR(VLOOKUP($A2,Inner!$A$1:$E$65536,4,FALSE),VLOOKUP($A2,Outer!$A$1:$E$65536,4,FALSE)),"")

  5. #5
    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
    52,929

    Re: Two Vlookups in one formula. How to add IFERROR show blank?

    Happy to help, thanks for the feedback

+ 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] Trying to remove blank cells from columns, problems with IFERROR formula.
    By Big.Moe in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-15-2017, 03:19 PM
  2. Iferror with 3 vlookups
    By gschrof in forum Excel General
    Replies: 1
    Last Post: 08-12-2016, 11:50 AM
  3. [SOLVED] Iferror with multiple vlookups
    By SanchoPanza1 in forum Excel General
    Replies: 12
    Last Post: 05-11-2016, 06:40 PM
  4. [SOLVED] iferror with multiple vlookups
    By SanchoPanza1 in forum Excel General
    Replies: 2
    Last Post: 04-27-2016, 08:02 PM
  5. [SOLVED] Show Blank Cell Not 0 when using IFERROR
    By ioswoody in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-07-2015, 12:55 AM
  6. [SOLVED] Having trouble if 'IFERROR' returning a blank in this formula
    By P4r4gon in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-09-2014, 06:34 AM
  7. Excel 2007 : iferror(index Formula returning blank cells
    By Martin Chamberlin in forum Excel General
    Replies: 7
    Last Post: 11-15-2011, 08:45 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