+ Reply to Thread
Results 1 to 4 of 4

VLOOKUP Returns #N/A

  1. #1
    Forum Contributor
    Join Date
    07-16-2012
    Location
    Fort Worth, Texas
    MS-Off Ver
    Excel 2010
    Posts
    378

    VLOOKUP Returns #N/A

    Hello,

    I'm using function Vlookup and it returns errors and I could not figure out why. Please help


    VLOOKUP ERROR.xlsx

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: VLOOKUP Returns #N/A

    It's the tilde's (~).

    That's one of Excel's "special" little characters.
    And any kind of match function really hates them.

    Use find replace to remove them from both tables.

    but in the FindWhat window, put 2 tilde's...yes 2.. ~~

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

    Re: VLOOKUP Returns #N/A

    It is because you have the ~ character in your strings. This is used as an "Escape" character in some instances, to enable you to find wildcard characters for example - it can be read as "take the next character literally". If you highlight column B and do Find & Replace (Ctrl-H) and:

    Find what: ~~
    Replace with: _
    Click Replace All

    (Note that you have to type ~ twice in the Find box), then that will replace the ~ character with an underscore (could be anything), and you will see that your formulae now work correctly.

    Hope this helps.

    Pete

  4. #4
    Forum Contributor
    Join Date
    07-16-2012
    Location
    Fort Worth, Texas
    MS-Off Ver
    Excel 2010
    Posts
    378

    Re: VLOOKUP Returns #N/A

    Thanks so much guys

+ 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