Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Using Percent Value to Set Dropdown
I am trying to use a formula to set a dropdown value based on the percentage value. Here is the formula I am using:
=IF([Percent Complete]7 = 0, “Not Started”, IF([Percent Complete]7 < 0.26, “Just Started”, IF([Percent Complete]7 < 0.74, “Working”)))
I am setting the formula in the dropdown cell and continue to receive #UNPARSABLE.
I also tried the formula in the reverse and get the same result.
I began with the Project template and have already removed the two columns from dependencies.
Comments
-
Try this:
=IF([Percent Complete]7 = 0, "Not Started", IF([Percent Complete]7 < 0.26, "Just Started", IF([Percent Complete]7 < 0.74, "Working")))
Did you, by chance, edit the formula somewhere else and copy/paste it in?
The formula you gave is using curly quotes (“ ”) not straight quotes ("")
Smartsheet does not like those.
Hope this helps.
Craig -
Thank You Craig, that worked. Yes I did paste it in. I like to work in a text editor, I find it a little easier. I'll pay attention to the quotes from now on.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 460 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives