How do I remove zeros from a linked blank cell?

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

When linking two worksheets, all of my blank cells (source worksheet),
display a zero (destination workshhet). How do I get them to display as
blank cells in the destination worksheet? I am using Excel 2003 SP3.
 
=if('sheet 99'!a1="","",'sheet 99'!a1)


When linking two worksheets, all of my blank cells (source worksheet),
display a zero (destination workshhet). How do I get them to display as
blank cells in the destination worksheet? I am using Excel 2003 SP3.
 
Is there a way to keep the formatting from the source spreadsheet? If I use
the If statement below, it wipes out the formatting (shading) from the
original cell.
 
Formulas don't return this kind of formatting. They return values.

You could copy|paste or have a macro do it.
 
Back
Top