I’m trying to link multiple fields together and cap the number depending on another field’s selection.
For example:
Currently I have this formula working as intended in the a field:
{X field} / WORKDAY_DIFF({Y Date}, {Z DATE})
I want to add a quantifier on top of that will determine the number it puts out.
So, if field A=B, cap the number at 2
If field A=C, cap the number at 1.