Formula: Search Column for multiple Titles and change dropdown
Looking for a formula for:
If row 1 and column "Title" = 1, 2, 3, 4, 5
then
Change row 1, column "Access" = Yes
If false, leave it blank.
The "Access" column is currently set up as a drop down. Will this cause issues?
I am currently using under row 1 in column Access:
=IF([Title]@1="1", "2", "3","4","5", "Yes")
Answers
-
Hi @HenryWong
I hope you're well and safe!
Not sure I follow! Can you elaborate?
Be safe, and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
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!
Basically, I want column "Access" (which is a dropdown) to automatically say Yes if column "Title" meets multiple criterias. In my example, its numbers, but realistically, they're job titles.
So if the Title is Director, Accountant, and Maintenance, I want "Access" to say "Yes". If the Title is not one of those, I want "Access" to stay "blank".
-
Basically, I want column "Access" (which is a dropdown) to automatically say Yes if column "Title" meets multiple criterias. In my example, its numbers, but realistically, they're job titles.
So if the Title is Director, Accountant, and Maintenance, I want "Access" to say "Yes". If the Title is not one of those, I want "Access" to stay "blank".
-
Hi @HenryWong
Is this what you are looking for?
=IF(OR(Title@row = "Director", Title@row = "Accountant", Title@row = "Maintenance"), "Yes", "")
(Presuming your drop down is not multiselect)
ETA - you may want "Access" to be "No" instead of blank to see that it is working for each row.
-
Yes thank you! This is exactly what Im looking for!!!
-
I saw that Ker9 answered already!
How many Title options can you have? There might be an option for an even simpler formula.
Let me know if I can help with anything else!
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
- 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!