I haven't managed to find this exact query elsewhere although I'd be surprised others haven't asked something similar - so apologies if it's already been answered.
I want to provide non-tech users with a suite of sorted/subtotalled/charted etc views of their data in different worksheets, which will be updated automatically whenever they use 'get data' to update a master worksheet. I know something about referencing data from another worksheet - but I'm not managing to display data sourced from a master worksheet automatically sorted differently.
Here's a simplified example - suppose a user uses Get Data to populate the first (master) worksheet with these two columns:
Name Score
Eve 8
Ann 6
Tom 9
Dave 7
I want to build a 2nd worksheet which will immediately and automatically display this data sorted by score (without the user needing to click on any column heading or sort function)
Name Score
Tom 9
Eve 8
Dave 7
Ann 6
The user can replace the master data with a new upload, and the 2nd worksheet will show the new data sorted by score.
I'm hoping there's a strategy or trick for doing this which I can then apply to a range of layouts and charts etc.
Thanks in advance for help with this.
I want to provide non-tech users with a suite of sorted/subtotalled/charted etc views of their data in different worksheets, which will be updated automatically whenever they use 'get data' to update a master worksheet. I know something about referencing data from another worksheet - but I'm not managing to display data sourced from a master worksheet automatically sorted differently.
Here's a simplified example - suppose a user uses Get Data to populate the first (master) worksheet with these two columns:
Name Score
Eve 8
Ann 6
Tom 9
Dave 7
I want to build a 2nd worksheet which will immediately and automatically display this data sorted by score (without the user needing to click on any column heading or sort function)
Name Score
Tom 9
Eve 8
Dave 7
Ann 6
The user can replace the master data with a new upload, and the 2nd worksheet will show the new data sorted by score.
I'm hoping there's a strategy or trick for doing this which I can then apply to a range of layouts and charts etc.
Thanks in advance for help with this.