Lookup Formula Help
I'm looking for a formula that can look at the highlighted field and only pull out the option I want. example in column 30 it will look at the highlighted column and if PLD is in there it will answer PLD and ignore everything else. The highlighted field a person can select multiple departments and I need to be able to separate them out individually is that possible?
Best Answer
-
The below formula would accomplish this, if there is something more you need please specify
=IF(HAS([Select Additional Department (if Required)]@row,"PLD"), "PLD", "")
Answers
-
The below formula would accomplish this, if there is something more you need please specify
=IF(HAS([Select Additional Department (if Required)]@row,"PLD"), "PLD", "")
-
Worked like a charm.. Thanks so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.5K Get Help
- 466 Global Discussions
- 156 Industry Talk
- 510 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!