I'm setting a up a name system and i need to find a certain persons name within an array. I have a name in B2 formatted as text and then in another sheet I have an array A2:F16 filled with a list of those names. I need to find a column number relative to A. I'm attempting to use Match. this is what I have:
. I'm going to use this in an offset to find the value at the top of that column.
Excel Formula:
=MATCH(B2,Years!A2:F16)