Hello. I have a master file with the following data:
Excel 2016 (Windows) 32 bit
[Table="width:, class:head"]
[tr=bgcolor:rgb(255, 255, 255)][td]
[tr=bgcolor:rgb(255, 255, 255)][td]
[tr=bgcolor:rgb(255, 255, 255)][td]
[tr=bgcolor:rgb(255, 255, 255)][td]
[tr=bgcolor:rgb(255, 255, 255)][td]
[tr=bgcolor:rgb(255, 255, 255)][td]
[tr=bgcolor:rgb(255, 255, 255)][td]
[tr=bgcolor:rgb(255, 255, 255)][td]
[tr=bgcolor:rgb(255, 255, 255)][td]
[tr=bgcolor:rgb(255, 255, 255)][td]
[tr=bgcolor:rgb(255, 255, 255)][td]
[/table][Table="width:, class:grid"][tr][td]Sheet: Sheet1[/td][/tr][/table]
I want to create Agent-specific supplementary sheets (one for each Agent) within the same workbook. I need the Agent sheets to automatically update when the master sheet is updated.
So, in this example, there would be 4 supplementary sheets (Bob, Jan, Kim, Bill). Bob's sheet would look like:
Excel 2016 (Windows) 32 bit
[Table="width:, class:head"]
[tr=bgcolor:rgb(255, 255, 255)][td]
[tr=bgcolor:rgb(255, 255, 255)][td]
[tr=bgcolor:rgb(255, 255, 255)][td]
[tr=bgcolor:rgb(255, 255, 255)][td]
[tr=bgcolor:rgb(255, 255, 255)][td]
[/table][Table="width:, class:grid"][tr][td]Sheet: Sheet1[/td][/tr][/table]
I appreciate any help!
Excel 2016 (Windows) 32 bit
[Table="width:, class:head"]
[tr=bgcolor:rgb(255, 255, 255)][td]
Date
[/td][td]Customer
[/td][td]Agent
[/td][td]Notes
[/td][/tr][tr=bgcolor:rgb(255, 255, 255)][td]
1/1/2018
[/td][td]AAA[/td][td]Bob[/td][td]Blah Blah[/td][/tr][tr=bgcolor:rgb(255, 255, 255)][td]
1/1/2018
[/td][td]BBB[/td][td]Bob[/td][td]Blee Blee[/td][/tr][tr=bgcolor:rgb(255, 255, 255)][td]
1/1/2018
[/td][td]CCC[/td][td]Jan[/td][td]Na Na[/td][/tr][tr=bgcolor:rgb(255, 255, 255)][td]
1/1/2018
[/td][td]DDD[/td][td]Kim[/td][td]Okay[/td][/tr][tr=bgcolor:rgb(255, 255, 255)][td]
1/2/2018
[/td][td]EEE[/td][td]Bill[/td][td]When?[/td][/tr][tr=bgcolor:rgb(255, 255, 255)][td]
1/2/2018
[/td][td]AAA[/td][td]Bob[/td][td]Where?[/td][/tr][tr=bgcolor:rgb(255, 255, 255)][td]
1/3/2018
[/td][td]BBB[/td][td]Jan[/td][td]Why?[/td][/tr][tr=bgcolor:rgb(255, 255, 255)][td]
1/3/2018
[/td][td]CCC[/td][td]Kim[/td][td]How? [/td][/tr][tr=bgcolor:rgb(255, 255, 255)][td]
1/3/2018
[/td][td]DDD[/td][td]Bob[/td][td]If[/td][/tr][tr=bgcolor:rgb(255, 255, 255)][td]
1/4/2018
[/td][td]AAA[/td][td]Kim[/td][td]Then[/td][/tr][/table][Table="width:, class:grid"][tr][td]Sheet: Sheet1[/td][/tr][/table]
I want to create Agent-specific supplementary sheets (one for each Agent) within the same workbook. I need the Agent sheets to automatically update when the master sheet is updated.
So, in this example, there would be 4 supplementary sheets (Bob, Jan, Kim, Bill). Bob's sheet would look like:
Excel 2016 (Windows) 32 bit
[Table="width:, class:head"]
[tr=bgcolor:rgb(255, 255, 255)][td]
Date
[/td][td]Customer
[/td][td]Agent
[/td][td]Notes
[/td][/tr][tr=bgcolor:rgb(255, 255, 255)][td]
1/1/2018
[/td][td]AAA[/td][td]Bob[/td][td]Blah Blah[/td][/tr][tr=bgcolor:rgb(255, 255, 255)][td]
1/1/2018
[/td][td]BBB[/td][td]Bob[/td][td]Blee Blee[/td][/tr][tr=bgcolor:rgb(255, 255, 255)][td]
1/2/2018
[/td][td]AAA[/td][td]Bob[/td][td]Where?[/td][/tr][tr=bgcolor:rgb(255, 255, 255)][td]
1/3/2018
[/td][td]DDD[/td][td]Bob[/td][td]If[/td][/tr][/table][Table="width:, class:grid"][tr][td]Sheet: Sheet1[/td][/tr][/table]
I appreciate any help!