View Single Post
 
Old 10-14-2024, 09:46 AM
ImAhNoBoDy ImAhNoBoDy is offline Windows 7 64bit Office 2007
Novice
 
Join Date: Jan 2012
Posts: 17
ImAhNoBoDy is on a distinguished road
Default

When it comes to weight training, I never know how long I will be using the same weight increase. Using my excel sheet as my example, my thinking was, I would have to manually change the cell reference when the weight increase changes.

C5 - 100
D5 - =SUM(C5+E$2$)
E5 - =FORMULATEXT(D5), get cell that references the weight increase (E$2$)
F5 - =SUM(E5+F$2$), weights are getting heavier, so I have to increase weight slower
G5 - =FORMULATEXT(F5), get cell that references the weight increase (F$2$)
H5 - =FORMULATEXT(F5), get cell that references the weight increase (F$2$)
I5 - =FORMULATEXT(F5), get cell that references the weight increase (F$2$)
J5 - =SUM(I5+F$2$), weights are getting heavier, so I have to increase weight slower

Obvious, I would need something a function to turn the text into an expression of some sort.
Reply With Quote