The workbook below needs to do a couple of things. I need it to count the number of items for a specific month based on one item per row i.e. the Quantity (No.) for Manifold base in August would be 2 and then the total cost for the same month. I'm not sure how to change the month as the list will continue on and each month I will have to identify the month and then collect the data by month i.e July would simply be 1 Boat Pin at $56.53 and 1 Anchor at $75.00 but August would have 2 Envelope Cases for a total of $10.56, 2 Manifold bases for a total of $130.60 and 1 Drill at $204.16 etc.
Monthly Parts List.xls | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | Jul1,2011 | No. | Total | |||
2 | Anchor | |||||
3 | Boat | |||||
4 | Cart | |||||
5 | Drill | |||||
6 | EnvelopeCase | |||||
7 | Manifoldbase | |||||
8 | ||||||
9 | Day | PartDescription | Unit | Cost | ||
10 | 7/25/2011 | BoatPin | 56.53 | |||
11 | 7/31/2011 | Anchor | 75.00 | |||
12 | 8/5/2011 | EnvelopeCase | 5.28 | |||
13 | 8/8/2011 | ManifoldBase | 65.30 | |||
14 | 8/9/2011 | Drill | 204.16 | |||
15 | 8/12/2011 | ManifoldBase | 65.30 | |||
16 | 8/15/2011 | EnvelopeCase | 5.28 | |||
sheet2 |