Consider Naming the Lookup Table


April 11, 2022 - by

Consider Naming the Lookup Table

Problem: My lookup table is on another worksheet. The VLOOKUP is really confusing =VLOOKUP(A2,’Lookup Table Sheet’!$A$2:$B$30,2,FALSE).


Strategy: Many people in my live seminars say that they use a range name to name the lookup table. Go to your Lookup Table Worksheet. Select cells A2:B30. Click in the Name Box to the left of the formula bar. Type a simple name like ProdTable and press Enter. Remember - the name can not contain a space. ProdTable or Prod_Table are OK. Prod Table is not.

Future VLOOKUPs can be entered as: =VLOOKUP(A2,ProdTable,2,FALSE). This is simpler to enter.




This article is an excerpt from Power Excel With MrExcel

Title photo by Austin Kirk on Unsplash