I have taught myself programming in certain languages over the years. Still haven't quite figured out out how to make this calculator work the way I want it. Here is the formula that I want the calculator to perform.
I want it to be in a column type setup like so
Left side:
Carbs: <input box> (should times by two)
Calories: <input box>
Protein: <input box> (should times by three)
Right side of form:
Total: ( Total of all three on left side times 2.66 )
Anyone that can get me a script for this I would greatly appreciate it.
I want it to be in a column type setup like so
Left side:
Carbs: <input box> (should times by two)
Calories: <input box>
Protein: <input box> (should times by three)
Right side of form:
Total: ( Total of all three on left side times 2.66 )
Anyone that can get me a script for this I would greatly appreciate it.
Comment