+ Reply to Thread
Results 1 to 2 of 2

group data from multiple worksheets into a seperate workbook

  1. #1
    Registered User
    Join Date
    03-18-2008
    Posts
    1

    group data from multiple worksheets into a seperate workbook

    Hi,

    I have a workbook with 31 worksheets of data in it, i want to then create a seperate workbook and use this a type of master monthly results workbook.

    The data contained in the workbook with 31 sheets is quite flat format sales related figures in seperate columns and seperate rows of data for each adviser that carried out business that day.

    In the master workbook I want to pull through data from each of these workbooks so i can see who has carried out what business that month. My problem is that each sheet in the original workbook may have different names of advisers worked that day so how can i pull through the information into the master workbook ensuring that if 'joe bloggs' has data on sheets 3, 6, 20 and 30 that on the master workbook he has one row with his name on that has summed up the total of this data.

    i have attached a dummy version of a basic worksheet of figures.

    i guess something like a lookup would work but i have no unique identifier except an advisers name?
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    03-17-2008
    Posts
    85
    Try something like

    =IF(ISNA(VLOOKUP(A2,'1'!A:B,2,0)),0,VLOOKUP(A2,'1'!A:B,2,0))+IF(ISNA(VLOOKUP(A2,'2'!A:B,2,0)),0,VLOOKUP(A2,'2'!A:B,2,0))+IF(ISNA(VLOOKUP(A2,'3'!A:B,2,0)),0,VLOOKUP(A2,'3'!A:B,2,0))

    I have attached an example

    Hope this helps

    template.zip

+ Reply to Thread

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