msharma864512
Member
I am trying to apply condition filters in my file.
I want to add four button (Involvement, Regions, Sectors, and Channel) that will contain the data in the list provided in excel.
The first button (Involvement) will show Y and N. So when I click on Y, it wall apply the filters in column B, and list all the data wherever there is Y, and if the data selected is N, then all the data with N will get listed.
The 2nd button (Region), will show the list given in spreadsheet (E3:E13), and whenever I click on any data in that button, it will apply filter to column X, and list the respective data if the list contains the selected data.
The 3rd button (Sector), will show the list given in spreadsheet (F3:F21), and whenever I click on any data in that button, it will apply filter to column Y, and list the respective data if the list contains the selected data.
The 4th button (Channel), will show the list given in spreadsheet (G3:G4), and whenever I click on any data in that button, it will apply filter to column Z, and list the respective data if the list contains the selected data.
I want to add four button (Involvement, Regions, Sectors, and Channel) that will contain the data in the list provided in excel.
The first button (Involvement) will show Y and N. So when I click on Y, it wall apply the filters in column B, and list all the data wherever there is Y, and if the data selected is N, then all the data with N will get listed.
The 2nd button (Region), will show the list given in spreadsheet (E3:E13), and whenever I click on any data in that button, it will apply filter to column X, and list the respective data if the list contains the selected data.
The 3rd button (Sector), will show the list given in spreadsheet (F3:F21), and whenever I click on any data in that button, it will apply filter to column Y, and list the respective data if the list contains the selected data.
The 4th button (Channel), will show the list given in spreadsheet (G3:G4), and whenever I click on any data in that button, it will apply filter to column Z, and list the respective data if the list contains the selected data.