I forgot to use trim function. There was a space
Anyway, may I use vlookup function if the searched value is not in first column? It seems it does not work
Thanks
You can use VLOOKUP only if the looked-for value ( the first parameter in the VLOOKUP function ) is present in the first column of the lookup range ( the second parameter in the VLOOKUP function ) ; if this is not the case , use the INDEX / MATCH combination.