Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Lee
 
Posts: n/a
Default Help with formatting the date.

I have a worksheet that I created in 2004. It has a cell that displays the
date. I want the cell to display " Thursday, Feb 23, 2006 " just by entering
" Feb 23 " or just " 2/23 ". For some reason the program keeps putting 2004
as the year. How do I fix that. The date and time on my pc are correct.
--
Lee Davenport
  #2   Report Post  
Posted to microsoft.public.excel.misc
Natraj
 
Posts: n/a
Default Help with formatting the date.

Go to Tools-- options and select Calcualtion tab.
Take out 1904 date system in workgruop options and click ok.
As simple as that.
Natraj

"Lee" wrote:

I have a worksheet that I created in 2004. It has a cell that displays the
date. I want the cell to display " Thursday, Feb 23, 2006 " just by entering
" Feb 23 " or just " 2/23 ". For some reason the program keeps putting 2004
as the year. How do I fix that. The date and time on my pc are correct.
--
Lee Davenport

  #3   Report Post  
Posted to microsoft.public.excel.misc
Lee
 
Posts: n/a
Default Help with formatting the date.

Natra, That was unchecked already. With it check the program thinks it's
2008. It thinks the year is 2004 without it checked. Could it be that the
reason is that the original date I created the worksheet was in 2004 and it
will not let me modify it now?
--
Lee Davenport


"Natraj" wrote:

Go to Tools-- options and select Calcualtion tab.
Take out 1904 date system in workgruop options and click ok.
As simple as that.
Natraj

"Lee" wrote:

I have a worksheet that I created in 2004. It has a cell that displays the
date. I want the cell to display " Thursday, Feb 23, 2006 " just by entering
" Feb 23 " or just " 2/23 ". For some reason the program keeps putting 2004
as the year. How do I fix that. The date and time on my pc are correct.
--
Lee Davenport

  #4   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Help with formatting the date.

If you close excel and reopen it in safe mode:

Close excel
windows start button|Run
excel /safe

Then file|open yourworkbook.xls

And test it out, does it happen then?

If it happens, then my guess of a macro doing the work is wrong.

If you actually get the right date (current year), then I'd start by looking for
macros.

The first place I'd look is:
right click on the worksheet tab that has this trouble, select view code.

If you see stuff there that you don't understand, then post back.

Lee wrote:

I have a worksheet that I created in 2004. It has a cell that displays the
date. I want the cell to display " Thursday, Feb 23, 2006 " just by entering
" Feb 23 " or just " 2/23 ". For some reason the program keeps putting 2004
as the year. How do I fix that. The date and time on my pc are correct.
--
Lee Davenport


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
Lee
 
Posts: n/a
Default Help with formatting the date.

Dave, That did not work. Under the View Code tab, there is nothing written in
the box. I have found that it works like I want if I take a new worksheet and
apply the date formatting to a cell, just not on the worksheet that I had
originally created in 2004.
--
Lee Davenport


"Dave Peterson" wrote:

If you close excel and reopen it in safe mode:

Close excel
windows start button|Run
excel /safe

Then file|open yourworkbook.xls

And test it out, does it happen then?

If it happens, then my guess of a macro doing the work is wrong.

If you actually get the right date (current year), then I'd start by looking for
macros.

The first place I'd look is:
right click on the worksheet tab that has this trouble, select view code.

If you see stuff there that you don't understand, then post back.

Lee wrote:

I have a worksheet that I created in 2004. It has a cell that displays the
date. I want the cell to display " Thursday, Feb 23, 2006 " just by entering
" Feb 23 " or just " 2/23 ". For some reason the program keeps putting 2004
as the year. How do I fix that. The date and time on my pc are correct.
--
Lee Davenport


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Help with formatting the date.

You did try the safe mode test, too?

I don't have any other guesses.

Sorry.

Lee wrote:

Dave, That did not work. Under the View Code tab, there is nothing written in
the box. I have found that it works like I want if I take a new worksheet and
apply the date formatting to a cell, just not on the worksheet that I had
originally created in 2004.
--
Lee Davenport

"Dave Peterson" wrote:

If you close excel and reopen it in safe mode:

Close excel
windows start button|Run
excel /safe

Then file|open yourworkbook.xls

And test it out, does it happen then?

If it happens, then my guess of a macro doing the work is wrong.

If you actually get the right date (current year), then I'd start by looking for
macros.

The first place I'd look is:
right click on the worksheet tab that has this trouble, select view code.

If you see stuff there that you don't understand, then post back.

Lee wrote:

I have a worksheet that I created in 2004. It has a cell that displays the
date. I want the cell to display " Thursday, Feb 23, 2006 " just by entering
" Feb 23 " or just " 2/23 ". For some reason the program keeps putting 2004
as the year. How do I fix that. The date and time on my pc are correct.
--
Lee Davenport


--

Dave Peterson


--

Dave Peterson
  #7   Report Post  
Posted to microsoft.public.excel.misc
Lee
 
Posts: n/a
Default Help with formatting the date.

Thanks anyway Dave.
--
Lee Davenport


"Dave Peterson" wrote:

You did try the safe mode test, too?

I don't have any other guesses.

Sorry.

Lee wrote:

Dave, That did not work. Under the View Code tab, there is nothing written in
the box. I have found that it works like I want if I take a new worksheet and
apply the date formatting to a cell, just not on the worksheet that I had
originally created in 2004.
--
Lee Davenport

"Dave Peterson" wrote:

If you close excel and reopen it in safe mode:

Close excel
windows start button|Run
excel /safe

Then file|open yourworkbook.xls

And test it out, does it happen then?

If it happens, then my guess of a macro doing the work is wrong.

If you actually get the right date (current year), then I'd start by looking for
macros.

The first place I'd look is:
right click on the worksheet tab that has this trouble, select view code.

If you see stuff there that you don't understand, then post back.

Lee wrote:

I have a worksheet that I created in 2004. It has a cell that displays the
date. I want the cell to display " Thursday, Feb 23, 2006 " just by entering
" Feb 23 " or just " 2/23 ". For some reason the program keeps putting 2004
as the year. How do I fix that. The date and time on my pc are correct.
--
Lee Davenport

--

Dave Peterson


--

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
How do I create a schedule from a list of dates ? Gavin Morris Charts and Charting in Excel 2 October 28th 10 05:08 PM
formatting a cell to display the correct date. Lee Excel Discussion (Misc queries) 1 February 23rd 06 05:04 PM
Can a date be used for conditional formatting? Stevie P Excel Worksheet Functions 2 September 27th 05 10:42 PM
Conditional Formatting, date. DissentChick Excel Worksheet Functions 2 July 20th 05 04:37 PM
Despite formatting a column in Excel 2002 worksheet as Short Date. Pete Whalley Excel Discussion (Misc queries) 2 February 7th 05 07:17 PM


All times are GMT +1. The time now is 04:37 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"