Forum Discussion
LightSpeeds
Jul 12, 2022Copper Contributor
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...
- Jul 12, 2022
HansVogelaar
Jul 12, 2022MVP
- LightSpeedsJul 13, 2022Copper Contributorthanks mate! it worked.