Hi,
In column A keep the days, column B the daily weight and column C the cumulative loss. The cumulative loss equation will be:
Code:
=Weight(t-1) - Weight(t) + CumulativeLoss(t-1)
Please see the attached example. In our example, that equation translates to this formula: