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
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.2K Get Help
- 360 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!