Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm lazy and when I type the date in a cell I would like to type 080807 and
have it dispalyed as 08/08/07. Any Ideas?? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can use a helper cell. If you enter 00807 in A1 as text, then in another
cell enter: =DATE(RIGHT(A1)+2000,LEFT(A1,2),MID(A1,3,2)) -- Gary''s Student - gsnu200736 "jbergsli" wrote: I'm lazy and when I type the date in a cell I would like to type 080807 and have it dispalyed as 08/08/07. Any Ideas?? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
.... or =DATE(RIGHT(A1,2)+2000,MID(A1,3,2),LEFT(A1,2)), depending on how you
want your dates to be interpreted. -- David Biddulph "Gary''s Student" wrote in message ... You can use a helper cell. If you enter 00807 in A1 as text, then in another cell enter: =DATE(RIGHT(A1)+2000,LEFT(A1,2),MID(A1,3,2)) "jbergsli" wrote: I'm lazy and when I type the date in a cell I would like to type 080807 and have it dispalyed as 08/08/07. Any Ideas?? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Data Text to Columns Next Next select Date: MDY Finish
"jbergsli" wrote: I'm lazy and when I type the date in a cell I would like to type 080807 and have it dispalyed as 08/08/07. Any Ideas?? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
See Chip Pearson's site for event code to allow quick entry of dates as you
describe. http://www.cpearson.com/excel/DateTimeEntry.htm Gord Dibben MS Excel MVP On Thu, 9 Aug 2007 02:04:02 -0700, jbergsli wrote: I'm lazy and when I type the date in a cell I would like to type 080807 and have it dispalyed as 08/08/07. Any Ideas?? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Figuring Vacation Hrs. Earned using Current Date minus Hire Date | Excel Worksheet Functions | |||
Report Date - Date Recv = Days Late, but how to rid completed date | Excel Worksheet Functions | |||
Formula for determining if two date columns fall within specific date range | Excel Worksheet Functions | |||
Make date change in excel to current date when opening daily? | Excel Discussion (Misc queries) | |||
Date updates from worksheet to chart & changes date to a date series! Help!! | Charts and Charting in Excel |