Hi, Brains!
I have done lots of searching for the answer to this question online, and I have tried maybe six or seven different suggestions I found online, but none that I have tried seem to be work. Therefore, I appreciate any assistance I can get from the community here.
I have a multi-sheet workbook, with a data source sheet (updated through data connections to a Sharepoint igy file) and a presentation sheet. On the presentation sheet are three selection fields – name, month and – newly added –region. I already have it so that if the name is selected, only those months in which the name appears on my data source, will be shown in the month selection field, and if the month is selected first, only those names that appear within that specific month, will be shown in the selection field.
My goal is to have users pick a region on the presentation sheet, which then triggers the auto filter on the source sheet to filter based on that selection. For example, if someone were to pick "Australia"on the presentation sheet, only those rows with "Australia" in the target column of the data source sheet would be shown. From there, the existing contextual list for month and name take over, but of course, with available selections being impacted by the regionally filtered results on the data page .
The Data source sheet is named Data_CrossUp , with data appearing in columns A:X (data to be filtered is in column B). The Presentation sheet is named Cross Up Audit , with the selection to be made, appearing in a merged cell that covers G6:I6.
Ultimately, my question is – what VBA could I use to accomplish my goal, and on which sheet would I place it?
Thank you very much for your assistance.
I have done lots of searching for the answer to this question online, and I have tried maybe six or seven different suggestions I found online, but none that I have tried seem to be work. Therefore, I appreciate any assistance I can get from the community here.
I have a multi-sheet workbook, with a data source sheet (updated through data connections to a Sharepoint igy file) and a presentation sheet. On the presentation sheet are three selection fields – name, month and – newly added –region. I already have it so that if the name is selected, only those months in which the name appears on my data source, will be shown in the month selection field, and if the month is selected first, only those names that appear within that specific month, will be shown in the selection field.
My goal is to have users pick a region on the presentation sheet, which then triggers the auto filter on the source sheet to filter based on that selection. For example, if someone were to pick "Australia"on the presentation sheet, only those rows with "Australia" in the target column of the data source sheet would be shown. From there, the existing contextual list for month and name take over, but of course, with available selections being impacted by the regionally filtered results on the data page .
The Data source sheet is named Data_CrossUp , with data appearing in columns A:X (data to be filtered is in column B). The Presentation sheet is named Cross Up Audit , with the selection to be made, appearing in a merged cell that covers G6:I6.
Ultimately, my question is – what VBA could I use to accomplish my goal, and on which sheet would I place it?
Thank you very much for your assistance.
Last edited: