Getting #UNPARSEABLE and Need Help
Hello Community,
I am struggling to figure out why I keep getting #UNPARSEABLE on the below formula. I am trying to add an IF statement for when [CIT PPO #]@row is blank, the result is "Non Compliant". Any help is appreciated!
Broken formula:
=IFERROR(IF([Job Complete]@row = "", "Non Compliant", IF([CIT PPO #]@row "", "Non Compliant", IF([Job Complete Date Modified]@row < [Invoicing Status Due Date]@row, "Compliant", "Non Compliant"))), "")
Working formula that I am trying to add to:
=IFERROR(IF([Job Complete]@row = "", "Non Compliant", IF([Job Complete Date Modified]@row < [Invoicing Status Due Date]@row, "Compliant", "Non Compliant")), "")
Thank you
Answers
-
Looks like you missed an = sign
=IFERROR(IF([Job Complete]@row = "", "Non Compliant", IF([CIT PPO #]@row = "", "Non Compliant", IF([Job Complete Date Modified]@row < [Invoicing Status Due Date]@row, "Compliant", "Non Compliant"))), "")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!