When I enter in my weight it gives me a big negative number on the line below. I'm sure there is a way to fix this to report nothing on the line below my last entry. I'm just not sure how to do it.
(Data)
Weight Loss +/- Daily
Cell D E F
1 173.8 -39.7 -0.8
2 172.0 -41.5 -1.8
3 -172.0
Line 3 Cell F is reporting a big loss in the daily before I enter anything for that day. Then when I add the data to line 3 Cell D the big loss number will be on line 4 Cell F.
(Formula)
Cell D E F
1 173.8 =IF(D91="","",D91-$C$4) =D91-D90
2 172.0 =IF(D92="","",D92-$C$4) =D92-D91
3 =IF(D93="","",D93-$C$4) =D93-D94
I like the way it is working now it’s ready for me to make a daily entry but I don’t want to report a daily loss of some big number on the line below.
Any help on this would be great.
Using
Excel 2010
(Data)
Weight Loss +/- Daily
Cell D E F
1 173.8 -39.7 -0.8
2 172.0 -41.5 -1.8
3 -172.0
Line 3 Cell F is reporting a big loss in the daily before I enter anything for that day. Then when I add the data to line 3 Cell D the big loss number will be on line 4 Cell F.
(Formula)
Cell D E F
1 173.8 =IF(D91="","",D91-$C$4) =D91-D90
2 172.0 =IF(D92="","",D92-$C$4) =D92-D91
3 =IF(D93="","",D93-$C$4) =D93-D94
I like the way it is working now it’s ready for me to make a daily entry but I don’t want to report a daily loss of some big number on the line below.
Any help on this would be great.
Using
Excel 2010