+ Reply to Thread
Results 1 to 2 of 2

Consolidate columns from multiple worksheets.

  1. #1
    Registered User
    Join Date
    01-22-2017
    Location
    Melbourne, AUS
    MS-Off Ver
    Office 2007
    Posts
    17

    Consolidate columns from multiple worksheets.

    Hi,

    I would like to combine the same column (D) from multiple worksheets into one column. I tried the consolidation function and lookup functions but couldn't figure it out.

    Every worksheets represents a month, and some of the codes in each column are listed more than once. If possible, I would also like to get rid of the duplicates (if possible already in the function not the manual formatting) and also the blanket cells.

    I attached a sample workbook to illustrate the problem.

    If possible, I would also like to sum up the volume for each month of each code.


    Appreciate any help.

    Thanks.
    Attached Files Attached Files

  2. #2
    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,917

    Re: Consolidate columns from multiple worksheets.

    If you change your sheet names to match your Master headings, you can use this...
    E
    F
    G
    1
    Jan-17
    Feb-17
    Mar-17
    2
    3
    48
    39
    38

    E3=SUM(INDIRECT("'"&TEXT(E$1,"mmm-yy")&"'!K1:K1000"))
    copied across

    I renamed your sheets to Jan-17...Feb-17 etc
    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. VBA to consolidate multiple worksheets into one
    By shrijan in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-05-2017, 09:38 PM
  2. Consolidate multiple worksheets into one
    By raeray38501 in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 08-21-2014, 10:21 AM
  3. [SOLVED] Consolidate all data in multiple worksheets of multiple workbooks in one Master file.
    By adil.master in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-23-2014, 09:59 PM
  4. consolidate multiple worksheets
    By Mbutler132000 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-26-2010, 06:10 AM
  5. Replies: 1
    Last Post: 06-23-2009, 06:19 PM
  6. Consolidate Multiple Worksheets
    By DGA2008 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-09-2009, 09:03 AM
  7. Consolidate Multiple Worksheets Into One
    By DGA2008 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 03-29-2009, 05:49 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