Conditional formatting on rows
Is there a way to set up a formula for the following scenario:
If I check a checkbox in column 1 on row 1, i want to send an update request to the contact in row 2 to review the attachment in row 2?
Answers
-
You would need to create a helper column (I suggest another checkbox) in which you would use a basic IF statement to check the box if the other box in question has been checked.
=IF([Column 1]1 = 1, 1)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 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!