Welcome to the Smartsheet Forum Archives


The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.

Nested If/And Statement

rkw
rkw
edited 12/09/19 in Archived 2017 Posts

I am trying to figure out a nested IF/AND statement that will alert me if an estimate is older than 90 days and a work order has not yet been started.  I simply have a 'Needs Attention' column that will show a checkmark if this is the case and otherwise just displays an empty checkbox.  My formula below works as it should if the 'Estimate Creation Date' entered is within 90 days (result is empty checkbox), but it gives me an "Incorrect Argument Set" error if the date entered is older than 90 days. 

=IF(AND([Estimate Creation Date]127 < TODAY() - 90), ISBLANK([Work Order Date]127, 1))

I don't understand why this is happening.  Anyone know what would be causing this and how to fix?  I would really appreciate any help.  Thanks--

Comments

This discussion has been closed.