+ Reply to Thread
Results 1 to 5 of 5

Vlookup help

  1. #1
    Registered User
    Join Date
    12-02-2008
    Location
    Nashville
    Posts
    26

    Vlookup help

    I am attaching a vlookup file for g5570 I can not seem to get the vlookup to calc - any assistance would be appreciated

    I have had to shrink the file due to the KB limit
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: Vlookup help

    Hi,

    in G2:

    Please Login or Register  to view this content.

    Regards
    Attached Files Attached Files
    -----------------------------------------------------

    At Excelforum, you can say "Thank you!" by clicking the star icon ("Add Reputation") below the post.

    Please, mark your thread [SOLVED] if you received your answer.

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

    Re: Vlookup help

    The cell is formatted as text, so you need to re-format as General and then double-click the cell as if to edit it then press <enter>.

    Your table is defined as AG2:AN819, but the column number is set to 2 (which is a hidden column) - you might want to make this 8 instead of 2.

    Also, if you intend to copy this down, then you will need to use absolute references for your table, i.e. $AG$2:$AN$819

    Finally, once you have done all that your formula will return #N/A as there is no match with cell H5570 and the first column of your table - this may be something to do with you reducing the file and you really meant this to be H2 as your formula is in G2. You might also like to trap for this error using:

    =IF(ISNA(your_vlookup_formula),"",your_vlookup_formula)

    as you don't state which version of Excel you are using.

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    12-02-2008
    Location
    Nashville
    Posts
    26

    Re: Vlookup help

    Thanks for your help can you please see the attachment its like the cell wont calc. This file was sent to me in excel 2007 but i converted into excel 2003 could that be a problem?

  5. #5
    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: Vlookup help

    In the attached file I've changed the formula in G5. As you changed the lookup table to 2 columns wide, the 8 needed to be 2. Also, you needed to set the table refs to absolute, and I've changed the lookup value to H5.

    But, the most important change is described in the first sentence of my earlier post - the cell was formatted as text and so the formula will just appear as a series of characters - I've changed that for you.

    Now you can copy the formula down (and up) as required.

    Hope this helps.

    Pete

+ 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