Formula Help: IF Tagging is in the Preperation column, check the box
System
Employee
This discussion was created from comments split from: How to checkbox when first and second criteria match in a dropdown list.
Answers
-
I have a smaller version of this I am trying to achieve.
I have a multi-dropdown column "Preperation" and Checkbox column "Asset Tag Required".
I am trying this =IF([Preperation]@row = [Asset Tagging]@row, 1, 0)
Goal, if Asset Tagging is in the Preperation column, it will check the box in column Asset Tags Required.
Thank you!
-
Try this:
=IF(HAS(Preperation@row, "Asset Tagging"), 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.1K Get Help
- 351 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 36 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!