ietprofessional
Programmer
Here is the table I'm working with and what I'd like to pull out of it. I hope you can help.
Initial Table:
What I'd like to pull:
Thanks for all your help!
Initial Table:
Code:
product units
product1 2
product1 1
product1 3
product2 4
product3 3
product3 5
What I'd like to pull:
Code:
product1 6
product2 4
product3 8
Thanks for all your help!