Forum Discussion
MAAlam
Sep 12, 2021Copper Contributor
Vlookup formula error
HansVogelaar
Sep 12, 2021MVP
The names are in column B, not in column A, so the lookup range should be B3:E22, and the column index should be 4 instead of 5:
=VLOOKUP(G4, B3:E22, 4, FALSE)