VLOOKUP retrieves the correct building for each employee from Sheet2 into the table on Sheet1.

On Sheet1, we retrieve the building location for each team member using this formula: The lookup value is the employee ID, from cell B5. For the table array, we use the range $B$5:$C$104 qualified with a sheet name, and locked as an absolute reference, so that the range does not change as the formula is copied down: This is the only difference from a normal VLOOKUP formula – the sheet name simply tells VLOOKUP where to find the lookup table range, B5:C104. Finally, column number is 2, since the building names appear in the second column, and VLOOKUP is set to exact match mode by including zero (0) as the last argument. This ensures that we get the correct building for each team member and a #N/A error if for some reason the id is not found in the location table.

Dave Bruns

Hi - I’m Dave Bruns, and I run Exceljet with my wife, Lisa. Our goal is to help you work faster in Excel. We create short videos, and clear examples of formulas, functions, pivot tables, conditional formatting, and charts.