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
- 65.1K Get Help
- 444 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!