Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I link the worksheet tab to a cell in the worksheet? | Excel Worksheet Functions | |||
Link the formate from one cell to a nother in diffrent sheet | Excel Worksheet Functions | |||
Paste a chart as a link? | Charts and Charting in Excel | |||
I am trying to link based on a text value instead of cell position | Links and Linking in Excel | |||
copy paste cell character limit | Excel Discussion (Misc queries) |