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 using Excel 2016, and I'm trying to have Excel auto-calculate the total number of reps based on the exercise. I've managed auto-calculating the total number of sets using the "SUMIF"-command, however, I'm at a loss when it comes to this portion.
Calculating reps is very straightforward (Sets x Reps = Total Reps).
In it's simplest terms I'm trying to have Excel do the following:
1. Identify the exercise under (A) Exercise.
2. Multiply (A) Sets with (A) Reps.
3. Show the result in (B) Reps, next to the correct exercise.
Hopefully this is legible enough to warrant a response. Thanks to everyone 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 using Excel 2016, and I'm trying to have Excel auto-calculate the total number of reps based on the exercise. I've managed auto-calculating the total number of sets using the "SUMIF"-command, however, I'm at a loss when it comes to this portion.
Calculating reps is very straightforward (Sets x Reps = Total Reps).
In it's simplest terms I'm trying to have Excel do the following:
1. Identify the exercise under (A) Exercise.
2. Multiply (A) Sets with (A) Reps.
3. Show the result in (B) Reps, next to the correct exercise.
Hopefully this is legible enough to warrant a response. Thanks to everyone in advance!