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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!