Updating worksheet from master worksheet

LouLBI

New Member
Joined
Jun 19, 2012
Messages
42
:pI have two spreadsheets in one workbook. One is a "Master" work sheet with about 800 names in Column A separated by 24 rows. For example rows 6, 30, 44.... Up to 16302. In the areas between the names is data in columns B through L twenty deep, for example B9:L28, B33:L52 etc up to B16305:L16324.

The other spreadsheet called "Update" has 120 names in column A. These names are in groups of eight separated by 24 rows. For example A6, A30 up to A174. This is repeated with a different set of 8 names starting with A214, A422, A630 so that there is a total of 15 sets of 8.


What I would like to do is fill the area in the "Update" with the data of the corresponding name in the "Master". For example, the first name in the "Update" is in "A6". The corresponding name in the "Master" happens to be in "A14190". I would like to copy the data from the block B14193:L14212 or the data in the block which is shifted one column and three rows from the name and Is 11 wide by 20 deep, and paste it into the corresponding area in "Update". In other words into B9:L28. This needs to be done for all 120 names in "Update".


I've tried to do this by modifying the code you sent me to solve what I thought was a similar problem, but had no luck. I hope you can help me again.


Many thanks in advance.
Lou
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.

Forum statistics

Threads
1,203,242
Messages
6,054,354
Members
444,718
Latest member
r0nster

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