Steps

Tracking weight

  1. Create a new Spreadsheet in your Google Drive
  2. Name it Health
  3. Name first tab “Weight”
  4. Add a table and name “Weight” as well
  5. Name the columns and set their types
    • Date: DateTime
    • Weight: Number
    • Variation: Percent
      • Set the first row value as the following formula:
      =IFERROR((B3 - INDEX(B:B, MATCH(MAX(FILTER(A:A, A:A < A3)), A:A, 0))) / B3, "")
      

Tracking exercises

  1. Create a new tab and name it “Exercises”
    • Add a table named “Exercises” as well
  2. Create a new tab and name it “ExerciseEntries”
    • Add a table name “ExerciseEntries” as well
  • The Exercise tab will contain the exercise we want to track, such as walking, running, push-ups and any other ones.
  • The ExerciseEntries tab will be used to record every time we practice one exercise.
  1. In the ExerciseEntries tab, set the following columns
    • Date: DateTime
    • Exercise: Dropdown (With a range) -> Select A2:A from the tab Exercise, which will be all exercises options
    • Quantity: Number
      • For now my exercises will be mostly quantity types, such as a number of Push-Ups, but I will probably eventually track some exercises in terms of duration. Then I will add a new column
  2. In the Exercises tab, set the following columns
    • Exercise: Text
    • Notes: Text

View template here

  • To make a copy
    1. File
    2. Make a copy
    3. It will now be available to edit in your Google Drive