Hello,
I am currently working on a spreadsheet with many data, including a dropdown list with multiple selection (I used a VBA code to activate it). Now, on another sheet, I need to extract data from the initial one by using the dropdown list as a criteria, but the advance filter is not considering the word that is not in the beginning of the cell for example: criteria needed is red (ie. Cell with selected dropdown => red, blue, green and another one with selected dropdown => yellow, red, orange). The advanced filter will only take the data with "red" in the beginning but not the other one even if it contains "red".
What do you suggest I can do to filter and extract data according to a multiple dropdown containing the criteria anywhere in the cell?
thank you in advance.
I am currently working on a spreadsheet with many data, including a dropdown list with multiple selection (I used a VBA code to activate it). Now, on another sheet, I need to extract data from the initial one by using the dropdown list as a criteria, but the advance filter is not considering the word that is not in the beginning of the cell for example: criteria needed is red (ie. Cell with selected dropdown => red, blue, green and another one with selected dropdown => yellow, red, orange). The advanced filter will only take the data with "red" in the beginning but not the other one even if it contains "red".
What do you suggest I can do to filter and extract data according to a multiple dropdown containing the criteria anywhere in the cell?
thank you in advance.