Forum Discussion
David Mueller
Sep 05, 2018Copper Contributor
Specific Excel Formula Help
Hey guys, I'm new here so sorry if this isn't a very tough question but how would i input a formula that would read, Knowing that in 1 case of QTR there are 4 sleeves and each sleeve has 15 units. ...
JKPieterse
Sep 05, 2018Silver Contributor
Assuming "Product" is in A1 then this formula should yield the 175:
=(B2*4+C2)*15+D2
=(B2*4+C2)*15+D2