Thread: VLOOKUP
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PAL PAL is offline
external usenet poster
 
Posts: 200
Default VLOOKUP

I am using this VLOOKUP formula to remove blanks:

=IF(VLOOKUP(I8,Vendor,2,FALSE)="","",VLOOKUP(I8,Ve ndor,2,FALSE))

When it finds a match, it works fine, when it doesn't I get the infamous,
"#N/A". I really want it to be blank. There are no blanks in "Vendor" that
I can see and it is a finite list.

Ideas.