+ Reply to Thread
Results 1 to 4 of 4

If Vlookup doesn't find any value, return blank cell

  1. #1
    Registered User
    Join Date
    08-15-2019
    Location
    akron, ohio
    MS-Off Ver
    64 bit
    Posts
    4

    If Vlookup doesn't find any value, return blank cell

    =VLOOKUP(MID(A156,13,1),'Nema rating'!$A$2:$B$15,2,FALSE)

    How would i adjust this formula to where if the v lookup does not find any matches it will leave the cell blank?

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,733

    Re: If Vlookup doesn't find any value, return blank cell

    If there are no matches the formula will produce an error (#N/A). You can trap this by doing:

    =IFERROR(VLOOKUP(MID(A156,13,1),'Nema rating'!$A$2:$B$15,2,FALSE),"")

    Hope this helps.

    Pete

  3. #3
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: If Vlookup doesn't find any value, return blank cell

    Like this:
    =iferror(VLOOKUP(MID(A156,13,1),'Nema rating'!$A$2:$B$15,2,FALSE),"")
    Click the * to say thanks.

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,733

    Re: If Vlookup doesn't find any value, return blank cell

    Thanks for the rep.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above and to the right of your first post in this thread, and mark the thread as SOLVED.

    Pete

+ 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. Return cell if vlookup doesn't find match
    By mhkeim in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-06-2019, 12:26 PM
  2. [SOLVED] If two cells are blank then return blank, else vlookup cell with populated data
    By Jason G in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-06-2017, 10:20 AM
  3. Vlookup to return blank cell instead of #N/A
    By randell.graybill in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 08-25-2015, 12:10 PM
  4. Replies: 4
    Last Post: 05-15-2014, 09:32 AM
  5. [SOLVED] Need formula to return blank instead of #N/A when source cell is blank, using VLOOKUP
    By TMB1234 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-03-2013, 07:16 PM
  6. An equals formula that doesn't return a blank cell
    By stanja in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-30-2009, 03:37 PM
  7. Replies: 3
    Last Post: 11-22-2007, 07:53 AM

Tags for this Thread

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