N
NSim
How do I get VLOOKUP to recognize a cell reference for lookup_value? It only works when I enter a number into the lookup_value.
NSim said:How do I get VLOOKUP to recognize a cell reference for lookup_value? It only
works when I enter a number into the lookup_value.
NSim said: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).