Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Roberta Fischer
 
Posts: n/a
Default Blank Links in Worksheets

Hello,

I'm using windows xp and am trying to link 2 worksheets using the following
example:
Sheet 1, block 1A equals Sheet 2 , Block 1A using this command =Sheet1!A1

My problem is that as soon as I type this in a press enter, if the source
block has nothing in it a "0" appears in my result block.

How do I get rid of thÃ*s "0"? (ie, the result cell should be blank until the
source cell is filled with data.)

Thanx in advance
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi Roberta

you can use an IF function e.g.
=IF(ISBLANK(Sheet1!A1),"",Sheet1!A1)

this will make the cell look blank unless there is something in sheet1 a1
but be aware that the cell actually contains a zero length string (rather
than nothing) that may impact on your formulas.

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"Roberta Fischer" <Roberta wrote in
message ...
Hello,

I'm using windows xp and am trying to link 2 worksheets using the
following
example:
Sheet 1, block 1A equals Sheet 2 , Block 1A using this command =Sheet1!A1

My problem is that as soon as I type this in a press enter, if the source
block has nothing in it a "0" appears in my result block.

How do I get rid of thís "0"? (ie, the result cell should be blank until
the
source cell is filled with data.)

Thanx in advance



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Links into blank cells Luke Excel Discussion (Misc queries) 2 February 17th 05 09:57 AM
Repeating Column Headers And Blank Worksheets With Fomulas Konax Excel Discussion (Misc queries) 1 January 1st 05 02:45 AM
Excel: links to UDF on other page go blank during save Richards Excel Discussion (Misc queries) 5 December 16th 04 10:22 PM
Removing links to other worksheets from within a workbook rjb Excel Discussion (Misc queries) 2 December 9th 04 08:04 AM
print a list of worksheets and links Bottle Excel Worksheet Functions 1 December 8th 04 02:13 PM


All times are GMT +1. The time now is 05:02 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"