lilianneisP
New Member
I have searched google for couple months (seriously) and still haven't got the answer yet for the problem I have.
I am making a simulation chart with multiple vendors and multiple items as below.
I input my simulation in yello highlight cells and rest of the chart needs to have formulas to calculate.
Where I am stuck is that sumarize unit cost per item or per vendor. (Grey, light blue section)
To do this, I need to multiply unit cost * Qty per each item and sum by specific item or vendor. I came across SUMPRODUT and MOD formula and try to use them but no luck so far.
I have used
SUMPRODUCT(--(B3:B20="A")*(D3:D20="UNIT COT)*(D3:D20="QTY"),(E3:E20)
SUMPRODUCT(E3:E18*E5:E20*MOD(ROW(E5:E20),3)=0,MOD(ROW(E5:E20),3)=2)
can anyone help!???
I am making a simulation chart with multiple vendors and multiple items as below.
I input my simulation in yello highlight cells and rest of the chart needs to have formulas to calculate.
Where I am stuck is that sumarize unit cost per item or per vendor. (Grey, light blue section)
To do this, I need to multiply unit cost * Qty per each item and sum by specific item or vendor. I came across SUMPRODUT and MOD formula and try to use them but no luck so far.
I have used
SUMPRODUCT(--(B3:B20="A")*(D3:D20="UNIT COT)*(D3:D20="QTY"),(E3:E20)
SUMPRODUCT(E3:E18*E5:E20*MOD(ROW(E5:E20),3)=0,MOD(ROW(E5:E20),3)=2)
can anyone help!???