S
shawn
Let's say I have a bunch of Item Numbers in Col A. In Col B are quantities
we have in stock.
Is there some code I can use to total up each item group? For example let's
say I have the following:
col a | col b
1282-3622 | 10
1282-3611 | 12
1282-3582 | -5
9601-9000 | 8
9601-3672 | 14
... when the code runs it would turn into this automatically
col a | col b
1282-3622 | 10
1282-3611 | 12
1282-3582 | -5
17
9601-9000 | 8
9601-3672 | 14
22
... it totalled up all the 1282's together, and all the 9601's together. Most
of our item number are 4 or 5 digits, then a dash, then 4 or 5 more digits.
we have in stock.
Is there some code I can use to total up each item group? For example let's
say I have the following:
col a | col b
1282-3622 | 10
1282-3611 | 12
1282-3582 | -5
9601-9000 | 8
9601-3672 | 14
... when the code runs it would turn into this automatically
col a | col b
1282-3622 | 10
1282-3611 | 12
1282-3582 | -5
17
9601-9000 | 8
9601-3672 | 14
22
... it totalled up all the 1282's together, and all the 9601's together. Most
of our item number are 4 or 5 digits, then a dash, then 4 or 5 more digits.