Hello,
Below is a quick example of what I am trying to do. Baiscly I have a UPC code which is the comon element that can be compaired. I want to merge anything that has the same upc code to total it up. I thought to use a pivottable, but for some reason it doesnt total them. Any Help is appreciated!
Example data:
Below is a quick example of what I am trying to do. Baiscly I have a UPC code which is the comon element that can be compaired. I want to merge anything that has the same upc code to total it up. I thought to use a pivottable, but for some reason it doesnt total them. Any Help is appreciated!
Example data:
Code:
UPC BackOrder Inventory On Order
679420014586 0 19 0
679420014586 2 47 5
679420014586 0 1 0
679420014845 0 1 0
679420014845 2 0 0
I want the output to do this (combine them):
UPC BackOrder Inventory On Order
679420014586 2 67 5
679420014845 2 1 0