Is there a way to auto fill down rows that have matching criteria?

I have a risk assessment where some folks will only be scoring at the risk/bu level, so because the data won't vary based on risk factor I would like the rows to fill down for each risk area/BU as users enter in controls scores.

For example could I have a flag that if checked the assessment scores will auto populate all of the "International Trade Controls & Northeast Division" controls scores so they are the same? I am trying to avoid someone from dragging down, so they can use card view to complete all the assessments.


Answers

  • You can write a nested IF statement or create an automation to do this.

    IF(AND(Flag@row = 1, [Risk Area & BU]@row = "International Trade Controls & Northeast Division"), "Strong", IF.....rest of the conditions)


Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!