If Statement Formula Unparseable
Anybody able to explain why the following formula is coming up as #UNPARSEABLE
=IF(AND(ISBLANK([Contractor CO Submittal Date]@row), ISDATE([Company CO Response Date]@row), [Company Response]@row = "New CO to Contractor"), "Contractor Response Needed", IF(AND(ISDATE([Contractor CO Submittal Date]@row), [Contractor CO Submittal Date]@row = <[Company CO Response Date]@row, OR([Company Response]@row = "Needs More Info", [Company Response]@row = "Countered")), "Contractor Response Needed", IF(AND(ISDATE([Contractor CO Submittal Date]@row), [Contractor CO Submittal Date]@row = <[Company CO Response Date]@row, OR([Company Response]@row = "Approved", [Company Response]@row = "Change Directive", [Company Response]@row = "Rejected")), "Closed", IF(AND(ISBLANK([Contractor CO Submittal Date]@row), ISDATE([Company CO Response Date]@row), [Company Response]@row = "Change Directive"), "Close", IF(AND(ISDATE([Contractor CO Submittal Date]@row), ISBLANK([Company CO Response Date]@row), ISDATE([Company Response]@row)), "Company Response Needed",)))))
Comments
-
Hi Clem,
At a glance, I can see at least two errors. Less than or equal to ( =<) have to be changed to (<=) otherwise you'd get an #Invalid Operation error.
My recommendation would be to break down all the parts and make sure that each is working as it should because it's much easier to find what's wrong in that way.
Hope that helps!
Let me know how it goes!
Have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Also the comma at the end needs to be deleted. If there isn't a false return, then don't add the comma or do
,""
-
Yep, other than those two suggestions by Andree and L@123 things seem to be in shape.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives