G
GarryR
I have a table that we populate with data from our SQL server. In this table
we have a 'Line Total' field, how can I reference this field in a new column
to it's right that shows the cumulative total of the table cell to it's
immediate left (see example)
Cell Header 1 Cell Header 2
100.00 100.00
50.00 150.00
75.00 225.00
-100.00 125.00
Have tried various attempts with {=sum(Cell2:Cell10)} etc... but the results
are not what we need to show.
we have a 'Line Total' field, how can I reference this field in a new column
to it's right that shows the cumulative total of the table cell to it's
immediate left (see example)
Cell Header 1 Cell Header 2
100.00 100.00
50.00 150.00
75.00 225.00
-100.00 125.00
Have tried various attempts with {=sum(Cell2:Cell10)} etc... but the results
are not what we need to show.