Hi All,
I'm attempting to calculate a simple calculation from fields that already exist in a given table:
Hi All,
I'm attempting to calculate a simple calculation from fields that already exist in a given table:
How did you built your SWITCH() formula?
Update: just seen you have a field that outputs text "35%" instead of number.
you should convert it to number, put
VALUE(your_split) instead of ({your_split} / 100)
it converts data as VALUE('35%')=0.35
btw, when your field name does not contain space, figure brackets are not mandatory.
=============
I think one or more of these fields has array type (link, lookup or multi-select). You have to convert it to number,
instead of {Field} insert ({Field}+0)
or change the field type so it will output a number(like change to Rollup)
if my guess is not right, please provide more details, like screenshot with all mentioned fields + result field visible
Hey!
Fully aligned with @Alexey_Gusev. Please let us know if that solves the issue, or else provide further context!
Mike
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.