Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Values from referenced cells

I have a worksheet that references cells in another worksheet. Empty cells
in the referenced sheet are showing up in the second sheet as "0", rather as
an empty cell. I would like them to show up empty. Is there any way to do
this?
Thanks for your help.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Values from referenced cells

Instead of: =Sheet2!A1
use this: =IF(Sheet2!A1="","",Sheet2!A1)
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:300 Subscribers:70
xdemechanik
---
"Wavequation" wrote:
I have a worksheet that references cells in another worksheet. Empty cells
in the referenced sheet are showing up in the second sheet as "0", rather as
an empty cell. I would like them to show up empty. Is there any way to do
this?
Thanks for your help.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Values from referenced cells

Instead of:
=Sheet2!E29
use:
=IF(Sheet2!E29="","",Sheet2!E29)
--
Gary''s Student - gsnu200855


"Wavequation" wrote:

I have a worksheet that references cells in another worksheet. Empty cells
in the referenced sheet are showing up in the second sheet as "0", rather as
an empty cell. I would like them to show up empty. Is there any way to do
this?
Thanks for your help.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 104
Default Values from referenced cells

Another way:
Menu Tools Options
In the View tab uncheck the 'Zero values' checkbox. This will suppress all
zero values. This option can be set for each worksheet individually, but not
for a specific range within a worksheet.

Joerg


"Wavequation" wrote in message
...
I have a worksheet that references cells in another worksheet. Empty cells
in the referenced sheet are showing up in the second sheet as "0", rather
as
an empty cell. I would like them to show up empty. Is there any way to
do
this?
Thanks for your help.



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
Display formula with values referenced kdags Excel Worksheet Functions 3 October 6th 08 07:40 PM
referenced cells Michaeld Excel Discussion (Misc queries) 2 June 16th 08 09:02 PM
Referenced Cell Values Not Excelerated[_2_] Excel Worksheet Functions 2 May 13th 08 08:50 PM
flagging cells that have been referenced reedspencer Links and Linking in Excel 3 October 18th 07 03:52 PM
Indexing Referenced Cells ForMyACDs Excel Discussion (Misc queries) 0 February 23rd 06 09:08 PM


All times are GMT +1. The time now is 05:16 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"