build xlookup · vlookup syntax · runs locally
=VLOOKUP(A2, B2:E100, 2, FALSE)
Searches the first column of B2:E100 for A2, then returns the value from column 2. Match type: exact match (FALSE).