Formula is #UNPARSEABLE
Hello community,
My formula below is showing #UNPARSEABLE. Can someone please help me figure out why?
Formula:
=IF([Job Complete]@row "Cancelled", "", (IFERROR(IF(ISBLANK([CIT PPO #]@row), "", IF(TODAY() > [Invoicing Status Due Date]@row, "Non Compliant", "Compliant")), "")
Answers
-
Try removing the ( in front of IFERROR. You have a lot going on in this formula so fixing that might open up more errors.
Jonathan Sanders, CSM
"Change is always scary because it is unknown, but facing the unknown is what makes us stronger."
-
Thanks Kleerfyre. I have updated it to the below and still get #UNPARSEABLE. Please let me know if you have any other suggestions.
=IF([Job Complete]@row "Cancelled", "", IFERROR(IF(ISBLANK([CIT PPO #]@row), "", IF(TODAY() > [Invoicing Status Due Date]@row, "Non Compliant", "Compliant")), "")
-
You don't have enough ) for all your (. Go back through your formula and make sure you match them all up. Without anymore context, I don't know what else to look at. What are you trying to do with your formula?
Jonathan Sanders, CSM
"Change is always scary because it is unknown, but facing the unknown is what makes us stronger."
-
Here is another way I tried rewriting it but am still getting #UNPARSEABLE. Any idea what is throwing this off?
=IF(ISBLANK([CIT PPO #]@row), "", IF(TODAY() > [Invoicing Status Due Date]@row, "Non Compliant", "Compliant")) + IF([Job Complete]@row "Cancelled", "")
-
Try testing out each part of your formula to see what part is throwing it off. Break it down piece by piece and you should find the issue.
Jonathan Sanders, CSM
"Change is always scary because it is unknown, but facing the unknown is what makes us stronger."
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!