I am trying to lookup a value in a spreadsheet where multiple criteria is involved. Normally I'd approach this task with an index match function, however I am not 100% on how to get the formula started given that in this situation, some of the values being looked up exist in a cell with multiple criteria again separated by commas. For example sheet 1 below would be the data I'd receive and Sheet 2 would be the data I would check it against. Also the cells with comma separated values may have multiple options that also may be relatively similar to other options in the string so an exact match has to be made.
Any guidance on how to approach this type of look up would be greatly appreciated as I've been unable to find anything so far by scouring the internet and threads.
Sheet 1
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]Tax[/TD]
[TD]New York[/TD]
[TD]BA[/TD]
[TD]Core[/TD]
[TD]Assoc[/TD]
[TD]Salary[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]Tax[/TD]
[TD]New York[/TD]
[TD]BA,MBA,BBAMBA[/TD]
[TD]Core,Core2,Secondary[/TD]
[TD]Assoc[/TD]
[TD]Salary[/TD]
[/TR]
</tbody>[/TABLE]
Any guidance on how to approach this type of look up would be greatly appreciated as I've been unable to find anything so far by scouring the internet and threads.
Sheet 1
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]Tax[/TD]
[TD]New York[/TD]
[TD]BA[/TD]
[TD]Core[/TD]
[TD]Assoc[/TD]
[TD]Salary[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]Tax[/TD]
[TD]New York[/TD]
[TD]BA,MBA,BBAMBA[/TD]
[TD]Core,Core2,Secondary[/TD]
[TD]Assoc[/TD]
[TD]Salary[/TD]
[/TR]
</tbody>[/TABLE]