How do I create a graph that showes comulative values?

C

curtis182

I have a spreadsheet of elecrtical cables pulled on a project. The dates of
the pulls are also listed. My question is how do I take this information and
show, or create, a graph that just goes up (additive values) and not one that
goes up and down?
 
J

Jon Peltier

Use formulas in the next column which compute the cumulative total, then
plot these computed values.

- Jon
 
Top