eblaser_salessync
New Member
- Joined
- Jun 11, 2017
- Messages
- 4
Q: How can I loop through 3 cells that contain data validation lists, in order to update my model?
In order for the model I am working with to update, there are three cells (C5, C6, C7 - that contain dynamic data validation lists linked to 3 different ranges in the sheet) that need to be cycled through in order for new source data to be incrementally added into our reporting. Currently, we are doing this by hand. For example:
C3: Select option 1 in list, wait for the model to update; Select option 2 in list, wait for the model to update; Select option X in list, wait for model to update
C4: (Repeat)
C5: (Repeat)
I am looking to automate this process and do not know where to start. I have looked at dozens of other similar requests (ie loop through list and copy/paste values in another sheet, loop through list and save as pdf, etc) however I am not competent enough to reverse engineer those into a solution for this request.
Thank you!
E
In order for the model I am working with to update, there are three cells (C5, C6, C7 - that contain dynamic data validation lists linked to 3 different ranges in the sheet) that need to be cycled through in order for new source data to be incrementally added into our reporting. Currently, we are doing this by hand. For example:
C3: Select option 1 in list, wait for the model to update; Select option 2 in list, wait for the model to update; Select option X in list, wait for model to update
C4: (Repeat)
C5: (Repeat)
I am looking to automate this process and do not know where to start. I have looked at dozens of other similar requests (ie loop through list and copy/paste values in another sheet, loop through list and save as pdf, etc) however I am not competent enough to reverse engineer those into a solution for this request.
Thank you!
E