Update sheets frm master

Cpinhey

New Member
Joined
Jul 7, 2011
Messages
21
I have a master 'all office' worksheet where all data for all offices is entered, there are 15 offices that each have a sheet containing the same data pertaining to the individual office as that on the 'all office' sheet.

Up until now I've been using a series of VLookups to update the individual office sheets. But, it is now necessary to start adding new records to the the master 'all office' spreadsheet. Is there an easy way to ensure that whatever data is entered on the 'all office' sheet is copied to the appropriate office sheet. There is a column for 'office' on all sheets.

For example, I enter a new row of data for office AA on the 'all office' master sheet. I would like the sheet for office AA to automatically update with the new additional data from the master 'all office' sheet.

Any suggestions? This can be done manually, but I figured there's no harm in asking if there is a better way.
 
Looks like this line..

Code:
Set myRange = Worksheets("Master Sheet").Range("C[B][COLOR=red]:C[/COLOR][/B]") 'This should be the Col that contains Office Location Names.
 
Upvote 0

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.

Forum statistics

Threads
1,225,155
Messages
6,183,208
Members
453,151
Latest member
Lizamaison

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