PC Review


Reply
Thread Tools Rate Thread

Date changes to ### when next cell is blank - why?

 
 
pamjmac27
Guest
Posts: n/a
 
      12th Dec 2007
When I enter the date and it is longer than the column I'm working in, it
usually just shows up flowing over the next cell, which is blank. However,
once in awhile instead of showing the date, I get #### instead - even though
the next cell is blank. WHY? I don't want to change the width of the date
cell as this will throw off the rest of the spreadsheet..
 
Reply With Quote
 
 
 
 
David Biddulph
Guest
Posts: n/a
 
      12th Dec 2007
My guess is that the next cell isn't really blank, but perhaps contains a
space or an empty string. If you don't want to make the column wider,
another option is to make the font size smaller.

The other cause of getting a #### result from what you hope is a date is if
you are trying to show a negative number as date or time. In this case you
may get somewhere by changing to 1904 date format, but beware of
consequences when you try to push data to & fro between sheets with
different date options.
--
David Biddulph

"pamjmac27" <(E-Mail Removed)> wrote in message
news:E88D2FBE-22C7-4A9F-B09F-(E-Mail Removed)...
> When I enter the date and it is longer than the column I'm working in, it
> usually just shows up flowing over the next cell, which is blank.
> However,
> once in awhile instead of showing the date, I get #### instead - even
> though
> the next cell is blank. WHY? I don't want to change the width of the
> date
> cell as this will throw off the rest of the spreadsheet..



 
Reply With Quote
 
Stephen
Guest
Posts: n/a
 
      12th Dec 2007
"pamjmac27" <(E-Mail Removed)> wrote in message
news:E88D2FBE-22C7-4A9F-B09F-(E-Mail Removed)...
> When I enter the date and it is longer than the column I'm working in, it
> usually just shows up flowing over the next cell, which is blank.
> However,
> once in awhile instead of showing the date, I get #### instead - even
> though
> the next cell is blank. WHY? I don't want to change the width of the
> date
> cell as this will throw off the rest of the spreadsheet..


The adjacent cell ISN'T blank, then. It may appear blank, but it isn't. It
may contain a space. It may be formatted with white font on white
background. It may contain a value of zero and zero values are set not to be
displayed. It may contain a null text string "". It may contain a formula
returning any of these. There are probably other possibilities also. What's
certain is that it isn't blank!

Try copying one of the 'adjacent' cells in a row where data from the cell to
the left appears over it as you expect (which is therefore definitely blank)
and pasting this onto the cell that you think is blank. You will see that it
makes a difference.


 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      12th Dec 2007
Numbers (including dates) won't overflow into adjacent cells.

Maybe you could change the font.

pamjmac27 wrote:
>
> When I enter the date and it is longer than the column I'm working in, it
> usually just shows up flowing over the next cell, which is blank. However,
> once in awhile instead of showing the date, I get #### instead - even though
> the next cell is blank. WHY? I don't want to change the width of the date
> cell as this will throw off the rest of the spreadsheet..


--

Dave Peterson
 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      12th Dec 2007
You may want to use:
Format|Cells|Alignment tab|Check the "Shrink to Fit" box.

If the problem only occurs on certain dates, you may not even not a dramatic
change in font size.


Dave Peterson wrote:
>
> Numbers (including dates) won't overflow into adjacent cells.
>
> Maybe you could change the font.
>
> pamjmac27 wrote:
> >
> > When I enter the date and it is longer than the column I'm working in, it
> > usually just shows up flowing over the next cell, which is blank. However,
> > once in awhile instead of showing the date, I get #### instead - even though
> > the next cell is blank. WHY? I don't want to change the width of the date
> > cell as this will throw off the rest of the spreadsheet..

>
> --
>
> Dave Peterson


--

Dave Peterson
 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a
 
      12th Dec 2007
A date is a number.

Numbers won't stretch across into an adjacent even if the adjacent cell is
empty.

If you have dates that stretch across, they are text and not real dates.


Gord Dibben MS Excel MVP

On Wed, 12 Dec 2007 08:04:01 -0800, pamjmac27
<(E-Mail Removed)> wrote:

>When I enter the date and it is longer than the column I'm working in, it
>usually just shows up flowing over the next cell, which is blank. However,
>once in awhile instead of showing the date, I get #### instead - even though
>the next cell is blank. WHY? I don't want to change the width of the date
>cell as this will throw off the rest of the spreadsheet..


 
Reply With Quote
 
pamjmac27
Guest
Posts: n/a
 
      12th Dec 2007
That was the answer - thank you. When I change the cell's format to 'Text'
it works perfectly.

"Gord Dibben" wrote:

> A date is a number.
>
> Numbers won't stretch across into an adjacent even if the adjacent cell is
> empty.
>
> If you have dates that stretch across, they are text and not real dates.
>
>
> Gord Dibben MS Excel MVP
>
> On Wed, 12 Dec 2007 08:04:01 -0800, pamjmac27
> <(E-Mail Removed)> wrote:
>
> >When I enter the date and it is longer than the column I'm working in, it
> >usually just shows up flowing over the next cell, which is blank. However,
> >once in awhile instead of showing the date, I get #### instead - even though
> >the next cell is blank. WHY? I don't want to change the width of the date
> >cell as this will throw off the rest of the spreadsheet..

>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Start Cell B1 then find first blank cell, insert subtotal, next non blank, then next blank, sutotal cells in between......... amorrison2006@googlemail.com Microsoft Excel Programming 2 7th Jun 2007 09:27 PM
date of corresponding blank cell Aoife Microsoft Excel Misc 2 5th Apr 2006 07:52 PM
How do I make a blank cell with a date format blank? =?Utf-8?B?UmU6IFBpdm90IFRhYmxlL1F1ZXJ5?= Microsoft Excel Worksheet Functions 6 14th Jun 2005 11:19 PM
Default display of sample date in linked workbook with blank date in source cell Barbara Martens Microsoft Excel Worksheet Functions 2 15th Apr 2004 10:15 PM
show msg box if a cell is still blank after a date specified in another cell? ****cameron**** Microsoft Excel Programming 6 30th Jan 2004 12:41 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:13 AM.