jeff_miller
New Member
- Joined
- Apr 7, 2005
- Messages
- 44
I am working in Microsoft Excel 2016
I have 26 sheets of data in a workbook representing weekly inventory part numbers and quantity (along with a bunch of other data regarding the parts).
I am looking to find the highest volume part numbers and analyze trending part numbers over time. I am not very familiar with pivot tables or VB code.
Note not all of the same part numbers would be on each sheet week to week
example
Sheet "03-19-18"
Part number Quantity
701-528 100
701-555 10,000
1259827 15
1241-158887 200
Sheet "03-12-18"
Part number Quantity
705-539 1,500
701-555 10,000
1259854 100
1241-158887 200
Sheet "03-06-18"
Part number Quantity
707-933 17
701-555 10,000
1259827 15
1241-158895 2,500
Looking for results in an separate sheet showing the following data sorted by occurrences/Total Quantity/Part number
Sheet "Analyzed data"
Part number Total Quantity Number of occurrences
701-555 30,000 3
1241-158887 400 2
1259827 30 2
1241-158895 2,500 1
705-539 1,500 1
1259854 100 1
701-528 100 1
707-933 17 1
Any help is appreciated!!
I have 26 sheets of data in a workbook representing weekly inventory part numbers and quantity (along with a bunch of other data regarding the parts).
I am looking to find the highest volume part numbers and analyze trending part numbers over time. I am not very familiar with pivot tables or VB code.
Note not all of the same part numbers would be on each sheet week to week
example
Sheet "03-19-18"
Part number Quantity
701-528 100
701-555 10,000
1259827 15
1241-158887 200
Sheet "03-12-18"
Part number Quantity
705-539 1,500
701-555 10,000
1259854 100
1241-158887 200
Sheet "03-06-18"
Part number Quantity
707-933 17
701-555 10,000
1259827 15
1241-158895 2,500
Looking for results in an separate sheet showing the following data sorted by occurrences/Total Quantity/Part number
Sheet "Analyzed data"
Part number Total Quantity Number of occurrences
701-555 30,000 3
1241-158887 400 2
1259827 30 2
1241-158895 2,500 1
705-539 1,500 1
1259854 100 1
701-528 100 1
707-933 17 1
Any help is appreciated!!