Thread: vlookup error
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
daddylonglegs
 
Posts: n/a
Default vlookup error


You could use something like

=IF(VLOOKUP(F15,Input!$1:$65536,N15,0)<"",VLOOKUP (F15,Input!$1:$65536,N15,0),"")

although that will still give #N/A! if F15 doesn't exist in the lookup
range


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=505087