I'm in the middle of preparing a dynamic dashboard that will have many drop-down lists. These lists will act as filters based on which I will be able to display my charts. (No I can't use Pivot Table because the data cannot be aggregated using Pivot as the Logic is quite complicated and can't be generally summarized.) My pain point is the drop-down list with the *CheckBox* functionality.
Those dropdown lists are special in that, they will have name of the items along with a "CheckBox" which will allow for multiple selections. (Just like the one we see in AutoFilters, basically).
Can you suggest some head-starts where I can begin?
I have tried comboboxes, listboxes and data validation but they do not meet the use case functionality that I want.
Those dropdown lists are special in that, they will have name of the items along with a "CheckBox" which will allow for multiple selections. (Just like the one we see in AutoFilters, basically).
Can you suggest some head-starts where I can begin?
I have tried comboboxes, listboxes and data validation but they do not meet the use case functionality that I want.