I am trying to convert a formula that I use in excel to Survey 123 Connect. Has anybody found a way to ^ (caret) for Exponential (power of)?
That is the expression in excel spelled out. The observed(1061) comes from a previous formula and the static(90) along with residual(60) are hydrant readings final should be 1677.
(${Observed}*(pow(${Static}-20), 0.54)div(pow(${Static}-${Residual}), 0.54))
Hi Michael,
See attached Excel file for a sample of how this function can be used.
The results doesn't necessarily have to be read only.
Mikie
Still hitting a wall, can I send you file see if you can help with the formula?
You can use the pow() function to do such calculations.
For example if question_one was equal to 2, pow(${question_one}, 3) would return 2 to the power of 3, or 2 * 2 * 2 = 8.
Kind regards,
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.