+ Reply to Thread
Results 1 to 3 of 3

Compiling Data from few worksheets to 1 worksheet

  1. #1
    Registered User
    Join Date
    05-13-2014
    MS-Off Ver
    Excel 2003
    Posts
    2

    Compiling Data from few worksheets to 1 worksheet

    I have 3 different sheets with data that I want to combine into one sheet using a formula. Here is an example:

    Sheet A
    Date Amount
    10/1 $5
    10/2 $10
    10/7 $5

    Sheet B
    Date Amount
    10/2 $7
    10/3 $10

    Sheet C
    Date Amount
    10/5 $5
    10/6 $10

    I want a fourth sheet that fills with all the data from these three sheets. Ideally it would be in order by date, but I understand that might not be possible. So the last sheet should look like this:

    Date Amount
    10/1 $5
    10/2 $10
    10/2 $7
    10/3 $10
    10/5 $5
    10/6 $10
    10/7 $5

    The reason I want to use a formula of some sort is because if I add more rows to sheet A for example, I want the fourth sheet to automatically add it (whether it's possible to do in date order or not).

    Is this possible?

  2. #2
    Registered User
    Join Date
    08-25-2013
    Location
    Sydney
    MS-Off Ver
    Excel 2010
    Posts
    35

    Re: Compiling Data from few worksheets to 1 worksheet

    Hi Raymond,

    I think you have to use a macro for that sort of sheet data combination.

    However, if all you need is the sum of all the amounts in the sheets, can you simply do =SUM(Sheet1!B:B,Sheet2!B:B,Sheet3!B:B), where column B has your amounts?

    Cheers

  3. #3
    Registered User
    Join Date
    05-13-2014
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Compiling Data from few worksheets to 1 worksheet

    Any idea using macro to sort it out for this?

+ 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. Compiling Data From Multiple Worksheets
    By Jhmman in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-10-2014, 02:19 AM
  2. [SOLVED] Need help compiling data from multiple worksheets
    By darxide23 in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 10-05-2013, 01:46 PM
  3. Compiling Data from various worksheets
    By smithtronics in forum Excel General
    Replies: 6
    Last Post: 10-29-2011, 07:30 AM
  4. Compiling Data from Several Worksheets into One Worksheet
    By MSchleicher in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-18-2011, 10:40 AM
  5. Compiling data from multiple worksheets into one worksheet
    By thelonious419 in forum Excel General
    Replies: 1
    Last Post: 04-24-2006, 01:20 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