Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default date formatting in excel

I am trying to set up my date formatting so that I do not have to type in the
forward slashes when I input the date. I would like to be able to just type
in the date numbers: 083007

and have it automatically convert to: 08/30/07 when entered.

any tips?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default date formatting in excel

Not possible without VBA (macro)


http://www.cpearson.com/excel/DateTimeEntry.htm



--
Regards,

Peo Sjoblom



"kwood525" wrote in message
...
I am trying to set up my date formatting so that I do not have to type in
the
forward slashes when I input the date. I would like to be able to just
type
in the date numbers: 083007

and have it automatically convert to: 08/30/07 when entered.

any tips?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,123
Default date formatting in excel


See also
http://www.rondebruin.nl/qde.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Peo Sjoblom" wrote in message ...
Not possible without VBA (macro)


http://www.cpearson.com/excel/DateTimeEntry.htm



--
Regards,

Peo Sjoblom



"kwood525" wrote in message
...
I am trying to set up my date formatting so that I do not have to type in
the
forward slashes when I input the date. I would like to be able to just
type
in the date numbers: 083007

and have it automatically convert to: 08/30/07 when entered.

any tips?



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default date formatting in excel

Thanks for your response. I'm not sure what VBA is, but I did figure it out.
I highlighted the cells to format, clicked on format and then custom. Once
in custom, I typed 00\/00\/0000. This allowed me to type in the numbers only
and have the slashes automatically input like this: 08/30/2007. This can
also be done with telephone numbers and social security numbers. This is a
great option for me. Have a great week!

Kwood525

"Peo Sjoblom" wrote:

Not possible without VBA (macro)


http://www.cpearson.com/excel/DateTimeEntry.htm



--
Regards,

Peo Sjoblom



"kwood525" wrote in message
...
I am trying to set up my date formatting so that I do not have to type in
the
forward slashes when I input the date. I would like to be able to just
type
in the date numbers: 083007

and have it automatically convert to: 08/30/07 when entered.

any tips?




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default date formatting in excel

If the dates are just for display you can do that but Excel will never see
that as a date. So if you want to compare it with a real excel date entered
like 08/30/2007 it will not match or if you want to do calculations like sum
another column based on dates it won't work. Same goes for sorting if you
for instance enter 12312000 you would expect it to sort above 08302007 in
ascending order since 12/31/2000 is earlier than 08/30/2007 but since Excel
sees it as a number and not a date it will not since the number
12,312,000.00 is greater than the number 8,302,007.00

If I were you I would use the macro solution and get real dates



--
Regards,

Peo Sjoblom




"kwood525" wrote in message
...
Thanks for your response. I'm not sure what VBA is, but I did figure it
out.
I highlighted the cells to format, clicked on format and then custom.
Once
in custom, I typed 00\/00\/0000. This allowed me to type in the numbers
only
and have the slashes automatically input like this: 08/30/2007. This can
also be done with telephone numbers and social security numbers. This is
a
great option for me. Have a great week!

Kwood525

"Peo Sjoblom" wrote:

Not possible without VBA (macro)


http://www.cpearson.com/excel/DateTimeEntry.htm



--
Regards,

Peo Sjoblom



"kwood525" wrote in message
...
I am trying to set up my date formatting so that I do not have to type
in
the
forward slashes when I input the date. I would like to be able to just
type
in the date numbers: 083007

and have it automatically convert to: 08/30/07 when entered.

any tips?








  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default date formatting in excel

Hey, thanks for the heads up! I'm glad you told me before it was too late.
I'll use the macro.

"Peo Sjoblom" wrote:

If the dates are just for display you can do that but Excel will never see
that as a date. So if you want to compare it with a real excel date entered
like 08/30/2007 it will not match or if you want to do calculations like sum
another column based on dates it won't work. Same goes for sorting if you
for instance enter 12312000 you would expect it to sort above 08302007 in
ascending order since 12/31/2000 is earlier than 08/30/2007 but since Excel
sees it as a number and not a date it will not since the number
12,312,000.00 is greater than the number 8,302,007.00

If I were you I would use the macro solution and get real dates



--
Regards,

Peo Sjoblom




"kwood525" wrote in message
...
Thanks for your response. I'm not sure what VBA is, but I did figure it
out.
I highlighted the cells to format, clicked on format and then custom.
Once
in custom, I typed 00\/00\/0000. This allowed me to type in the numbers
only
and have the slashes automatically input like this: 08/30/2007. This can
also be done with telephone numbers and social security numbers. This is
a
great option for me. Have a great week!

Kwood525

"Peo Sjoblom" wrote:

Not possible without VBA (macro)


http://www.cpearson.com/excel/DateTimeEntry.htm



--
Regards,

Peo Sjoblom



"kwood525" wrote in message
...
I am trying to set up my date formatting so that I do not have to type
in
the
forward slashes when I input the date. I would like to be able to just
type
in the date numbers: 083007

and have it automatically convert to: 08/30/07 when entered.

any tips?






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
Eliminate Excel date formatting stevekfbc Excel Discussion (Misc queries) 3 April 18th 06 06:06 PM
Formatting the Date in Excel JD Excel Discussion (Misc queries) 3 July 14th 05 11:07 PM
Excel 2002 Date Formatting skoladycz Excel Discussion (Misc queries) 1 April 6th 05 06:43 PM
How do I disable automatic date formatting in excel? tcuneio Excel Discussion (Misc queries) 1 January 21st 05 10:47 PM
Date formatting in Excel vanness95678 Excel Discussion (Misc queries) 1 January 10th 05 11:24 PM


All times are GMT +1. The time now is 05:22 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"