I have a spread sheet that has some repeating values and a total number of used for each value. I am trying to get a sum of each value in a pivot table but because there may be more than one used, this value is incorrect. Below is a short example:
Parts Description Quantity Used
1234 Hammer 1
1234 Hammer 1
1234 Hammer 2
1345 Driver 3
1345 Driver 1
1234 Hammer 2
1426 Mallet 1
The Hammer total is actually 6 but in a pivot table it is only counting the amount of parts with the number 1234 so the result is 4. I have a large file so it is a lot to go through and try to correct. How can I get a correct count of items that were used?
Thanks
Parts Description Quantity Used
1234 Hammer 1
1234 Hammer 1
1234 Hammer 2
1345 Driver 3
1345 Driver 1
1234 Hammer 2
1426 Mallet 1
The Hammer total is actually 6 but in a pivot table it is only counting the amount of parts with the number 1234 so the result is 4. I have a large file so it is a lot to go through and try to correct. How can I get a correct count of items that were used?
Thanks