Hello everyone,
I have been trying to solve my problem for hours now. Wondering if anyone can point me in the direction. I am trying to do a sum of like products in a pivot table, but from multiple columns.
Here is what my data looks like:
I would like to have a pivot table sum the quantity for product 1 & 2 across the sheet, like below:
Thank you,
I have been trying to solve my problem for hours now. Wondering if anyone can point me in the direction. I am trying to do a sum of like products in a pivot table, but from multiple columns.
Here is what my data looks like:
Product 1 | Product 2 | QTY for Product 1 | Qty for Product 2 |
A | B | 7 | 7 |
A | C | 4 | 4 |
A | A | 19 | 19 |
A | B | 2 | 2 |
A | A | 6 | 6 |
I would like to have a pivot table sum the quantity for product 1 & 2 across the sheet, like below:
Product | Total for Product |
A | 63 |
B | 9 |
C | 4 |
Thank you,