Hey, i’m trying to add an if statement for a formula so it wont affect previous items.
the formula:
IF({TPA WFS} = ‘90 Degrees(EBSO)’, “.15”, IF({SI PRE-SAVINGS} > 2500 ,“.15”,“.25”))
I would like it to be If the FILL DATE is 10-9-2023 or before to be
IF({TPA WFS} = ‘90 Degrees(EBSO)’, “.15”, IF({SI PRE-SAVINGS} > 1999.99 ,“.15”,“.25”))
So far i’m not having any luck changing this.