Copy data from multiple sheet into one master sheet

Koxeida

Board Regular
Joined
Oct 25, 2016
Messages
73
Hey guys,

I'm trying to copy data from multiple sheets into the main "Mastersheet". Assume Name is at Cells.A1.


Mastersheet
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]1A[/TD]
[TD]1B[/TD]
[TD]1C[/TD]
[TD]2A[/TD]
[TD]2B[/TD]
[TD]2C[/TD]
[TD]3A[/TD]
[TD]3B[/TD]
[TD]3C[/TD]
[/TR]
[TR]
[TD]A1[/TD]
[TD]ABC1[/TD]
[TD]y1[/TD]
[TD]x1/z1[/TD]
[TD]ABC2[/TD]
[TD]y2[/TD]
[TD]x2/z2[/TD]
[TD]ABC3[/TD]
[TD]y3[/TD]
[TD]x3/z3[/TD]
[/TR]
[TR]
[TD]A2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]A4[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

Worksheet name "A1"
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Total Count[/TD]
[TD]%[/TD]
[TD]1st[/TD]
[/TR]
[TR]
[TD]ABC1[/TD]
[TD]x1[/TD]
[TD]y1[/TD]
[TD]z1[/TD]
[/TR]
[TR]
[TD]ABC2[/TD]
[TD]x2[/TD]
[TD]y2[/TD]
[TD]z2[/TD]
[/TR]
[TR]
[TD]ABC3[/TD]
[TD]x3[/TD]
[TD]y3[/TD]
[TD]z3[/TD]
[/TR]
</tbody>[/TABLE]

Basically I'm trying to copy data from all the worksheet (aside from Mastersheet) into the Mastersheet as shown above.

One thing to note is that in the column D (named "1C) I'm trying to do a simple calculation as stated in the cell.

Thanks in advance! :)
 
Last edited:

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.

Forum statistics

Threads
1,223,907
Messages
6,175,301
Members
452,633
Latest member
DougMo

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