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
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 513 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!