Is it possible to Auto Populate column B based on content in Column A?
If Column A is "Mark" - Colunm B would automatically populate with "HR"
If Column A is "Mark" and "John" - Colunm B would automatically populate with "HR" and "Sales"
The idea is for column B to populate automatically with department name, based on individual identified
Answers
-
Yes, This will give you a start. =IF(CONTAINS("Mark", A@row), "HR ") + IF(CONTAINS("John", A@row), "Sales ")
If the And is needed then you'll need to make a modification
-
Thanks @markkrebs - Ill give it a try this afternoon.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!