What is wrong with this formula?

This formula has been working perfectly, but now I am getting an "Invalid Operations" error. What am I missing?

=IF(OR(AND(Resolution@row = "BH: On-Hold", [Due Date]@row < TODAY()), AND(Resolution@row = "Correction: Need Follow-Up", [Due Date]@row < TODAY())), "No", IF(OR(AND(Resolution@row = "BH: On-Hold", [Due Date]@row >= TODAY()), AND(Resolution@row = "Correction: Need Follow-Up", [Due Date]@row >= TODAY())), "Hold", IF(OR(Resolution@row = "BH: Released", Resolution@row = "BH: Changed to Non-Funded", Resolution@row = "Corrected", Resolution@row = "Notified", Resolution@row = "HOS President Approved Billing"), "Yes")))

The first two conditions are working just fine, but where I am seeing the error message is when the final condition is true.

Hope someone can see what I am not.

Thanks.

Tags:

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!