Results 1 to 2 of 2

Pulling data from multiple sheets (and growing!) into a summary sheet

Threaded View

  1. #1
    Registered User
    Join Date
    05-02-2012
    Location
    Michigan
    MS-Off Ver
    Excel 2010
    Posts
    2

    Pulling data from multiple sheets (and growing!) into a summary sheet

    I've been a lurker for a long time, and I admire all of the Excel/VBA geniuses in here! I had to come out of lurkdom, make an account, hopefully to get some help from you all. I hope this makes sense... I included my sheet so you can see it.

    New sheets are going to be created via using a macro that duplicates the Client Template tab. New client sheets are going to be added at will, so there is no set number of client sheets.

    The Report sheet summarizes information from all client tabs. The fields it would pull would be Verification Requirement, Total Aging, Total Verifications, Favorable Amount and %, Unfavorable Amount and %, Open Amount and % from each client sheet (I have some coding already for a macro, which you can see, that pulls the client name from the tabs) - cells are A2, B10, C10, D10, E10, F10, G10, H10, I10.

    It is only one line per client, coming from row 10 (because the Report worksheet is an ongoing summary) but only the most current month (row 10) of data would be pulled from each client tab.

    It needs to copy the data, formatting, and the formulas associated with each cell. So from client sheets (i.e. the client template, and however many client sheets as they grow) TO the Report sheet.

    So essentially: each client tab, these cells (A2, B10, C10, D10, E10, F10, G10, H10, I10) from row 10, go to the corresponding cells on the Report tab, each with their own row/line. The macro I made on the Report tab fills in the client name from each sheet (currently only the Client template sheet, but of course there will be more). As a new client sheet is created (dupliating the Client Template sheet), I would want the same cells/row to be copied from the client sheet to a row on the Report sheet.

    Thank you so much in advance, it seems complicated but I know that the actual coding shouldn't be too hard!
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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