I have a form that calculates a potential reimbursement amount according to the client's parameters.
I have no issue with the formula, but they have decided to institute a maximum amount. So I need to say something like: If(InputValue*.5 > 250, 250, else InputValue * .5)