Hi all,
I have a long list (several hundred rows) and I am trying to create drop-down lists that each contain about 5-6 options of my list. I'm sure this can be done with VBA but is this possible to do with basic Excel functions? For instance,
Rather than do this one list at a time, can I somehow automate this?
When selecting range for the drop-down list, I've tried $A2:$A5 (instead of default $A$2:$A$5). This doesn't make a difference.
I have a long list (several hundred rows) and I am trying to create drop-down lists that each contain about 5-6 options of my list. I'm sure this can be done with VBA but is this possible to do with basic Excel functions? For instance,
- drop-down list contains cells A2:A5,
- drop-down list contains cells A6:A10,
- drop-down list contains cells A11:A14,
Rather than do this one list at a time, can I somehow automate this?
When selecting range for the drop-down list, I've tried $A2:$A5 (instead of default $A$2:$A$5). This doesn't make a difference.