#Unparseable Error When attempting to use IF function
Lota
✭
Hello Everyone, I am trying to write an IF function to automatically change the value of a certain cell for certain conditions.
For some reason I keep getting the #Unparseable error when I type out this formula.
=IF((NETDAYS([Date Need By] 6, Today())) < 3, [At Risk], [In Progress])
I have attached a screenshot of the sheet.
Your help is greatly appreciated.
Thank you.
Comments
-
I think you want to put At Risk and In Progress in quotes instead of brackets.
-
You also have an extra set of (). Try this...
=IF(NETDAYS([Date Need By] 6, Today()) < 3, "At Risk", "In Progress")
-
Thanks for the help, greatly appreciated.
-
Thanks for the help, greatly appreciated.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!