R
Rux
This is what I'm asking,
I have a series of numbers in column (A) and description in column (B) QTY
in column (C).
Column A Column B Column C
Item number Description QTY
12129001 Custom d 5
12129003 Customer f 8
12129271 Customer g 2
12129360 Customer h 6
12182001 Customer j 12
12182003 Customer k 7
12183271 Customer l 38
What would like to do is delete, or only show the first five digits in
column (A). Then I get a subtotal of 12129's and a subtotal of 12182's.
Currently, the subtotal is separating the Item number because of the last
three digits, the last three digits are related to the customer description.
The 12182's are all the same product, just coded different for the customer.
All I require to the total of 12182's on order.
Yes, I could separate by inserting a row and then do a sum by item number,
but I like to have a sum of the qty of the generic item number.
Sorry for the poor problem description,
Help,
I have a series of numbers in column (A) and description in column (B) QTY
in column (C).
Column A Column B Column C
Item number Description QTY
12129001 Custom d 5
12129003 Customer f 8
12129271 Customer g 2
12129360 Customer h 6
12182001 Customer j 12
12182003 Customer k 7
12183271 Customer l 38
What would like to do is delete, or only show the first five digits in
column (A). Then I get a subtotal of 12129's and a subtotal of 12182's.
Currently, the subtotal is separating the Item number because of the last
three digits, the last three digits are related to the customer description.
The 12182's are all the same product, just coded different for the customer.
All I require to the total of 12182's on order.
Yes, I could separate by inserting a row and then do a sum by item number,
but I like to have a sum of the qty of the generic item number.
Sorry for the poor problem description,
Help,