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.
Answers
-
Is it because its trying to understand what the other part of the initial OR is?
Ricky T
Gov Contractor for USSF
-
That is very odd. I am not sure what the problem could be, but I have your exact formula working in a test sheet with no issues.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 141 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!