View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
VKL Narayanan[_2_] VKL Narayanan[_2_] is offline
external usenet poster
 
Posts: 7
Default vlookup function returning "na" even though the vlaues are present

i am using a simple vlookup function

=vlookup(A13,$B$38..$C$76,2,False)

Even though there is correct value for A13 in the array table defined, it is
returning "N/A". Can someone tell me what is the problem?