View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
angel5959
 
Posts: n/a
Default How do I keep a running total of pounds lost and percentage lo

Thanks!

"vezerid" wrote:

Assuming the weekly weights of a single person are in a column (say in
A2:A10), the formulas:

=A3-A2
=(A3-A2)/A2

will show respectively the net weight change and percent change
(negative values indicate loss. These formulas should be placed in row
3 and can be copied down.

HTH
Kostis Vezerides