Can I use IF statements for symbols based on a dropdown column?
Hello,
I've been trying all of the solutions from threads about symbols changing using IF statements, but none seem to be working.
I have a column called "Status" that is a dropdown and includes different application statuses like "Applied" and "Admitted". I want a different column called "Status bubble" to update the symbol GYRG (Green, Yellow, Red, Gray) based on the Status column.
Here is what I have been trying:
=IF([Status]@row = “Confirmed - IEP“, "Green", IF([Status]@row = “Applied”, "Yellow", IF([Status]@row = “Cancelled”, "Red", "Gray")))
and it keeps coming back #UNPARSEABLE.
Can anyone tell me what I am doing wrong? Does the IF statement not work with dropdown columns?
Answers
-
See your slanted quotes around each of the statuses? Those are called smart quotes. Smartsheet doesn't like those.
See the ones that are straight up and down around each of your colors? Those are the ones Smartsheet likes.
Try retyping your formula directly into Smartsheet to replace those smart quotes and see if that works.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!