Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi there
I have a file that has several worksheets that I have created a worksheet that compiles the information from the various worksheets using links. When there is no date entered in the source worksheet, there is a zero in the compiled data worksheet. Is there a way to get rid of the zero? -- Thank-you! Ruth |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What you are seeing is true even inside a worksheet. To remove the zero use:
=IF(A1="","",A1) instead of =A1 -- Gary''s Student - gsnu200844 "Ruth" wrote: Hi there I have a file that has several worksheets that I have created a worksheet that compiles the information from the various worksheets using links. When there is no date entered in the source worksheet, there is a zero in the compiled data worksheet. Is there a way to get rid of the zero? -- Thank-you! Ruth |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Ok thank-you!
I was hoping for an easy way, but I imagine this has to be typed into each linked cell. -- Thank-you! Ruth "Gary''s Student" wrote: What you are seeing is true even inside a worksheet. To remove the zero use: =IF(A1="","",A1) instead of =A1 -- Gary''s Student - gsnu200844 "Ruth" wrote: Hi there I have a file that has several worksheets that I have created a worksheet that compiles the information from the various worksheets using links. When there is no date entered in the source worksheet, there is a zero in the compiled data worksheet. Is there a way to get rid of the zero? -- Thank-you! Ruth |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If your version of Excel has a menu bar...
Tools | Options | View (tab)... uncheck Zero values -- Jim Cone Portland, Oregon USA "Ruth" wrote in message Hi there I have a file that has several worksheets that I have created a worksheet that compiles the information from the various worksheets using links. When there is no date entered in the source worksheet, there is a zero in the compiled data worksheet. Is there a way to get rid of the zero? -- Thank-you! Ruth |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You should be able to just drag/copy unless you are dealing with
non-contiguous cell references. Gord Dibben MS Excel MVP On Wed, 8 Apr 2009 09:23:01 -0700, Ruth wrote: Ok thank-you! I was hoping for an easy way, but I imagine this has to be typed into each linked cell. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Update links box gives Continue or Edit Links dialog | Excel Discussion (Misc queries) | |||
Edit Links: Changing links on a protected worksheet | Excel Discussion (Misc queries) | |||
Links: Re-establishing Links | Excel Discussion (Misc queries) | |||
EXCEL - LINKS cannot easily get list of all links & names in book | Excel Worksheet Functions | |||
can't update links...can't find links | Excel Discussion (Misc queries) |