Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have an excel doc that has data like so (cols A, B and C):

1     Car Loan     $300
1     Insurance    $50
1     Cable        $90
2     Car Loan     $300
2     Insurance    $50
2     Cable        $105
3     Car Loan     $300
3     Insurance    $50
3     Cable        $125

What I want to do is create a graph for each item in column B (the number in column A is the month of the year), to show costs increasing or decreasing over the year.

I can do this one at a time manually by copying the data for "Car Loan" items, and then pasting into a new block, selecting and creating a graph from it, but this is a pain doing it for all items, and manually updating it every time I add new records.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.