So, let's hit the detail page first!
Yeah, you'll want to click this if you want to actually read it. |
So, 2.2 pounds down for the week, and fairly heavy exercise. I'll take it. But you've seen this before, so let's talk about how this sheet works.
- Date, day, weight: These three fields are static. I was able to copypasta the Date and Day to fill them, and weight is entered manually every day. Basic stuff.
- BMI: this field is interesting. First, it's a formula. It grabs today's weight and divides it by my height in inches (I have that number stored on a separate stats page), and multiplies by 703. The formula itself looks like this: =(C90/(Stats!$A$2^2))*703. This generates the number, and then I have a conditional formatting on the fields that changes the color. It started as a brick red (over 40), and will be Red until it dips below 35, at which point it will change to yellow.
- Notes: manually filled.
- Loss Today, Total Loss, Avg Loss/Day, Avg Loss/Week, Total Loss/Week: All of these are calculated fields based on today's weight compared to historic weights. Here's what the formulas look like:
- Loss today: =C89-C90
- Total Loss: =$C$2-C90
- Avg Loss/Day: =G90/K90
- Avg Loss/Week: =G90/11
- Total Loss/Week: =C82-C90
- Days on Plan: Pre-filled.
- Exercise Calories, food Calories, Carbs, Fat, Protein, Sodium: I enter all of these manually each day
- Net calories: Calculated with a basic formula (=N89-M89)
- Weekly Net calories: a slightly less basic formula: =SUM(O82:O89). For this formula, I'm using Thursday as my start day and Wednesday as my ending day, because I enter weight in the AM but Calories at night. That gets me a full week of data.
This sheet does all of the heavy lifting, and from it I build my weekly tracker, my graph, and my new sheet. You'll see the new sheet soon, but first let's hit my weekly weight loss progress table.
click me! |
Now... on to the new sheet!
Ooh! New sheet! |
I'm grabbing the weight from the sheet, and my height and age from my stats sheet. Then I calculate my TDEE by taking that and multiplying by 1.2 (for my Sedentary desk job). I multiply by 7 to get my weekly TDEE (yeah, I'm abstracting this to the week and not doing daily calculations), then I grab my Weekly net calories from my first page. I do a quick subtraction to get my deficit. I count my TDEE as sedentary since my FitBit and MFP are tracking my calorie burn. From this, I get an expected loss per week (deficit/3500), and an Expected Weight.
I'm unsure how accurate this will ever be, since my calories burned/consumed are all abstractions, and the H-B method isn't without flaws either. That said, it's a good baseline.
I did all this and it made my graph more interesting!
Look! TWO lines now! |
And finally, I hit level 10 in HabitRPG and became a Rogue! Woo? Woo!
I've been following you for a week or so. You're doing great and an inspiration. Keep it up! I have just about the same start and goal weight as you, just finishing up my 3rd week tomorrow. Can you share your spreadsheet?
ReplyDeleteJust realized I posted as anonymous.
ReplyDeleteHi Simon! I sent you a copy via Google Drive. Good luck!
Delete