View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Excel formatting

Hi Stacy
you may use the following formula in cell A1 on the second sheet (where
sheet1 is the linked sheet)
=IF('sheet1'!A1="","",'sheet1'!A1)
copy down/to the right

--
Regards
Frank Kabel
Frankfurt, Germany

Stacy Taylor wrote:
When you have two sheets in one workbook linked together
and on the original you have no entry in the cell, how do
you get rid of the "0" that appears on the linked sheet?