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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!