Get rid of the zeros?!

M

mevetts

Hi,

I have got two worksheets and have set-up some simple formulas tha
just copy whatever is typed into a cell on the first sheet into th
same cell onthe second sheet. e.g. =Registers!B58

However, if nothing is typed into the cell then a pesky 0 appears o
the second sheet. Is there anyway of preventing this?

Many thanks,

Mark
 
D

Dave Peterson

=if(Registers!B58="","",Registers!B58)


Hi,

I have got two worksheets and have set-up some simple formulas that
just copy whatever is typed into a cell on the first sheet into the
same cell onthe second sheet. e.g. =Registers!B58

However, if nothing is typed into the cell then a pesky 0 appears on
the second sheet. Is there anyway of preventing this?

Many thanks,

Mark.
 
Top