CONTAINS version of INDEX, MATCH?
The following formula works for me when I am trying to get the MN Description for a row when MN Ref # has only one Track ID.
=IF([Site]@row = "MN", INDEX({MN Description}, MATCH([Track ID]@row, {MN Ref #}, 0)))
My problem is that sometimes the MN Ref # will contain multiple Track IDs.
I am trying to update the formula so that it works if MN Ref # contains the Track ID I am looking for but keep getting errors and am stuck.