Thread: Vlookup problem
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Debbie[_4_] Debbie[_4_] is offline
external usenet poster
 
Posts: 24
Default Vlookup problem

Hi!

The problem I am having is in the lookup table, sometimes row 5 is
empty. When it is, it puts a zero in my cell. I want it to be blank.
Can I do this? I have pasted my formula.

=IF(ISERROR(VLOOKUP($A7,BB!$A$1:$S$5000,5,FALSE)), "",VLOOKUP($A7,BB!$A
$1:$S$5000,5,FALSE))