In Sheet 1, I have a cell with something like this CAP-400-BL, and I want to search another sheet for an instance of this (there would 0 or 1 instance), but then I want to send back value in a different column in that other sheet.
SHEET 1
CAP-400-BL | 202160 <-- This is pulled from Sheet 2, based on CAP-400-BL
SHEET 2
CAP-400-BL-10W-Master | Completed | 202160
I am familiar with Index-Match, but what I'm looking for (to "match" with the first column in Sheet 2) won't be a match.
So in Sheet 1, I want to use a formula that looks for the row that contains CAP-400-BL in Sheet 2 , and in Sheet 1 display 202160.
How do I incorporate a "contains" in an Index formula referencing another sheet?