Steps
Tracking weight
- Create a new Spreadsheet in your Google Drive
- Name it Health
- Name first tab “Weight”
- Add a table and name “Weight” as well
- 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
- Create a new tab and name it “Exercises”
- Add a table named “Exercises” as well
- 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.
- 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
- In the Exercises tab, set the following columns
- Exercise: Text
- Notes: Text
- To make a copy
- File
- Make a copy
- It will now be available to edit in your Google Drive