Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
KB KB is offline
external usenet poster
 
Posts: 41
Default Not displaying a value

I have a cell that references a cell on another tab, so what ever is typed in
a cell on the first tab gets transferred onto the second tab. The problem is,
that when the first tab cell has nothing in it, the second tab shows a value
"0". I would prefer that it just remains blank like the first tab.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default Not displaying a value

One way:

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

In article ,
KB wrote:

I have a cell that references a cell on another tab, so what ever is typed in
a cell on the first tab gets transferred onto the second tab. The problem is,
that when the first tab cell has nothing in it, the second tab shows a value
"0". I would prefer that it just remains blank like the first tab.

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Not displaying a value

You could use an IF statement. Something like:

=IF('Sheet 1'!A1="","",'Sheet 1'!A1)

HTH,
Elkar


"KB" wrote:

I have a cell that references a cell on another tab, so what ever is typed in
a cell on the first tab gets transferred onto the second tab. The problem is,
that when the first tab cell has nothing in it, the second tab shows a value
"0". I would prefer that it just remains blank like the first tab.

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Not displaying a value

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


Gord Dibben MS Excel MVP


On Thu, 17 May 2007 10:48:00 -0700, KB wrote:

I have a cell that references a cell on another tab, so what ever is typed in
a cell on the first tab gets transferred onto the second tab. The problem is,
that when the first tab cell has nothing in it, the second tab shows a value
"0". I would prefer that it just remains blank like the first tab.

Thanks


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
Displaying Percentiles Michael L Excel Worksheet Functions 1 May 4th 06 10:52 PM
leading zero not displaying ftjackson Excel Discussion (Misc queries) 1 May 2nd 06 08:04 AM
Not Displaying Zero Values MWS Charts and Charting in Excel 1 February 10th 06 10:17 AM
Displaying a different value Mac Excel Discussion (Misc queries) 8 February 2nd 06 01:09 PM
Displaying #N/A as a zero kosciosco Excel Worksheet Functions 2 November 23rd 04 11:51 AM


All times are GMT +1. The time now is 11:21 PM.

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"