+ Reply to Thread
Results 1 to 8 of 8

vlookup N/A value

  1. #1
    Registered User
    Join Date
    04-29-2019
    Location
    australia
    MS-Off Ver
    office 365 business
    Posts
    3

    vlookup N/A value

    Hi All

    I am in need of some friendly support with the vlookup function

    below is the formula I have written to pull the data I am looking for
    Capture1.JPG

    I believe the error is a formatting error of the data which I do not know how to fix
    The formula is in number format
    The column the data is looking at is in General Format
    The sheet the formula table is looking through is in General Format..

    Vlookup has always given me so many headaches

    thank you in advance for your assistance

  2. #2
    Forum Expert BMV's Avatar
    Join Date
    01-13-2020
    Location
    St-Petersburg, Russia
    MS-Off Ver
    2013-2016
    Posts
    1,329

    Re: vlookup N/A value

    Check sheet1!A:A and H:H for text or numeric values.

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,830

    Re: vlookup N/A value

    Mike - please update your user profile with the version of Excel that you are using. Thanks.
    Last edited by AliGW; 02-23-2020 at 04:07 AM. Reason: Typo corrected.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

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

    Re: vlookup N/A value

    Mike, vlookup is a very basic, simple formula, and is 1 of the standard tools for those starting out in excel. However, like many tools, it needs to be used correctly, and with the correct data. Below are a few common errors users make when using vlookup (as well as many other functions)...

    1. vlookup works by finding something (criteria), then returning something else related to that (pretty straight forward). BUT, there are rules that need to be followed
    - general syntax =vlookup(what-to-find, data-range-containing-result, column-number-in-range-containing-answer, TRUE/1 (for sorted data) or FALSE/0 (for unsorted data)
    =vlookup("bird",A1:J10,10,0)...this will search for "bird" in column A and return the corresponding entry in the 10th column (J)

    - the criteria (what you are searching for - bird) MUST be in the 1st column of the data range.
    - the data range (A1:J10) MUST include all columns up to and including the column that contains the data to be returned
    - the column number(10) MUST be less than or equal to the total columns in your range.

    - the format of your criteria must be the same as what is in the 1st column (A)
    1 of the biggest mistakes users make is trying to find a text number in a column of real numbers. Text numbers are entries that look like numbers but are actually text...they are often left aligned, compared to real numbers that are generally right aligned.
    Just changing the format of a cell does not change it's underlying contents though, formatting is purely a cosmetic affect on a cell
    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

  5. #5
    Registered User
    Join Date
    04-29-2019
    Location
    australia
    MS-Off Ver
    office 365 business
    Posts
    3

    Re: vlookup N/A value

    Thank you for replying the detail you did.
    I understand that vlookup is a very basic function of excel but yes you are correct with the most common issue please find is the format the data is in.

    This is exactly what I am trying to work out as everything I have done to format the data correctly has still posted the N/A value.

    For me it has been 2 years since I have used the vlookup function and now with a change of position within my company I have found myself back in a position where i will be using excel much more frequently.

    The issue is the data format, I just need a little support on how to convert the data to the correct formats so the formula will populate the fields I need
    Last edited by AliGW; 02-23-2020 at 04:48 AM. Reason: Please don't quote unnecessarily!

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,830

    Re: vlookup N/A value

    Please attach a small sample workbook - instructions at the top of the page.

  7. #7
    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,933

    Re: vlookup N/A value

    Depends on what your data looks like, you may not need to reformat, perhaps you can restructure the formula.

    Can you upload a small sample WB?

  8. #8
    Registered User
    Join Date
    04-29-2019
    Location
    australia
    MS-Off Ver
    office 365 business
    Posts
    3

    Re: vlookup N/A value

    After reading through the thread and the advise provided I reviewed the formula string and found that I had been referencing the incorrect starting column from data sheet.

    I did not realize that the initial vlookup cell needed to be the first column from the table array.

    thank you team I think we can call this one as solved.

+ 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. Replies: 5
    Last Post: 12-07-2016, 09:18 AM
  2. [SOLVED] When vlookup ragnes is mutiple: How do vlookup value finding occurrence against coresspond
    By silambarasan.J in forum Excel Formulas & Functions
    Replies: 34
    Last Post: 07-07-2015, 09:32 AM
  3. Using vLookup based on results from a vLookup & returning an undetermined list
    By NormalityBan in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 08-14-2014, 05:02 AM
  4. Replies: 0
    Last Post: 12-26-2013, 01:12 PM
  5. Display Cell within VLookup range that excel thinks matches the VLookup Value
    By headachexcelperson in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-04-2013, 04:56 PM
  6. vlookup? match? index? MULTIPLE criteria for vlookup search problem....
    By aborg88 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-11-2013, 09:56 AM
  7. Replies: 5
    Last Post: 07-29-2009, 07:53 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