deevaetodin
Technical User
I have data that is imported as new table in excel. Within the data are products, the customer and the quantity ordered.
example of data:
John Smith Product1 12
Jane Smith Product1 3
Howard Smith Product2 15
Fred Smith Product3 17
Matt Smith Product2 24
How can I write the query so that it will sum all quantities for product1, product2, product3 into a new table. Giving me the resulting table:
Product1 15
Product2 39
Productw 17
Thanks in advance for all help.
example of data:
John Smith Product1 12
Jane Smith Product1 3
Howard Smith Product2 15
Fred Smith Product3 17
Matt Smith Product2 24
How can I write the query so that it will sum all quantities for product1, product2, product3 into a new table. Giving me the resulting table:
Product1 15
Product2 39
Productw 17
Thanks in advance for all help.