Forum Discussion

LightSpeeds's avatar
LightSpeeds
Copper Contributor
Jul 12, 2022
Solved

VLOOKUP error with direct Table name

=VLOOKUP(G10,O10,P10,0)   so cell O10 contains the Table name and P10 contains the column number I need to look for.   O10=VLOOKUP(CONCATENATE(U10,W10,X10,Y10),TableMap,2,FALSE) This way I searc...