Hi,
I am using the following formulas to lookup names in a table in different workbooks. The tables areidentical and sorted in the same way.
The issue is that the tables sometime contain different versions of the name (eg Rob Smith and R Smith). I don't care which variation is found, just that the formulas return the same variation.
I had thought that Index/Match returned the first matching result but apparently not.
Can anyone suggest how to make it work?
Thanks
=IFNA(INDEX(LineupsTable[playerName],MATCH(CI2,LineupsTable[playerId],0)),"")
=INDEX(LineupsTable[playerName],MATCH($F$3,LineupsTable[playerId],0))
I am using the following formulas to lookup names in a table in different workbooks. The tables areidentical and sorted in the same way.
The issue is that the tables sometime contain different versions of the name (eg Rob Smith and R Smith). I don't care which variation is found, just that the formulas return the same variation.
I had thought that Index/Match returned the first matching result but apparently not.
Can anyone suggest how to make it work?
Thanks
=IFNA(INDEX(LineupsTable[playerName],MATCH(CI2,LineupsTable[playerId],0)),"")
=INDEX(LineupsTable[playerName],MATCH($F$3,LineupsTable[playerId],0))