+ Reply to Thread
Results 1 to 5 of 5

Vlookup across different tables

  1. #1
    Registered User
    Join Date
    07-29-2016
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    3

    Vlookup across different tables

    Hi there,

    I would greatly appreciate any help.

    I have got two tables. Table 1 contains a selections of ID's (e.g. 3,4,7,42,86) and the second tables contains all the projects ID's (1,2,3,4,5,6...etc) with a type of flower next to it associate with it. I was wondering how I can use Vlookup to make a column next to the ID's in table 1 in order to have flower next to each ID (e.g. 3 - Daffodil, 4 - Diasy). Some flowers are assigned to more than one ID, not sure if that changes anything.

    Thank you very much,

    Oliver

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Vlookup across different tables

    When you say a flower next to it you mean the name of a flower, not a picture of a flower?

    You'd need a table of IDs and the name of the associated flower then just VLOOKUP the ID and extract the value in the second column which would be the flower, e.g.

    =VLOOKUP(A1,Sheet2!A$1:B$50,2,0)

    Given an ID in A1 this would extract the name of a flower from column 2 of the ID/Flower table
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    07-29-2016
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Vlookup across different tables

    Hi Special-k,

    Thank you for your response.

    Just the name and not a picture.

    My issue is that I'm looking for the type of flower for the first table so that requires using a vlookup to find the ID in the second table and then find the flower type next to that. Is that possible?

    Best,

    Oliver

  4. #4
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Vlookup across different tables

    Like this?

    See Sheet1, column B for the formula

    UPDATE: Having trouble uploading the file...I cant seem to upload files dunno why.

    in Sheet2
    column A put your IDs
    in column B put the names of the flowers

    In Sheet1
    column A put your IDs
    in B1
    =VLOOKUP(A1,Sheet2!A$1:B$50,2,0)
    and copy down the column

    Sheet1 column B will now have the name of the flower youve assigned to each ID
    Last edited by Special-K; 07-29-2016 at 08:48 AM.

  5. #5
    Registered User
    Join Date
    07-29-2016
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Vlookup across different tables

    That works! Thank you very much. I really appreciate it.

+ 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. [SOLVED] VLookup help across different tables
    By moxiegirl in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-05-2015, 04:16 AM
  2. Vlookup in two tables
    By alexduy in forum Excel General
    Replies: 2
    Last Post: 12-03-2014, 09:07 PM
  3. Replies: 5
    Last Post: 01-06-2011, 11:20 AM
  4. Vlookup on Tables
    By TazDevil519 in forum Excel General
    Replies: 6
    Last Post: 10-26-2010, 01:48 PM
  5. Vlookup of 2 tables
    By siulonbow in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 10-08-2010, 12:47 PM
  6. [SOLVED] Vlookup Tables
    By Lianne in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-15-2006, 07:55 AM
  7. [SOLVED] VLookUp Tables
    By Louise in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-09-2005, 01:06 PM

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