I have a vlookup formula in a cell that is pointing to a cell with no values in it yet, so the result is zero. It is possible when there is a result, it could actually be zero.
I have another formula in a cell that adds the previous years amount with the result in the vlookup cell.
My question is if the vlookup cell is pointing to a cell with no values in it yet how can I not show any results (leave blank) in the cell that adds the previous years amount to the vlookup cell?
The problem is I can't just say If(b2>0,a1+b2,"") because the result could actually be 0.
I have another formula in a cell that adds the previous years amount with the result in the vlookup cell.
My question is if the vlookup cell is pointing to a cell with no values in it yet how can I not show any results (leave blank) in the cell that adds the previous years amount to the vlookup cell?
The problem is I can't just say If(b2>0,a1+b2,"") because the result could actually be 0.