C
Cindy Jordan
I would like to formatt cells that contain formula's that
equal 0 to show as blank.
I have used if(isblank(A1+A2)=true,"",A1+A2).
The problem is when you try to sum several of those
formulas together you get an error #value!. I have tried
to use if(iserror(),"",xx) but is one cell has a value and
the others dont it doesnt add the cell with the value.
If there is a way to just format a 0 cell to show nothing
that would be the best but any help will be appreciated.
Thanks in advance. Cindy.
equal 0 to show as blank.
I have used if(isblank(A1+A2)=true,"",A1+A2).
The problem is when you try to sum several of those
formulas together you get an error #value!. I have tried
to use if(iserror(),"",xx) but is one cell has a value and
the others dont it doesnt add the cell with the value.
If there is a way to just format a 0 cell to show nothing
that would be the best but any help will be appreciated.
Thanks in advance. Cindy.