Check Box and Conditional Formatting
Hello,
was hoping to get some advice ... i have a long drawn out conditional formatting expression that will turn a row a certain color once it is all met .. at that point i want a box to automatically be checked to indicate that the expression has been meet and something is ready to send ..
i was looking into if formulas .. but i want to trigger reactions based on this condition being met. any thoughts?
thanks much!
dana
Comments
-
Hi Dana,
To accomplish this, you'll want to create an IF statement in your checkbox column that checks the box once your conditions are met. If you have several conditions that you need to be met before the box is checked, use the AND function. For example:
=IF(AND(Status1 = "Complete", [Needs Email]1 = "Yes"), 1)
More information on these functions is available in the help center:
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!