RYG Automation using Drop Down lists
Hi
I've watched a few videos on RYG automation based on due dates but is anyone able to help with the IF function using categories from a drop down list instead?
I.e. Looking at Recruitment Status:
If someone chooses 'On Hold' from the drop down, I want the RYG column to show Red. If someone chooses 'Interviews and Assessments' from the drop down, I want the RYG column to show Yellow.
Comments
-
Hi,
=IF([Drop Down]@row = "On Hold"; "Red"; IF([Drop Down]@row = "Interviews and Assessments"; "Yellow"))
The same version but with the below changes for your and others convenience.
=IF([Drop Down]@row = "On Hold", "Red", IF([Drop Down]@row = "Interviews and Assessments", "Yellow"))
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
I hope this helps you!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Hi Andree
Thanks so much for taking the time to look at this. I'm getting some errors with it. This is what my formula is so far:
=IF([Recruitment status]='On Hold','Red',IF([Recruitment status]='TON','Yellow',IF([Recruitment status]='Confirmed','Green')))
What is it that I am doing wrong? -
Happy to help!
You've forgot the @rows and the ' should be "
Try this.
=IF([Recruitment status]@row="On Hold","Red",IF([Recruitment status]@row="TON","Yellow",IF([Recruitment status]@row="Confirmed","Green")))
Did it work?
Best,
Andrée
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!