Copy rows from multiple sheets based on data

Kaz09

New Member
Joined
Jun 1, 2015
Messages
8
Office Version
  1. 2013
Platform
  1. Windows
I have a workbook with several name sheets. I would like to copy and paste rows from the two master sheets names Sales and Accounts to the relevant names sheets based on the drop down list text in column J. Eg. If column J equals Coral on the Sales or Accounts Master sheets, copy the row automatically to named sheet Coral. If any changes are then made to the original sheets Sales and Accounts, I need the changes to be made against the Coral's sheet. I am currently using the code below which works for one sheet but I do not know how to extend it for multiple sheets i.e. Sales and Accounts.

=FILTER(Sales!A:N,Sales!J:J="Coral")

Thanks,
Karen
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
What version of Excel are you using, as 2013 doesn't have the filter function?
I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0

Forum statistics

Threads
1,215,071
Messages
6,122,964
Members
449,094
Latest member
Anshu121

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