Sum based off of text -need help

  • Thread starter Thread starter Haus
  • Start date Start date
H

Haus

Trying to add up the total amount of items( Column K) per Product
(Column I) where there may be multiple Rows of the same Product number
and have the information Go to a new Worksheet. Not sure how to go
about doing this, I can import the data into Access and export it out
this way, but I would like to be able to have it self contained in the
spreadsheet. I usually only try very basic tasks with Excel and am
not sure if this is possible or even where to start, wasn't able to
find any examples of tasks like this, in the newsgroup.

Any help would or direction would be greatly appreciated.



Worksheet one:

Column I Column K
Product # Quantity ordered
A001 10
A004 5
A005 16
A004 2
A005 8
A001 2
A001 20

<output>
Worksheet 2:

Product# Total Quantity ordered
A001 32
A004 7
A005 24
 
Thanks all for the responses, this was just what I was looking for,
and after the 5 minute MS online training, I was able to get the data
organized the way I need it.

Thanks again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Vlookup and print loop 7
Help in Excel VBA for simple task 2
Combine data in fields within one table 4
Lookups in arrays 2
VB 2
Macro to Autofill until there's a new value 4
repeating values 2
Autofill Macro 24

Back
Top