Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 131
Default Linked cells - why '0' when blank?

I have a summary sheet & 2 detail sheets in the same workbook. I want the
header info from the summary sheet to copy to the 2 detail sheets. I've
linked the cells, but the problem is - when the summary sheet cell is blank,
the cells on the detail sheets show a '0'. Hwo can I get them to stay blank?
--
-Lynn F. PMP
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default Linked cells - why '0' when blank?

Hi,
click in the Microsoft button, Excel options, advance,Display options for
this workbook, uncheck Show a Zero in cell that have zero value

if this helps please click yes, thanks

"Lynn" wrote:

I have a summary sheet & 2 detail sheets in the same workbook. I want the
header info from the summary sheet to copy to the 2 detail sheets. I've
linked the cells, but the problem is - when the summary sheet cell is blank,
the cells on the detail sheets show a '0'. Hwo can I get them to stay blank?
--
-Lynn F. PMP

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Linked cells - why '0' when blank?

Use something like this:

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

Hope this helps.

Pete

On Aug 17, 3:46*pm, Lynn wrote:
I have a summary sheet & 2 detail sheets in the same workbook. *I want the
header info from the summary sheet to copy to the 2 detail sheets. *I've
linked the cells, but the problem is - when the summary sheet cell is blank,
the cells on the detail sheets show a '0'. *Hwo can I get them to stay blank?
--
-Lynn F. PMP


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Linked cells - why '0' when blank?

=if(summary!a1="","",summary!a1)

is a way to avoid this.

Lynn wrote:

I have a summary sheet & 2 detail sheets in the same workbook. I want the
header info from the summary sheet to copy to the 2 detail sheets. I've
linked the cells, but the problem is - when the summary sheet cell is blank,
the cells on the detail sheets show a '0'. Hwo can I get them to stay blank?
--
-Lynn F. PMP


--

Dave Peterson
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
Results from blank linked cells Mr. Anolog New Users to Excel 2 October 21st 06 03:08 PM
do not chart cells linked from worksheets that are blank jdmwalleye Charts and Charting in Excel 0 January 27th 06 03:08 PM
Excel inserted 0's in cells linked to blank cells lburg801 Excel Discussion (Misc queries) 5 October 28th 05 11:32 PM
Why does linked data from blank cells become a zero? MJ Excel Discussion (Misc queries) 8 July 29th 05 01:35 PM
How to keep linked cells blank until information is entered? HollyB Excel Worksheet Functions 1 April 1st 05 07:48 PM


All times are GMT +1. The time now is 07:19 PM.

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

About Us

"It's about Microsoft Excel"