Cederstark
New Member
- Joined
- Feb 25, 2018
- Messages
- 3
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD](A) Exercise[/TD]
[TD](A) Sets[/TD]
[TD](A) Reps[/TD]
[TD](B) Total[/TD]
[TD](B) Sets[/TD]
[TD](B) Reps[/TD]
[/TR]
[TR]
[TD]Squat[/TD]
[TD]1[/TD]
[TD]5[/TD]
[TD]Squat[/TD]
[TD]1[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Bench[/TD]
[TD]2[/TD]
[TD]5[/TD]
[TD]Bench[/TD]
[TD]2[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]Deadlift[/TD]
[TD]3[/TD]
[TD]5[/TD]
[TD]Deadlift[/TD]
[TD]3[/TD]
[TD]15[/TD]
[/TR]
</tbody>[/TABLE]
Hey everyone, I'm trying to have Excel auto-calculate the total number of reps per exercise in my training programs. I've managed auto-calculating the number of sets per exercise by using the "SUMIF" command. However, the reps is proving far more difficult and I'm running out of ideas on how to proceed.
The idea is to have Excel multiply A-Sets with A-Reps and show the results in the corresponding B-Reps Cell. The catch is, of course, that I want the Total number of reps to show up in B-Reps under the correct exercise. I.e. if I were to change places with "Deadlift" and "Squat" under A-Exercise; Squat-B would now show 15 reps under B-Reps and Deadlift-B would show 5 reps.
Thanks in advance!
<tbody>[TR]
[TD](A) Exercise[/TD]
[TD](A) Sets[/TD]
[TD](A) Reps[/TD]
[TD](B) Total[/TD]
[TD](B) Sets[/TD]
[TD](B) Reps[/TD]
[/TR]
[TR]
[TD]Squat[/TD]
[TD]1[/TD]
[TD]5[/TD]
[TD]Squat[/TD]
[TD]1[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Bench[/TD]
[TD]2[/TD]
[TD]5[/TD]
[TD]Bench[/TD]
[TD]2[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]Deadlift[/TD]
[TD]3[/TD]
[TD]5[/TD]
[TD]Deadlift[/TD]
[TD]3[/TD]
[TD]15[/TD]
[/TR]
</tbody>[/TABLE]
Hey everyone, I'm trying to have Excel auto-calculate the total number of reps per exercise in my training programs. I've managed auto-calculating the number of sets per exercise by using the "SUMIF" command. However, the reps is proving far more difficult and I'm running out of ideas on how to proceed.
The idea is to have Excel multiply A-Sets with A-Reps and show the results in the corresponding B-Reps Cell. The catch is, of course, that I want the Total number of reps to show up in B-Reps under the correct exercise. I.e. if I were to change places with "Deadlift" and "Squat" under A-Exercise; Squat-B would now show 15 reps under B-Reps and Deadlift-B would show 5 reps.
Thanks in advance!