I have 2 sheets that are tracking some tests. The first sheet contains all the individual test scenarios. The second sheet contains the end to end tests. Completing 1 end to end test will complete 1 or more scenarios.
I have a sheet that has a column called
"Scenarios Proven"
it is a 'dropdown column' that contains various scenario ids i.e AA1, AA2, ZZ1, ZZ2 It can contain more than 1,
The sheet has a 2nd column that has a check box.
My secondsheet has a column named "Scenario ID" which individually contains all the reference IDs and a 2nd column with a checkbox
I want to be able to check the check box in sheet 2 and for sheet 1 to check the check box of any rows that contain the "Scenario id" in sheet 2 in the "Scenarios Proven" column in sheet 1
I'm struggling to get the formula right. Any help would be greatly appreciated!! Thanks