+ Reply to Thread
Results 1 to 5 of 5

Syncing two lists of data for one list of individuals. One list has multiple entries.

  1. #1
    Registered User
    Join Date
    01-14-2014
    Location
    Newcastle upon Tyne
    MS-Off Ver
    Excel 2003
    Posts
    2

    Syncing two lists of data for one list of individuals. One list has multiple entries.

    I need to consolidate these two lists of data into one list.

    First set is just a basic list of individuals with their data.

    Second set is multiple entries for those same individuals. Each entry shows a subscription to a programme. The final single sheet should have one row per individual which shows all of the programmes they are subscribed to.

    Please see attached, example sheet.

    The real list is 3000 IDs, so need some kind of formula to do this (or other suggestion?).


    Any help massively appreciated.
    Attached Files Attached Files

  2. #2
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,368

    Re: Syncing two lists of data for one list of individuals. One list has multiple entries.

    Please check the file, not elegant with helper column

    Azumi
    Attached Files Attached Files

  3. #3
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Syncing two lists of data for one list of individuals. One list has multiple entries.

    welcome to the forum, adam. your file is a very good illustration. you could add on a little to explain the What it should look like sheet. like C2 is 1 because you could see ID1 with a subscription to Club A in Data Set 2. a clear illustration helps solve problems here extremely quickly.

    i provided a solution in Data Set 1. the headers require a more complicated formula if you don't have a fixed set of Subscriptions. if you do, please type them in instead of using my formula. this is an array formula & it can slow down your workbook if it's used extensively. in C1:
    =IFERROR(INDEX('Data Set 2'!$B$2:$B$3000,MATCH(0,COUNTIF($B1:B1,'Data Set 2'!$B$2:$B$3000),0))&"","")

    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer. Press F2 on that cell and try again.

    it helps you pick out the unique subscription name. then in C2, simply:
    =COUNTIFS('Data Set 2'!$A:$A,$A2,'Data Set 2'!$B:$B,C$1)

    copy down & across. if you are interested in how the unique values are obtained, it's explained in the file of my link below*Tips & Tutorials I Compiled, sheet 2

    Example Sheet.xlsx

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  4. #4
    Registered User
    Join Date
    01-14-2014
    Location
    Baku
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Syncing two lists of data for one list of individuals. One list has multiple entries.

    Use Pivot Table.Look at the attachment
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    01-14-2014
    Location
    Newcastle upon Tyne
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Syncing two lists of data for one list of individuals. One list has multiple entries.

    Thank you for the replies! Much appreciated. I'll have a go at the various suggestions.

+ 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. Data Validation: Remove only one entry of multiple entries in list
    By elmerg in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-13-2013, 04:45 PM
  2. Reduce a list of multiple entries to a single list
    By Jogier505 in forum Excel General
    Replies: 6
    Last Post: 03-24-2011, 09:39 PM
  3. Multiple drop down lists from same data list.
    By helyes in forum Excel General
    Replies: 1
    Last Post: 01-25-2011, 08:20 PM
  4. Need to create unique list from list of multiple entries
    By Jeff in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-17-2005, 01:05 AM
  5. Can I compare 2 lists to combine duplicate entries in new list?
    By Tinytall in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-13-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