View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DKinPgh DKinPgh is offline
external usenet poster
 
Posts: 2
Default VLookup question

I set up a workbook with 2 pages, both over 12k rows. the second page has the
data I need to do the lookup. I named the area ($a$:$d$12973) to reference in
the lookup command. all data is set as text and is sorted.

the function =vlookup($a2,crossing,3,false)

the problem is that when I enter the cells into the function argument drop
down box, it shows the value I want, but, when I hit return, the function
statement is showing, not the value.

Any thoughts would be appreciated.