+ Reply to Thread
Results 1 to 2 of 2

Combining different sets of data

Hybrid View

  1. #1
    Registered User
    Join Date
    03-23-2022
    Location
    Plymouth, England
    MS-Off Ver
    Excel for MAC version 16.59
    Posts
    5

    Combining different sets of data

    Hi, if anyone can help that would be great...example attached. 3 sheets with different data. Some of the names/initials across the 3 sheets are the same, some unique. I need to combine all 3 sheets into one set of data that aggregates the 3 sets of numbers but also recognises the different initials but groups the ones that are the same? So I have a master list of all unique initials with the corresponding aggregated data. Hope that makes sense. thanks in anticipation.
    Attached Files Attached Files

  2. #2
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    MA, USA
    MS-Off Ver
    365(PC) V:2412
    Posts
    1,477

    Re: Combining different sets of data

    i would just copy the first 3 sheets of datas column A data to your combined tab.
    Then highlight column A on your COMBINED tab. Go to DATA Ribbon at top of screen. Select REMOVE Duplicates. Then hit ok.
    This will get you a unique master list. Then put the following formula in cell A2 and drag down:

    Formula: copy to clipboard
    =IFERROR(SUMIF(Sheet1!$A$2:$A$50,COMBINED!A2,Sheet1!$B$2:$B$50),0)+IFERROR(SUMIF('Sheet1 (2)'!$A$2:$A$50,COMBINED!A2,'Sheet1 (2)'!$B$2:$B$50),0)+IFERROR(SUMIF('Sheet1 (3)'!$A$2:$A$50,COMBINED!A2,'Sheet1 (3)'!$B$2:$B$50),0)
    <----- If you are happy with your solution please click on the "* Add Reputation" as a way to say thank you.

+ 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. Combining two sets of data
    By Janispetke10 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-19-2021, 02:02 PM
  2. Combining Two Data Sets
    By Abdul Moix in forum Excel General
    Replies: 3
    Last Post: 10-28-2020, 09:50 AM
  3. Combining to sets of data with different x axis'
    By dxg169 in forum Excel General
    Replies: 6
    Last Post: 02-16-2015, 01:32 PM
  4. Combining large sets of data
    By cab0317 in forum Excel General
    Replies: 9
    Last Post: 10-02-2013, 12:50 PM
  5. Combining two data sets
    By Teacher in forum Excel General
    Replies: 10
    Last Post: 09-11-2011, 12:11 PM
  6. combining two data sets
    By pani_hcu in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-29-2009, 12:43 PM
  7. Combining two sets of data
    By chrmlr2 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 08-28-2009, 09:41 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