How do I calculate a running total in an Excel 2007/2010 table object? If you don't know what a table object in Excel is please DO NOT respond with a "=[the cell above] + [the cell adjacent]" type formula as I have found no way to actually do this in a table.
|
feedback
|
migrated from stackoverflow.com May 19 '11 at 10:17
This question came from our site for professional and enthusiast programmers.
|
Figured it out. Here is what I did.
This worked as expected. If the data gets resorted it will throw off a YTD count but my data stays sorted by month so this is not an issue. | |||
|
feedback
|