From that table, what town is Sammy working in? Briantree?

VLOOKUP works reading columns LEFT to right, so you would need to:

1) Put the names in column A
2) Put the city for each person in each row
3) Expand the VLOOKUP range to include columns A:B...

=VLOOKUP("Sammy", A:B, 2, 0)