Intermediate - Formula
Sync in all tables and calculate how complete each project is in a table
Requirements: Cross Doc Pack, Formulas (SwitchIF , Filter)
First sync in your tables like we did for our scenario. With your team project tables synced in you can reference them all in one table to extra summary data such as percentage complete.
Below we pull in all of the Tasks and Task Stages with a SwitchIF() formula which matches the rows team with the correct table to pull data from. We then can do a simple calculation to see how many of the tasks are completed or not across all of a teams projects.
All Team Tasks & Projects
OLD Multi button solution