P
PAL
I am using this VLOOKUP formula to remove blanks:
=IF(VLOOKUP(I8,Vendor,2,FALSE)="","",VLOOKUP(I8,Vendor,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.
=IF(VLOOKUP(I8,Vendor,2,FALSE)="","",VLOOKUP(I8,Vendor,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.