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

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭

    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)

    Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!

    CERTIFIED SMARTSHEET PLATINUM PARTNER

    10xViz.com

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!