Hello all,
I've been finding past forum threads useful to learn from others' experiences as I get the hang of Excel. Maybe someone can help me with a question of my own?
I have a drop-down list in A3 of my Excel spreadsheet (version 2010). I'd like my user to be able to select an option from the drop-down list and it automatically hide/unhide rows below, based on their values in cells A5:A100. However, the values in cells A5:A100 are subject to change, so I can't use a formula that says, for example, "hide rows A5:A10 if the user selects "Option A" from the drop-down menu."
Is there any kind of VBA or event code I could use that would compare the value in A3 to the values in A5:A100 and hide all of the rows that do not match?
I hope this makes sense. Thank you for your consideration!
I've been finding past forum threads useful to learn from others' experiences as I get the hang of Excel. Maybe someone can help me with a question of my own?
I have a drop-down list in A3 of my Excel spreadsheet (version 2010). I'd like my user to be able to select an option from the drop-down list and it automatically hide/unhide rows below, based on their values in cells A5:A100. However, the values in cells A5:A100 are subject to change, so I can't use a formula that says, for example, "hide rows A5:A10 if the user selects "Option A" from the drop-down menu."
Is there any kind of VBA or event code I could use that would compare the value in A3 to the values in A5:A100 and hide all of the rows that do not match?
I hope this makes sense. Thank you for your consideration!