Copy from Multiple Workbooks and paste final column based on criteria

Romuline

New Member
Joined
Feb 21, 2013
Messages
2
Hi folks, hopefully this is a very simple problem you can help me solve. Basically I have multiple workbooks (50+) whereby I need to consolidate the rows and columns data from each Source WB into a master workbook but the effort column needs to be pasted based on the column header.

The data is setup like this in each source WB with dates going out till the end of the year ( 1 workbook per week)

Source WB1

Date
Task
Name
This Week
12.01.16
A
Bill
1
12.01.16
B
Bob
2
12.01.16
C
John
0.5

<tbody>
</tbody>

Source WB2

Date
Task
Name
This Week
19.01.16
A
Bill
0.25
19.01.16
E
Bill
3

<tbody>
</tbody>

Source WB3


Date
Task
Name
This Week
26.01.16
A
John
1
26.01.16
C
John
1
26.01.16
E
Bob
2.5

<tbody>
</tbody>


Output to Master WB should be

Task
Name
12.01.16
19.01.16
26.01.16
A
Bill
1
0.25
E
Bill
3
B
Bob
2
E
Bob
2.5
A
John
1
C
John
0.5
1

<tbody>
</tbody>

Many thanks for any help provided
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.

Forum statistics

Threads
1,214,522
Messages
6,120,019
Members
448,938
Latest member
Aaliya13

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top