Running Total

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Please help, I have a line made up of a product Name, Cost of Product,Total
Units,and finaly total cost.

The total cost is a SUM of COST*UNITS.

I would like to have the resolt sent to a new square and kept as a running
total when a new calcalation is made in the origenal line.
 
=SUMPRODUCT(A1:A20,B1:B20)
puts the sum of a1*b1 + a2*b2 +....
in a cell (please, NOT a 'square')
best wishes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top