I am building a track and field event lineup and need to search for an athletes name in an array of cells and then return that value to a cell next to the athlete's name. I have a data validation for all of the cells under each specific event and when I select an athlete for an event I want that event name to populate next to that athlete's name under the Events By Athlete table.
For example, If I were to select Athlete A for leg number 2 of of the 4x100, I would want 4x100 to populate next to populate in cell B5.
I have tried LOOKUP functions, excelformulabot, and match functions but have come up empty.