I have this code started in C12 and continues down to C31......
=IF(ROW()<$D$4+12,$F$4-((($F$4-($F$4/$B$4))/($D$4-1))*(ROW()-12)),"")
There's a few things going on here but essentially the value will "turn down" in division based on a value in B4 and Full Scale in F4.
I was thinking how valuable it would be with a click of a command button to now have it Multiply, "Turn Up" the value in F4 if needed. The formula would be the exact same formula except where I highlighted the formula it would now multiply instead of divide.
Anyone have an idea what might be the best way for this to be done or written in VBA?
=IF(ROW()<$D$4+12,$F$4-((($F$4-($F$4/$B$4))/($D$4-1))*(ROW()-12)),"")
There's a few things going on here but essentially the value will "turn down" in division based on a value in B4 and Full Scale in F4.
I was thinking how valuable it would be with a click of a command button to now have it Multiply, "Turn Up" the value in F4 if needed. The formula would be the exact same formula except where I highlighted the formula it would now multiply instead of divide.
Anyone have an idea what might be the best way for this to be done or written in VBA?