I have the need to use a filtering cover sheet to unhide only relevant data entry fields on an adjacent sheet. Ideally I could steer clear of VBA, but if not, oh well. In principle, I am trying to do the following as per the example:
I want to select the following by clicking or adding a value next to the item using a simple alphanumeric value or even a checkbox. This is done on Sheet 1.
Once this happens, on Sheet 2 where all rows will be hidden by default, I want to unfilter (or open up/make visible) all of the rows on that respective category that contain an "x" for that category.
This is the complete table as an example wioth nothing opened or closed.
This is how the table will look with nothing checked on sheet 1 (all hidden), nothing requiring a data entry to be completed.
This is how sheet 2 will look with the items checked as indicated in my first screenshot from Sheet 1.
I want to select the following by clicking or adding a value next to the item using a simple alphanumeric value or even a checkbox. This is done on Sheet 1.
Once this happens, on Sheet 2 where all rows will be hidden by default, I want to unfilter (or open up/make visible) all of the rows on that respective category that contain an "x" for that category.
This is the complete table as an example wioth nothing opened or closed.
This is how the table will look with nothing checked on sheet 1 (all hidden), nothing requiring a data entry to be completed.
This is how sheet 2 will look with the items checked as indicated in my first screenshot from Sheet 1.