edicehouse
Member
If you have a formula in a series of cells and the result is a "0" what can you put in the whole sheet if the resulting answer is 0 how do you make it blank?
The problem with using the double quote ("") is that it changes the format of the cell to text which won't let you use the results in another formula.=if(YOUR FORMULA)=0,"",(YOUR FORMULA))