Forum Discussion
3hamberg.erik
May 21, 2018Copper Contributor
Excel Formulas
I have this;
| QOH | $$ | New qt. | $$ | Cost |
| 1 | 65.63 | 4 | 262.52 | 65.63 |
I want the QOH and New qt. to multiply by the cost and keep a running total at the bottom of the column. I have no clues.
Thanks,
Erik
2 Replies
- Matt MickleBronze Contributor
Erik-
Just wanted to follow up and make sure you were able to get this formula working. If you need further clarification please feel free to reach out.
- Matt MickleBronze Contributor
What about using one of the formulas below (Please see attached .xlsx file for an example):
=SUM(F4:F8) or
=SUM($F$4:F4)