Honestly, this is a grey area for me. I wouldn't know where to start with creating a calculated field with multiple IFIN formulas in it. what formula would I need to start with in order to get that going?
hi Seth, you would start with the original formula in the link I posted above, and just continue to add to it. The original formula is this:
IFIN(value, value1, value2,..., trueExpression, falseExpression)
Let's refer to the above as one complete IFIN statement.
If you had two options, you would want to sub out the falseExpression for another complete IFIN statement, e.g.:
IFIN(value, value1, value2,..., trueExpressionA, IFIN(value3, value4, value5,..., trueExpressionB, falseExpression))
If you had 3 options, you would swap out the falseExpression yet again, like this:
IFIN(value, value1, value2,..., trueExpressionA, IFIN(value3, value4, value5,..., trueExpressionB, IFIN(value6, value7, value8,..., trueExpressionC, falseExpression)))
You mentioned you had 17 options, so you would just do this another 13 or 14 times (I would test each time in order to make sure that each option was coming in, before adding a new option).
Doug dH does give a real world example here as well (with 2 options):
https://experienceleaguecommunities.adobe.com/t5/workfront-ideas/add-switch-function-to-calculated-field/idi-p/581636