I'm trying to match two different column types from two different sheets. The first column, Employee Name, is a Contact List type and the second column from another sheet, Full Name, is a Text/Number type with a concatenated first and last name formula. Can the Match formula find a pattern match between two different column types? I'm not sure if I'm doing this right, I'm receiving a #REF in the column with the Match formula.
=MATCH([Employee Name]@row, {Scientific Applications Administration Range 2}, 0)
=[First Name]@row + " " + [Last Name]@row