Hello I am looking for help with a formula . I have a list of multiple ready dates and quantities for a single part, example
Part ABC 25pcs 2/21
Part ABC 13pcs 1/21
Part ABC 5pcs 1/3
Part BCD 30pcs 1/24
Part BCD 30pcs 3/2
I rolled up it to a pviot table , I am looking to create a formula where it can sum all the dates and qtys into one row so I can do a vlookup and for example it will say for part ABC : 25pcs 2/21, 13pcs 1/21, 5pcs 1/3
I was trying to do an if formula w/ concatenate based on the below pivot table... anyone know a better way to do this ?
Pivot example
Part ABC 25pcs 2/21
Part ABC 13pcs 1/21
Part ABC 5pcs 1/3
Part BCD 30pcs 1/24
Part BCD 30pcs 3/2
I rolled up it to a pviot table , I am looking to create a formula where it can sum all the dates and qtys into one row so I can do a vlookup and for example it will say for part ABC : 25pcs 2/21, 13pcs 1/21, 5pcs 1/3
I was trying to do an if formula w/ concatenate based on the below pivot table... anyone know a better way to do this ?
Pivot example
Part # | Sum of Qty Committed |
ABC | 36 |
02-21 | 25 |
01-03 | 11 |
BCD | 75 |
02-21 | 30 |
02-14 | 15 |
01-24 | 15 |
DCB | 15 |
01-03 | 5 |
01-17 | 10 |