+ Reply to Thread
Results 1 to 4 of 4

Combining 2 lists w/many duplicates but adding an additional column

  1. #1
    Registered User
    Join Date
    09-10-2019
    Location
    NJ
    MS-Off Ver
    2016
    Posts
    2

    Combining 2 lists w/many duplicates but adding an additional column

    Full disclosure - my Excel skills are pretty limited. Here's my challenge:

    I have an older list of about 8,700 license holders with just two columns, Name and Email Address.

    My second, new list of about 8,200 license holders consists mostly of the same names (exact match), but with many new licensees added/deleted. This list has multiple columns, but does not include an email address column.

    My ultimate goal is to combine the two spreadsheets and assign email addresses to matching contacts on the newer list. I naively thought this would be pretty straightforward, but I've quickly learned otherwise. Any help would be greatly appreciated!

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Combining 2 lists w/many duplicates but adding an additional column

    have a look at vlookup, something like =VLOOKUP(A2,OldList!A:B,2,FALSE)
    So that is A2 would be the cell with the person's name or identifying characteristic that matches between both tabs from the new list tab.
    OldList!A:B assumes that in column A is the person's identifying characteristic (maybe name) that matches the new list, and column B is where the information is you want returned. The 2 means you go over 2 columns (from column A to column B and return what is in col B when it finds a match in A). False means find an exact match.
    change as your data requires.
    hope that helps.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Combining 2 lists w/many duplicates but adding an additional column

    Hi

    I suppose you can use the VLOOKUP function to do that

    If list one are in a sheet 'List One'!A2:Bn and and the other list are in sheet 'List Two'!A2:An
    use the following formula in 'List Two'!B2 and drag down
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    See the file
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    09-10-2019
    Location
    NJ
    MS-Off Ver
    2016
    Posts
    2

    Re: Combining 2 lists w/many duplicates but adding an additional column

    Thank you! Success!

+ 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] Adding additional field to pivot table (but not for each column)
    By cprobertson1 in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 11-21-2017, 07:51 AM
  2. Replies: 3
    Last Post: 09-16-2014, 09:34 PM
  3. Replies: 1
    Last Post: 02-06-2014, 03:00 PM
  4. [SOLVED] Adding additional rows to list in column
    By Markarmi in forum Excel General
    Replies: 2
    Last Post: 10-11-2012, 10:58 AM
  5. Replies: 4
    Last Post: 10-31-2011, 04:33 PM
  6. Replies: 5
    Last Post: 09-12-2011, 05:56 PM
  7. combining specific column of certain worksheets, adding duplicates on combo worksheet
    By loves2laugh28 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-19-2010, 05:48 PM

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