Kaz09
New Member
- Joined
- Jun 1, 2015
- Messages
- 8
- Office Version
- 2013
- Platform
- 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
=FILTER(Sales!A:N,Sales!J:J="Coral")
Thanks,
Karen