If you'd prefer to see all of the individual projects in one place it is possible to union them all in one table (note this is much easier if they all of the same columns/schema). Using a formula map and button action we can map each column from our synced table to this table.
For example the below formula would add all current Ice Cream Team projects to the table:
[Ice Cream Projects].FormulaMap(AddOrModifyRows([Project Roll Up],Project=CurrentValue)
You can then expand this to all the other columns and repeat it for other tables. You can run these as separate buttons for each table and have a button that pushes each of them for you. You can even create an automation to push this every hour to keep it all in sync.