Monitor personal and team lifting gains
The Workout Report is very particular on the format of your data. All invalid data will be grayed out and ignored on the dashboard or single lift’s spreadsheet view. I have create a Workout Report template that shows a ton of examples on how data should be recorded. Follow the below rule set for specifics on how data is interpreted and parsed.
[MONTH]/[DAY]/[YEAR]
or [DAY]/[MONTH]/[YEAR]
. All rows without a date will be ignored.
2/25/2017
or 25/2/2017
[WEIGHT]x[REPETITIONS]*[SETS]
. Additional sets of varying weight and repetitions can be separated by the -
symbol. This format can cover every weight/repetition/set possibility. Other shorthand formatting specifications are below.
[WEIGHT]
400
is interpreted as 400 at 1 rep for 1 set. The single repetition and set are implied.[WEIGHT]x[REPETITIONS]
45x8
is interpreted as 45 pounds at 8 reps. The single set is implied.[WEIGHT]x[REPETITIONS]*[SETS]
165x10*2
is interpreted as 165 pounds at 10 reps for 2 sets.[WEIGHT]x[REPETITIONS]*[SETS]-[WEIGHT]x[REPETITIONS]*[SETS]-[WEIGHT]x[REPETITIONS]*[SETS]
165x10*2-175x8*2
is interpreted as 165 pounds at 10 reps for 2 sets and 175 pounds at reps 8 for 2 sets.x
character.*
(star) character.-
(hyphen) character.