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
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!