I am trying to develop an index/match formula. However, Sheet A has a 3 digit code that a user enters. I am trying to match based on another sheet that has "CTC-XXXX" - with a 4 digit code. As of now, the leading X is a 0 (zero).
=INDEX({CTC Promo Inventory Management Item}, MATCH([Item#]@row, {CTC Promo Inventory Management Simp#}, 0))
This returns no match, obviously because it is trying to match "376" to "CTC-0376". How can i modify this to match based on "contains"?