Hi
I'm working on a spreadsheet that looks like this
collumn A is the product code, B the product and C the quantity we need to sum
And this is what I'm trying to achieve without sucess with excel vba. I tried searching the forum but I can't make it work. Is this possible? Thanks
I'm working on a spreadsheet that looks like this
collumn A is the product code, B the product and C the quantity we need to sum
312 | apple | 12 |
652 | orange | 10 |
252 | banana | 3 |
111 | lemon | 1 |
652 | orange | 5 |
312 | apple | 8 |
252 | banana | 2 |
111 | lemon | 1 |
... | ... | ... |
And this is what I'm trying to achieve without sucess with excel vba. I tried searching the forum but I can't make it work. Is this possible? Thanks
312 | apple | 20 |
652 | orange | 15 |
252 | banana | 5 |
111 | lemon | 2 |