Formula Help: IF Tagging is in the Preperation column, check the box

Answers

  • Prime George
    Prime George ✭✭✭✭

    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!

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭

    Try this:

    =IF(HAS(Preperation@row, "Asset Tagging"), 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!