Hi
I have a sheet with a column "List of Tests" that has a list of test codes, e.g. row 1 = T101, row 2 = T102, row 3 = T103; this same sheet has another column "Selected" that has a check mark to show whether or not the test was selected.
A second sheet has a column that has one or more tests listed called "Applicable Tests", e.g. row 1 = T101, T102, T103; row 2 = T102; row 3 = T103. Each cell can contain one or more test code separated by a comma.
I would like to create a column in the second sheet that flags a row if one or more tests selected from the first sheet are present in the "Applicable Tests". For example, if someone checks T101 and T103 in the first sheet, then in the second sheet I would like to have a formula that flags row 1, and row 3.
I have tried, CONTAIN, HAS and other methods but I am not able to get the desired results.
Appreciate any suggestions and help!