Progression-tracking via Excel?
December 5, 2008 1:56 PM
Subscribe
YAEQ: How would I generate a chart in Excel 2007 that tracks, not towards a goal per se, but progress of a value over a length of time?
I'm trying to generate a chart in Excel 2007. I have a spreadsheet with only two columns--one with a date and one with an integer. I'm trying to generate a chart that tracks progress where the integers accumulate, so the sum of the values would be at the top of the value axis. The "history" of values would accumulate towards said sum.
FWIW, sorry if this has been asked before. My Excelfu is weak and I'm not quite sure if I have the terminology before. That said, Google didn't help me very much either. Conceptually it seems easy enough and is probably a stupid function. I'm sorry if I made this more complicated than it actually is.
posted by booticon to computers & internet (8 comments total)
10/1 42
10/2 12
10/3 2
10/4 45
10/5 31
...right?
If so, you just need a new column next to those two with the values you actually want to chart - the accumulating integers. Assuming this chart starts at A-1, go to cell C-1 and input formula =SUM(B1:B1). Then, click on the tiny box in the lower right-hand corner of the cell, and drag it down to the bottom of the column - that will automatically fill in the formulas relatively. If it doesn't do it correctly, then input them by hand:
=SUM(B1:B1)
=SUM(B1:B2)
=SUM(B1:B3)
=SUM(B1:B4)
=SUM(B1:B5)
Then chart that column.
posted by koeselitz at 2:12 PM on December 5, 2008