#Unparseable Error
chodnett
✭
I'm really struggling with an Unparseable error with an IF formula. I've read all of the threads, and tried to apply the suggestions, with no luck.
I'm wanting to apply value to dropdown options. Example: Yes is worth 5, No is worth 3.
I'm using this formula: =IF([Inaccurate Content?]1 = "Yes", 5) , IF([Inaccurate Content?]1 = "No" , 3)
There will be times when there are more than two options in a dropdown (3 or more options), and all would need value.
Please help!
Tags:
Comments
-
Move the closing parenthesis from after the number 5 to the end of the formula...
=IF([Inaccurate Content?]1 = "Yes", 5, IF([Inaccurate Content?]1 = "No", 3))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.1K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 444 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 450 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 290 Events
- 35 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!