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.