A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hello Jackie,
* I am a Microsoft user like you, providing solutions to community members; I am NOT a Microsoft employee.
There are several ways to achieve what you just outlined; but here's how I'll go about it:
- Start by copying the data from each of the three individual sheets into the master sheet. You can copy the entire sheet or just the relevant data range.
- After pasting the data into the master sheet, create separate tabs for each group. You can name these tabs based on the group names. Then, move the corresponding data into each tab.
- To ensure that the master sheet updates automatically when changes are made to the individual sheets, you can use formulas or Power Query.
- Formulas (for smaller datasets):
- If the data volume is not too large, you can use formulas like
VLOOKUP,INDEX-MATCH, orIFstatements to reference the data from the individual sheets. This way, any changes made to the individual sheets will automatically reflect in the master sheet.
- If the data volume is not too large, you can use formulas like
- Power Query (for larger datasets):
- If the data volume is large and more complex, you can use Power Query to import and merge data from multiple sources. Power Query allows you to create queries that fetch data from SharePoint directly. You can then merge, append, or transform this data as needed before loading it into the master sheet.
- If you're using Power Query to import data, you can set up a schedule for data refresh so that the master sheet updates automatically at specified intervals. This ensures that any changes made to the individual sheets are reflected in the master sheet without manual intervention.
- Once you have set up the master sheet with the data from all three groups and ensured that it updates automatically, you can share this master sheet with the respective groups. They will be able to view the data relevant to their group on separate tabs.
Hope this helps you.
- Stephen N.