Forum Discussion
S-C-K
Apr 24, 2023Copper Contributor
AutoSum of a column is not updating when a row is added above it. Suggestions?
How can I get autosum of a column to update automatically when a new row is added above the autosum?
- Apr 24, 2023
Format your data as Table > Activate the Total Row for that Table > For each column where you expect a SUM, on the total row: SUBTOTAL(109, [<ColumnName>])
Sample attached
Lorenzo
Apr 24, 2023Silver Contributor
Format your data as Table > Activate the Total Row for that Table > For each column where you expect a SUM, on the total row: SUBTOTAL(109, [<ColumnName>])
Sample attached