dynamic cell data from one table cell entered into another (variables)
Let's say I have four tables. The bottom of each table is a cell containing a sum amount (let's say "sum1" for table one, "sum2" for table 2, etc) reached from adding the values from the rows above. I want to create a fifth table, where each row contains those amounts: sum1, sum2, sum3, sum4. They can be modified dynamically if any change. Then those dynamic values can be added as well. If I think it just requires a variable or "name" given to the source cell (sum1, sum2), which would then be dynamically entered into the last table.
How can I do this?
Thank you!
G5, dual 2Ghz, Mac OS X (10.4.6)