Hi
I’d like to request a new formula feature that allows users to evaluate multiple conditions more cleanly — similar to the Select-Case structure that I had found in a programming language.
Currently, we rely on nested IF()
functions to test multiple conditions. While this works, it becomes extremely difficult to manage when the condition being tested is long or complex. Because we need to repeat the same condition multiple times just to check different cases, which increases the formula length unnecessarily and affects performance.
I am giving below an example of it:
=SelectCase(Sum([Amount]:[Amount]),<0, "Negative",=0,"Nil",>=500,"Good",>=1000,"Excellent")
The above function should allow testing as many conditions as Smartsheet's mechanism can accommodate. I'm sure this will help everyone a lot!
@Genevieve P.
Thanks