Hi people smarter than me !
I've got a very complex sheet with a ton of validation lists. These lists have many dependent variables, and when it comes time to select from a specific list, there are usually only 1-2 options to choose from.
I would like to create a macro (or some other solution) that selects the first value in the validation list when only 1 value exists to be chosen. This would save the user A TON! of time populating this sheet as hundrends of validation lists could be on here.
My only idea was to write a formula (not VBA) in the Validation list cell that had the same rules as the Validation List to display a value if one option was shown. As there are tons of depenedent variables....this would mean writing a lot of multi-celled formulas (multi-celled because the IF statements would be longer than Excel would allow).
Any ideas? Appreciate the help!
I've got a very complex sheet with a ton of validation lists. These lists have many dependent variables, and when it comes time to select from a specific list, there are usually only 1-2 options to choose from.
I would like to create a macro (or some other solution) that selects the first value in the validation list when only 1 value exists to be chosen. This would save the user A TON! of time populating this sheet as hundrends of validation lists could be on here.
My only idea was to write a formula (not VBA) in the Validation list cell that had the same rules as the Validation List to display a value if one option was shown. As there are tons of depenedent variables....this would mean writing a lot of multi-celled formulas (multi-celled because the IF statements would be longer than Excel would allow).
Any ideas? Appreciate the help!