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
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!