So, let’s say I have a column that holds the total amount of revenue from each customer in a given month.
That column is set up so that the total “Sum” at the very bottom of the table shows the revenue of all customers for that month.
Is there a way to pull that total, the one at the bottom of the table, in to another table so that I can have a single table that output’s the totals by month…like a summary table?
I would like to use this summary table as a nice easy way to share the monthly totals with the team.
Does that make sense?