Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() 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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Eliminate Excel date formatting | Excel Discussion (Misc queries) | |||
Formatting the Date in Excel | Excel Discussion (Misc queries) | |||
Excel 2002 Date Formatting | Excel Discussion (Misc queries) | |||
How do I disable automatic date formatting in excel? | Excel Discussion (Misc queries) | |||
Date formatting in Excel | Excel Discussion (Misc queries) |