Hi,
I have:
Screen 1: Form with inputs for values (6 number inputs)
Screen 2: Results (text):
- Result 1: Math formula using values of form input
- Result 2: Math formula using values of form input
- Result 3: Math formula using values of form input
Here is my problem:
- Result 4 = result1+result2+result 3 (I can’t find a way to do this)
- Result 5 = result4/N (I can’t find a way to do this)
So, can I use a text element as an element on a formula? I’can find a way to do this with the options given.
I know I could combine al the formulas and make new ones for result 4 and 5 but the formulas are really long/tricky and I couldn’t find a way to copy them.
Thanks for your help!