+ Reply to Thread
Results 1 to 3 of 3

Vlookup to results of Formula with numbers and letters.

  1. #1
    Registered User
    Join Date
    11-07-2014
    Location
    Ottawa, Canada
    MS-Off Ver
    2010
    Posts
    62

    Vlookup to results of Formula with numbers and letters.

    Hi All. Looking for help.

    I start off with a sheet that has a list of VINS. Call this list Target (this list will change every month)

    I need to compare that list of VINS and get data from multiple columns in a master list of Vins. – Call this list Garage

    So, I am trying to do a Vlookup to allow me to compare each line in TARGET and find the corresponding entry from GARAGE and show additional data from Garage.
    (Note: A VIN CANT be in Target if it is not in Garage)

    Problem is, the cell I am using in Garage is a formula that takes the last 8 characters from one of the fields (VIN)
    See file.

    Tab Garage Full Database
    Tab Target List of Vins that I need the following info
    Sold To
    Associate ID
    Stock #

    Hope this makes sense.


    Thanks
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    03-23-2020
    Location
    UMINA BEACH, NSW
    MS-Off Ver
    2019
    Posts
    21

    Re: Vlookup to results of Formula with numbers and letters.

    G'day, hope I have this right. Target B2=VLOOKUP(A2,Garage!A2:M100,10) in C2=VLOOKUP(A2,Garage!A2:M100,11) in D2=VLOOKUP(A2,Garage!A2:M100,2)

    If you are concerned about having formulas in the end result Ctrl+A < Paste Special - Values Only.

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

    Re: Vlookup to results of Formula with numbers and letters.

    I wouldn't use VLOOKUP here because of the number of columns involved - I would use INDEX MATCH:

    =INDEX(Garage!$J$2:$J$23,MATCH($A2,Garage!$A$2:$A$23,0))

    =INDEX(Garage!$K$2:$K$23,MATCH($A2,Garage!$A$2:$A$23,0))

    =INDEX(Garage!$B$2:$B$23,MATCH($A2,Garage!$A$2:$A$23,0))
    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.

+ 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. Vlookup Formula which will return results 0 for #N/A and numbers below 50
    By Fredbugatti in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-18-2018, 03:03 PM
  2. VLOOKUP with cells containing both letters and numbers
    By klavierkatze in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-09-2018, 04:50 PM
  3. vlookup with mixed numbers and letters
    By rolex in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-16-2015, 08:28 AM
  4. [SOLVED] Vlookup not working as letters and numbers
    By katieshields in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 09-21-2014, 09:28 PM
  5. VLookup on numbers and letters
    By cleetus in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-09-2013, 01:36 PM
  6. VLOOKUP with Numbers AND Letters
    By dkgolfer39 in forum Excel General
    Replies: 6
    Last Post: 07-23-2010, 01:05 PM
  7. [SOLVED] VLOOKUP for a cell with both letters and numbers
    By Sonohal in forum Excel General
    Replies: 7
    Last Post: 04-08-2005, 10:06 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