hi I have the following formula, I want to show blank if its 0
=IF(LEN(CustomerName)=0,0,IFERROR(VLOOKUP(CustomerName,Contractors!$B:$I,8,0),0))