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
- 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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!