Hi All,
Trying to figure out why I'm getting the Incorrect Argument Set with the following formula. Works fine with most rows, but gives the incorrect argument set when the Date Requested By School is less than or equal to 14. I tried adding that in to one of those rows, thinking it was missing a component, and still got the error. Anybody have any ideas? I'm having a brain fart. Here's the formula:
IF(ISTEXT([Airline Contract Attached to Row]@row), "No Pain", IF(Suggested@row = 1, "No Pain", IF(Cancel@row = 1, "No Pain", IF(ISDATE([Cancelled Space with Airline]@row, "No Pain", IF(TODAY() - [Date Requested by School]@row > 14, "Extreme"))))))
Thanks-
Sarah