Sum data from the same column (same name) but different table


Hi everybody, i’d like to sum all the numbers from the TAKES columns into another table. The thing is that i created multiple table on the same page. On each table there is a column TAKES and i’d like to sum all the numbers from these columns into one column from another table. i don’t know if that’s really clear sorry :confused: Do you know how to do that ?

=FirstTableName.TAKES.Sum() + SecondTableName.TAKES.Sum()

You could put this as a canvas formula, i.e. not in a table, just right on the page. Type “=” and you’ll get the option to enter a formula like this.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.