View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
KimB KimB is offline
external usenet poster
 
Posts: 4
Default VLOOKUP returns a 0 and I want a blank

Dave:
Thanks for help, however this did not work, is the the exact way is should be?
Thanks

"Dave" wrote:

Hi, This is a bit long, but...
=IF( =VLOOKUP(B4,'[New Number Scheme.xls]Conveyor
Schedule'!$A:$AD,11,0)=0,"",VLOOKUP(B4,'[New Number Scheme.xls]Conveyor
Schedule'!$A:$AD,11,0)
Regards - Dave.


"KimB" wrote:

This is my formula, how do I get a blank instead of a 0?
=VLOOKUP(B4,'[New Number Scheme.xls]Conveyor Schedule'!$A:$AD,11,FALSE)