Forum Discussion
jveedubs
2 months agoCommunity Member
Show results of complex calculations involving multiple variables?
Say I have multiple (3+) variables that I want to use to calculate a "final score" for something; for example, ((A+B)/2)+(C-D)*100. Is there any way to output this as a number in a text box, and is t...
- 2 months ago
I recommend you try Javascript. You don't have to learn a lot to get what you want here, and it's easier to understand than setting up a lot of triggers.
Silverfire
2 months agoCommunity Member
I recommend you try Javascript. You don't have to learn a lot to get what you want here, and it's easier to understand than setting up a lot of triggers.
- jveedubs2 months agoCommunity Member
Thanks a ton! I have to admit, JavaScript intimidated me at first because my first experiences learning it weren't great, but...so far, so good, and these types of things seem pretty easy. Thanks!