#1   Report Post  
exploringexcel
 
Posts: n/a
Default Cell reference


I am working with an excel file that has multiple sheets-different views
for different people. However, there is one main sheet that pulls in
data from the other sheets for a consolidated view

My problem is when I create a cell reference, the format is displayed
even when the cell referred to is blank. So for example, if I have a
cell that is formatted to be a date, but does not have data in it yet,
the corresponding cell on the main sheet shows 1/1/00. I want this cell
to be just blank till the time I have real data entered--anyway of doing
this??
Please help!


--
exploringexcel
------------------------------------------------------------------------
exploringexcel's Profile: http://www.excelforum.com/member.php...o&userid=26356
View this thread: http://www.excelforum.com/showthread...hreadid=398185

  #3   Report Post  
John Michl
 
Posts: n/a
Default

Instead of =A1 try

=if(isblank(A1),"",A1)

- John Michl

  #4   Report Post  
swatsp0p
 
Posts: n/a
Default


A couple of things you could do:

A) ToolsOptions|View tab uncheck "Zero values"

B)Use an IF statement to show value only when reference cell is not
zero, e.g.:

=IF(SHEET1!A1=0,"",SHEET1!A1)

HTH


--
swatsp0p


------------------------------------------------------------------------
swatsp0p's Profile: http://www.excelforum.com/member.php...o&userid=15101
View this thread: http://www.excelforum.com/showthread...hreadid=398185

  #5   Report Post  
exploringexcel
 
Posts: n/a
Default


Bruce,

Thanks for your helped--that worked! :)


--
exploringexcel
------------------------------------------------------------------------
exploringexcel's Profile: http://www.excelforum.com/member.php...o&userid=26356
View this thread: http://www.excelforum.com/showthread...hreadid=398185



  #6   Report Post  
swatsp0p
 
Posts: n/a
Default


I'm glad it worked for you. Thanks for the feedback, it is always
appreciated.

Cheers!

Bruce


--
swatsp0p


------------------------------------------------------------------------
swatsp0p's Profile: http://www.excelforum.com/member.php...o&userid=15101
View this thread: http://www.excelforum.com/showthread...hreadid=398185

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
Tab name / reference cell? Maxwell-5000 Excel Worksheet Functions 0 August 8th 05 07:40 PM
Flexible Cell Reference Brandt Excel Discussion (Misc queries) 5 June 2nd 05 10:23 PM
reference cell value from fixed column with variable row bob z Excel Discussion (Misc queries) 0 May 23rd 05 11:30 PM
Using a Text / Data output as a cell reference Jimboski Excel Discussion (Misc queries) 1 February 11th 05 07:31 PM
Cell Formula reference to cell Based On third Cell Content Gabriel Excel Discussion (Misc queries) 1 February 11th 05 06:36 AM


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