I have the following format for my data. The bolded items on the left are what I am trying to make, items in column C
are the materials needed, and column B
are the quantity of that material. In column G
I have a unique list of items which I want to correspond to their total quantities in column F
.
Techniques I've already tried that didn't work:
- VLOOKUP
- SUMIF
- SUM
- IF
- COUNTIF
- Pivot Table
Combination of all of the above.
I've already stumped two of my Business major friends and I've watched a dozen tutorials which are way simpler than what I'm trying to do here.
F
andG
.G
would correspond to the material name andF
corresponds to the total quantity that I will need. – Hatefiend