Hi,
I need to filter a dynamic range of data whose number of columns keep changing based on the first column. The table is such:
Characteristics. Date1. Date2. Date3. Date4. ........
The columns have different data of different date and its dynamic based on the number of files used.
I added a listbox in the sheet and using " ListFillRange" added the values of column 'Characteristics' to the list.
I need a VBA code to filter the data based on the characteristics selected in the list box. PLEASE NOTE : MULTIPLE VALUES CAN BE SELECTED IN THE LIST.
Whichever characteristics we select the data must filter based on those characteristics
Tplease help
I need to filter a dynamic range of data whose number of columns keep changing based on the first column. The table is such:
Characteristics. Date1. Date2. Date3. Date4. ........
The columns have different data of different date and its dynamic based on the number of files used.
I added a listbox in the sheet and using " ListFillRange" added the values of column 'Characteristics' to the list.
I need a VBA code to filter the data based on the characteristics selected in the list box. PLEASE NOTE : MULTIPLE VALUES CAN BE SELECTED IN THE LIST.
Whichever characteristics we select the data must filter based on those characteristics
Tplease help