I am looking to compare cells containing a list of comma separated strings to a column containing solutions made up of comma-separated lists.
Each cell in the "Test lists" column will need to be checked against every one of the cells in the "Possible Solutions" column. If any exist that contain all of the values of the list we are currently testing, it should return TRUE. Otherwise, FALSE. It is OK if the possible solution contains MORE values, just not less.
The image above contains the best solution to this I have managed to work out so far ... the "Should be" column shows the answer I am expecting.
Any suggestions on other things I might try?