linking cells

  • Thread starter Thread starter paula
  • Start date Start date
P

paula

I have a calendar created in Excel - each sheet is a new
month that contains the following information: the last
week of the previous month, the current month, and the
first week of the next month. I would like to link the
cells from the "overlapping" weeks, but I do not want
the "0" to show up in the cells. Is there any way to
prevent this? Thanks in advance!
 
Paula

Either choose not to show zero values through Tools>Options>View or trap the
zero and turn to a blank-looking character.

=IF(sheet1!A1="","",sheet1!A1)

Gord Dibben Excel MVP
 
Thank you Gord - could I ask another? Do I need to link
these cells individually, or if I have a series of
columns and rows that need repeating, can I do it all at
once? Thanks!
-----Original Message-----
Paula

Either choose not to show zero values through Tools>Options>View or trap the
zero and turn to a blank-looking character.

=IF(sheet1!A1="","",sheet1!A1)

Gord Dibben Excel MVP
 
And sorry - another - if I've applied Styles to these
cells, can the style be linked too?
-----Original Message-----
Paula

Either choose not to show zero values through Tools>Options>View or trap the
zero and turn to a blank-looking character.

=IF(sheet1!A1="","",sheet1!A1)

Gord Dibben Excel MVP
 
You can select entire columns and/or rows or ranges and Copy>Paste
Special>Paste Links.

But that won't enter a zero-trappable formula when you paste.

You can enter the zero-trap formula on target sheet in say A1 then drag/copy
to other cells.

Gord

Thank you Gord - could I ask another? Do I need to link
these cells individually, or if I have a series of
columns and rows that need repeating, can I do it all at
once? Thanks!
 
In a separate operation you could Paste Special>Formats after you have pasted
the links.

Gord

And sorry - another - if I've applied Styles to these
cells, can the style be linked too?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top