+ Reply to Thread
Results 1 to 4 of 4

Consolidate data and merging it...

  1. #1
    Registered User
    Join Date
    01-08-2013
    Location
    Philippines
    MS-Off Ver
    Excel 2010-2013
    Posts
    26

    Talking Consolidate data and merging it...

    Hi everyone I have a problem...I am thinking that excel can do this trick... I have attached file here merge_data.xlsx,
    As you can see, in "collected_data" sheet there are entry ID or names are the same because I consolidate it...I have put only one family here for
    sample but in realty I have thousand of family list...and in the second tab which is "conso_data" tab, here in this tab only 1 family roster I have put it
    because this is only family in the first tab I have putted, and my problem is on how do I get those data here in second tab with less time or is there any
    short trick to make it fast or formula?....
    I have done some trick but there is zero in cells, I want in the cell if blank then blank, if it has a data either number it should number or letter it should letter...if it is zero then zero.. or if it is blank then the cell should be blank...

    Sorry for my noob...

    Thanks in advance..
    Last edited by vanther; 03-12-2014 at 04:19 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    09-25-2011
    Location
    Eastbourne, England
    MS-Off Ver
    Excel 2010
    Posts
    1,089

    Re: Consolidate data and merging it...

    Hi vanther

    I cannot see from your example what the difference is between "collected_data" and "Conso_Data". From what I see you could just use copy and paste - but I am sure that there must be some other thing that I am missing here

    Regards
    Alastair

  3. #3
    Registered User
    Join Date
    01-08-2013
    Location
    Philippines
    MS-Off Ver
    Excel 2010-2013
    Posts
    26

    Re: Consolidate data and merging it...

    Hi aydeegee, what I mean in "collected_data" where this data gather from different sheet and merge it consist of "same data list" but different data in by months...
    and so the "Conso_Data" - meaning the main rooster of the family - and my example is only one family rooster..but in realty I have so many family rooster list of it....
    and I want to copy all data (the data of the months) from collected_data sheet and put it in conso_data sheet... sorry for my english... but I hope you understand what I mean... T_T

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Consolidate data and merging it...

    Try this in B2, copied down...
    =IFERROR(INDEX(Collected_data!$B$3:$B$35,MATCH(0,INDEX(COUNTIF($B$1:B1,Collected_data!$B$3:$B$35),0,0),0)),"")
    And then in C2, copied down and across...
    =INDEX(Collected_data!$B$2:$O$35,MATCH(Conso_Data!$B2,Collected_data!$B$2:$B$35,0),MATCH(Conso_Data!C$1,Collected_data!$B$2:$O$2,0))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. Macro to consolidate data from multiple data from worksheets into on worksheet
    By neilclelland in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 09-05-2013, 11:05 AM
  2. consolidate data from multiple files/worksheets when data in variable location
    By Aaron_Tram in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-21-2013, 12:49 PM
  3. Merging: displaying which sheet data comes from when merging sheets
    By zed commander in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 07-12-2012, 12:20 PM
  4. Replies: 0
    Last Post: 05-21-2012, 08:47 PM
  5. Consolidate opposite pairs with data into one common pair with combined data
    By cpbrock3 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-29-2011, 12:00 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