I have my formula set up VLOOKUP(A1,Table,2, False) and my table is column of Numbers (Area Codes) and a column of Words (cities). My LOOKUP_VALUE is a number(area code) and I want it to spit out the corresponding City. For some reason when LOOKUP_VALUE is a reference to a cell, for example A1, it gives me the #N/A error. However when I enter the area code directly into the formula, it gives me the right result. -- VLOOKUP(405,Table,2, False).
Any help would be much appreciated!