I need to organize sales data of a select group of customers and need help..... I have their name, date they signed a partnership agreement (we want to include this, even if a $0 amount is associated with it), month/year* for orders, and finally the $ amount.
In Excel, a simple line chart will do with dates on the X axis and $ on the Y axis. For ONE customer, I know how to accomplish this, but I want all of them overlaid on the same chart. I realize it might be messy and we'll re-visit that if it's the case.
* I already can foresee only using the month/year as being an issue when there's multiple orders in a month. I can adjust that by adding the day. In fact, I'm certain I'll have to.
Using an example data set like this:
Customer A, sign date, $0
Customer A, order date, $100
Customer A, order date, $250
Customer A, order date, $400
Customer B, sign date, $0
Customer B, order date, $600
Customer B, order date, $950
Customer B, order date, $700
Customer C, sign date, $0
Customer C, order date, $300
Customer C, order date, $850
Customer C, order date, $1000
↧