So, i basicaly have this formula:
=VLOOKUP(A2;Imena!$A$1:$C$208;2;)&" "&VLOOKUP(A2;Imena!$A$1:$C$208;3;)
It combines First and Last name of a user from Sheet "Imena" based on a A2 value
Now, i would like to do anouther Vlookup like this:
=VLOOKUP(__result of first vlookup__;Sheet2!$N$2:$O$940;1;FALSE)
Based on the result of first lookup, do another... How can that be done? I tried formating the cells, nothing... Adding -- in front of VLOOKUP (read that online), didnt help...
Maybe someone of you knows the answer?