Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sometimes, a cell is blank whose contents are being linked to in
another sheet in a workbook. When that is the case, instead of 0, what can we put in the code to just show a blank as well in the second sheet? Right now, if the cell is blank, the link cell shows a "0". Thank you. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
You can use something like =IF(SOURCE<"",YOUR FORMULA,"") Govind. -----Original Message----- Sometimes, a cell is blank whose contents are being linked to in another sheet in a workbook. When that is the case, instead of 0, what can we put in the code to just show a blank as well in the second sheet? Right now, if the cell is blank, the link cell shows a "0". Thank you. . |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try this...
go to tools menu -- option and under the VIEW tab remove the tick mark against the ZERO VALUES. Mustafa "StargateFan" wrote: Sometimes, a cell is blank whose contents are being linked to in another sheet in a workbook. When that is the case, instead of 0, what can we put in the code to just show a blank as well in the second sheet? Right now, if the cell is blank, the link cell shows a "0". Thank you. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Sun, 20 Mar 2005 18:21:51 -0800, "Govind"
wrote: Hi You can use something like =IF(SOURCE<"",YOUR FORMULA,"") That's great! I knew it would have to be something like that, it was the link part that was giving me problems. I was given this type of code last year and use it all the time, but now it's great. I have the means to use when linking, too. My formula trial just now worked perfectly with this: =IF(Sheet1!A1<"",Sheet1!A1,"") Fabulous. Thanks! Govind. -----Original Message----- Sometimes, a cell is blank whose contents are being linked to in another sheet in a workbook. When that is the case, instead of 0, what can we put in the code to just show a blank as well in the second sheet? Right now, if the cell is blank, the link cell shows a "0". Thank you. . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need linked cell to be blank not 0 | Excel Discussion (Misc queries) | |||
Show linked cell alone somwhere on the desktop | New Users to Excel | |||
Return a blank cell instead of a zero value for two linked sheets. | Excel Discussion (Misc queries) | |||
How do I show the VALUE in a linked cell? | Excel Worksheet Functions | |||
linked cell doesn't show formatting | Excel Worksheet Functions |