Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Date converts to numerical

I have a cell that I formatted for date. But everytime i put a date in the
block, it convert to a numerical number. For example 3-24-2007 converts
always to 39165, 3-23-2007 converts to 391164, 3-12-2007 converts to 39153.
Sorta seems like it is counting. Help!!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Date converts to numerical

Format it back to date (and choose a format to suit).
--
David Biddulph

"Airchief" wrote in message
...
I have a cell that I formatted for date. But everytime i put a date in the
block, it convert to a numerical number. For example 3-24-2007 converts
always to 39165, 3-23-2007 converts to 391164, 3-12-2007 converts to
39153.
Sorta seems like it is counting. Help!!!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Date converts to numerical

Format back to date.

The numbers you see are Excel's serial date number.

For an explanation of how Excel stores Dates see Chip Pearson's site.

http://www.cpearson.com/excel/datetime.htm#SerialDates


Gord Dibben MS Excel MVP

On Sun, 18 Mar 2007 13:00:08 -0700, Airchief
wrote:

I have a cell that I formatted for date. But everytime i put a date in the
block, it convert to a numerical number. For example 3-24-2007 converts
always to 39165, 3-23-2007 converts to 391164, 3-12-2007 converts to 39153.
Sorta seems like it is counting. Help!!!


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Date converts to numerical


David,
I forgot to tell that. If I select any format of the date entry, it
converts still to the numerical format. Also if you look in the fx line it
shows the correct date entry. I think I changed a option somewhere..


"David Biddulph" wrote:

Format it back to date (and choose a format to suit).
--
David Biddulph

"Airchief" wrote in message
...
I have a cell that I formatted for date. But everytime i put a date in the
block, it convert to a numerical number. For example 3-24-2007 converts
always to 39165, 3-23-2007 converts to 391164, 3-12-2007 converts to
39153.
Sorta seems like it is counting. Help!!!




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Date converts to numerical


Gord, I read the Chip Pearson page but my problem is the excel cells on the
entire worksheet will not change to date. I can enter anything on the page as
a date and it pops back to the numberical date. Is there a option to disble
this without haveing to type a function for date every time I want o put a
date or general entry in a cell? I tried the deleting the whole column but
the error is the entire sheet.

"Gord Dibben" wrote:

Format back to date.

The numbers you see are Excel's serial date number.

For an explanation of how Excel stores Dates see Chip Pearson's site.

http://www.cpearson.com/excel/datetime.htm#SerialDates


Gord Dibben MS Excel MVP

On Sun, 18 Mar 2007 13:00:08 -0700, Airchief
wrote:

I have a cell that I formatted for date. But everytime i put a date in the
block, it convert to a numerical number. For example 3-24-2007 converts
always to 39165, 3-23-2007 converts to 391164, 3-12-2007 converts to 39153.
Sorta seems like it is counting. Help!!!





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Date converts to numerical

Do you see the date in the formula bar?

If yes, you may be looking at formulas.

Tools|Options|view|uncheck Formulas.

ctrl-backquote (ctrl-`) is the shortcut key to toggle this setting. You may
have hit that in error.

Airchief wrote:

I have a cell that I formatted for date. But everytime i put a date in the
block, it convert to a numerical number. For example 3-24-2007 converts
always to 39165, 3-23-2007 converts to 391164, 3-12-2007 converts to 39153.
Sorta seems like it is counting. Help!!!


--

Dave Peterson
  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Date converts to numerical

Excel is changing the format to General for some reason.

Do you have any worksheet event that is running?

Is it just the one worksheet or any worksheet?

Just the existing workbook or any new workbook?

Right-click on the sheet tab and "View Code". Anything in there that looks like
it might be doing the deed?

If the entire workbook check in this spot............right-click on the Excel
Icon left of "File" on the menu bar. Select "View Code".

Anything in there?


Gord

On Sun, 18 Mar 2007 13:24:05 -0700, Airchief
wrote:


Gord, I read the Chip Pearson page but my problem is the excel cells on the
entire worksheet will not change to date. I can enter anything on the page as
a date and it pops back to the numberical date. Is there a option to disble
this without haveing to type a function for date every time I want o put a
date or general entry in a cell? I tried the deleting the whole column but
the error is the entire sheet.

"Gord Dibben" wrote:

Format back to date.

The numbers you see are Excel's serial date number.

For an explanation of how Excel stores Dates see Chip Pearson's site.

http://www.cpearson.com/excel/datetime.htm#SerialDates


Gord Dibben MS Excel MVP

On Sun, 18 Mar 2007 13:00:08 -0700, Airchief
wrote:

I have a cell that I formatted for date. But everytime i put a date in the
block, it convert to a numerical number. For example 3-24-2007 converts
always to 39165, 3-23-2007 converts to 391164, 3-12-2007 converts to 39153.
Sorta seems like it is counting. Help!!!




  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Date converts to numerical

Duh!

Way too simple<g


Gord

On Sun, 18 Mar 2007 15:32:15 -0500, Dave Peterson
wrote:

Do you see the date in the formula bar?

If yes, you may be looking at formulas.

Tools|Options|view|uncheck Formulas.

ctrl-backquote (ctrl-`) is the shortcut key to toggle this setting. You may
have hit that in error.

Airchief wrote:

I have a cell that I formatted for date. But everytime i put a date in the
block, it convert to a numerical number. For example 3-24-2007 converts
always to 39165, 3-23-2007 converts to 391164, 3-12-2007 converts to 39153.
Sorta seems like it is counting. Help!!!


  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Date converts to numerical

I hope it was the right answer!

<hehe



Gord Dibben wrote:

Duh!

Way too simple<g

Gord

On Sun, 18 Mar 2007 15:32:15 -0500, Dave Peterson
wrote:

Do you see the date in the formula bar?

If yes, you may be looking at formulas.

Tools|Options|view|uncheck Formulas.

ctrl-backquote (ctrl-`) is the shortcut key to toggle this setting. You may
have hit that in error.

Airchief wrote:

I have a cell that I formatted for date. But everytime i put a date in the
block, it convert to a numerical number. For example 3-24-2007 converts
always to 39165, 3-23-2007 converts to 391164, 3-12-2007 converts to 39153.
Sorta seems like it is counting. Help!!!


--

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
When I enter a date in Excel it converts to a 5-digit number. WHY? Wendy@EIS Excel Discussion (Misc queries) 1 January 8th 07 09:32 PM
Excel converts automaticaly 6digit Product ID into date Shadowfax Excel Worksheet Functions 2 January 3rd 07 02:46 PM
excel converts date/time value to exponential value [email protected] Excel Discussion (Misc queries) 3 June 7th 06 01:00 AM
What formula converts date to month only [email protected] Excel Discussion (Misc queries) 1 May 16th 05 02:02 PM
Cell converts a date entry to "=" and displays "01/00/00 ## Excel Worksheet Functions 1 April 8th 05 02:51 PM


All times are GMT +1. The time now is 04:35 AM.

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"