+ Reply to Thread
Results 1 to 7 of 7

VLOOKUP - #VALUE error

  1. #1
    Registered User
    Join Date
    11-01-2013
    Location
    United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    3

    VLOOKUP - #VALUE error

    Hi Guys,

    Can anyone help?

    Returning a value error vlookup.

    =VLOOKUP(A2,linksfoundModa2Ride.xls!$A:$D,FALSE)

    Thanks.
    Attached Images Attached Images

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: VLOOKUP - #VALUE error

    You did not mention the column number for the lookup

    =VLOOKUP(A2,linksfoundModa2Ride.xls!$A:$D,2,FALSE) for example


    Lookups on entire columns might slow things down

  3. #3
    Valued Forum Contributor
    Join Date
    10-26-2008
    Location
    Birmingham, UK
    MS-Off Ver
    All versions up to 2010
    Posts
    1,025

    Re: VLOOKUP - #VALUE error

    Hi
    The structure of your formula is not complete. It should be as follows (change where necessary):

    =VLOOKUP(A2,linksfoundModa2Ride.xls!SHEETNAME,$A:$D,Column Number to return Value from,FALSE)

    Substitute SHEETNAME with the actual sheet name you will be searching.
    Substitute Column Number to return Value from with the actual column number.
    Good luck.
    Tony

  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,704

    Re: VLOOKUP - #VALUE error

    If you are getting data from another file, you need to include the full path to the file (unless it is already open), you also need to include [ and ] around the full filename (including the extension), and you need to specify the sheet. You should have apostrophes around all this in case you have spaces in any of those names.

    And as others have pointed out you need to include the column reference as the third parameter.

    So, you might have something that looks like this:

    =VLOOKUP(A2,'[linksfoundModa2Ride.xls]Sheet1'!$A:$D,2,FALSE)

    if the file is already open.

    Hope this helps.

    Pete

  5. #5
    Registered User
    Join Date
    11-01-2013
    Location
    United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: VLOOKUP - #VALUE error

    Of course, why the heck did I leave the column out? now I feel silly.

    It's been a long week...Thank-you sir!

    T

  6. #6
    Registered User
    Join Date
    11-01-2013
    Location
    United Kingdom
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: VLOOKUP - #VALUE error

    Thanks Pete! feeling the pressure today and not thinking clearly ,you guys are the best.

    T

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

    Re: VLOOKUP - #VALUE error

    I think we all feel like that some days - glad to be able to help.

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

    Also, since you are relatively new to the forum, I would like to inform you that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    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. How to error trap a vlookup that returns an error or #N/A
    By kjy1989 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-06-2013, 12:01 PM
  2. [SOLVED] lookup - if(is error(vlookup and error messages meanings
    By grphillips in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-18-2013, 07:03 PM
  3. Replies: 0
    Last Post: 05-14-2012, 11:59 PM
  4. #N/A Error in vlookup
    By adam2308 in forum Excel General
    Replies: 3
    Last Post: 02-28-2011, 03:49 PM
  5. Vlookup Error
    By devabharambe in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-01-2010, 05:22 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