Assuming the formula normally returns a numeric value...I use the following VLOOKUP formula in Excell 2007.
=IF(B1=","",VLOOKUP(B1,[FJN]Invoice!A5:W1000,4))
When the cell in column #4 of FJN invoice is blank, a zero is displayed. How do I change the formula to get it to display a blank cell.