sum if duplicate

  • Thread starter Thread starter john
  • Start date Start date
J

john

I have a list of items and quantities. some of the items are listed more than
once. I would like to create a separate list that will list the item only
once and sum all the quantity values from all the occurances of the item in
the first list. Is this possible? Thanks in advance.
 
I have a list of items and quantities. some of the items are listed more than
once. I would like to create a separate list that will list the item only
once and sum all the quantity values from all the occurances of the item in
the first list. Is this possible? Thanks in advance.

See answers to your previous post of about three hours ago.
--ron
 
Back
Top