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

Hello,

Using vlookup and when referencing a blank cell I am receiving a €˜0 I have
tried using

=IF(ISERROR(VLOOKUP(F15,Input!$1:$65536,N15,FALSE) ),"
",VLOOKUP(F15,Input!$1:$65536,N15,FALSE)) however I am still receiving a 0.

Any thoughts