Hey Everyone,
I would like to create a SWITCH/IF condition in a formula based on the following logic.
Default behavior is to subtract 5 different number columns from a primary number column (easy to build, already have this working).
Now the switch/if logic:
If “x” column is set to “status1”, then include “y” column in the above subtraction.
If “x” column is set to “status2”, then include “y” and “z” columns in the above subtraction.
Thanks in advance!