Hello. I'm trying to use Index/Match to pull corresponding data by extracting a string from a cell, but it is not working. My extraction formula is working correctly. Formulas are below each cell. I do not want to create a new column (I do not want to eliminate the additional formula in the Employee ID column.
[TABLE="width: 200"]
<tbody>[TR]
[TD]Employee
[/TD]
[TD]Total Returns
[/TD]
[TD]Overall Score
[/TD]
[TD]Overall Score
[/TD]
[TD][/TD]
[TD]Employee ID
[/TD]
[/TR]
[TR]
[TD]Tom Smith (12345)
[/TD]
[TD]700
[/TD]
[TD]87%
[/TD]
[TD]#N/A
[/TD]
[TD][/TD]
[TD]12345
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]=INDEX(C2:C10,MATCH(MID(LEFT(A2,FIND(")",A2)-1),FIND("(",A2)+1,LEN(A2)),A2:A10))
[/TD]
[TD][/TD]
[TD]=MID(LEFT(A2,FIND(")",A2)-1),FIND("(",A2)+1,LEN(A2))
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 200"]
<tbody>[TR]
[TD]Employee
[/TD]
[TD]Total Returns
[/TD]
[TD]Overall Score
[/TD]
[TD]Overall Score
[/TD]
[TD][/TD]
[TD]Employee ID
[/TD]
[/TR]
[TR]
[TD]Tom Smith (12345)
[/TD]
[TD]700
[/TD]
[TD]87%
[/TD]
[TD]#N/A
[/TD]
[TD][/TD]
[TD]12345
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]=INDEX(C2:C10,MATCH(MID(LEFT(A2,FIND(")",A2)-1),FIND("(",A2)+1,LEN(A2)),A2:A10))
[/TD]
[TD][/TD]
[TD]=MID(LEFT(A2,FIND(")",A2)-1),FIND("(",A2)+1,LEN(A2))
[/TD]
[/TR]
</tbody>[/TABLE]