Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
UNR
 
Posts: n/a
Default Paste Link enters a 0 into the cell where I paste. How do I elemin

When I use Paste Link the cell that I link to shows a 0 iin the cell if there
is no data in the cell it is linked to. How do I eleminate the 0. I want the
cell to be null if there is no data.
  #2   Report Post  
Ramakrishnan Rajamani
 
Posts: n/a
Default

Tools - Options - View

Uncheck the box next to Zero Values

"UNR" wrote:

When I use Paste Link the cell that I link to shows a 0 iin the cell if there
is no data in the cell it is linked to. How do I eleminate the 0. I want the
cell to be null if there is no data.

  #3   Report Post  
Dave Peterson
 
Posts: n/a
Default

It won't be null, but it'll look blank:

=if(a1="","",a1)

Or between sheets:

=if('sheet 1'!a1="","",'sheet 1'!a1)


UNR wrote:

When I use Paste Link the cell that I link to shows a 0 iin the cell if there
is no data in the cell it is linked to. How do I eleminate the 0. I want the
cell to be null if there is no data.


--

Dave Peterson
  #4   Report Post  
Brett
 
Posts: n/a
Default

Maybe a simpler way is to apply the custom number format: General;-General;
This format will display whatever the cell is linked to as long as the cell
it links to does not contain a zero. So if the cells you are linking to never
contain a zero this will work, otherwise the "0" will be invisable.

"UNR" wrote:

When I use Paste Link the cell that I link to shows a 0 iin the cell if there
is no data in the cell it is linked to. How do I eleminate the 0. I want the
cell to be null if there is no data.

  #5   Report Post  
Dave Peterson
 
Posts: n/a
Default

And if you don't have any other cells that evaluate to 0 on that worksheet that
you want to see (or just constant 0's, too).



Brett wrote:

Maybe a simpler way is to apply the custom number format: General;-General;
This format will display whatever the cell is linked to as long as the cell
it links to does not contain a zero. So if the cells you are linking to never
contain a zero this will work, otherwise the "0" will be invisable.

"UNR" wrote:

When I use Paste Link the cell that I link to shows a 0 iin the cell if there
is no data in the cell it is linked to. How do I eleminate the 0. I want the
cell to be null if there is no data.


--

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
How do I link the worksheet tab to a cell in the worksheet? Husker87 Excel Worksheet Functions 2 March 3rd 05 10:43 PM
Link the formate from one cell to a nother in diffrent sheet Markus Excel Worksheet Functions 1 February 2nd 05 01:50 PM
Paste a chart as a link? PhilGTI Charts and Charting in Excel 3 December 4th 04 05:31 AM
I am trying to link based on a text value instead of cell position John Links and Linking in Excel 3 December 3rd 04 06:29 PM
copy paste cell character limit Fred Excel Discussion (Misc queries) 1 December 2nd 04 08:58 PM


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