Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Can I change a date with no format ex: 20051111 to a date format ex:
11/11/2005? |
#2
![]() |
|||
|
|||
![]()
As long as you have 2 digits for months and days,
select the column, do datatext to columns, click next twice, under column data format select date and then select YMD assuming that is the order of the original. Then it will retrun a date based on your regional setting so if in US you should get MDY -- Regards, Peo Sjoblom "Rose" wrote in message ... Can I change a date with no format ex: 20051111 to a date format ex: 11/11/2005? |
#3
![]() |
|||
|
|||
![]()
Alternatively use =DATE(LEFT(A1,4),MID(A1,5,2),RIGHT(A1,2))
If needed you could insert a column for this, then use Copy followed by Paste Special-Values to convert formulas to dates; now delete the original column best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "Rose" wrote in message ... Can I change a date with no format ex: 20051111 to a date format ex: 11/11/2005? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
NETWORKDAYS - Multiple Date Selection | Excel Discussion (Misc queries) | |||
I cannot change the date format to English canada | Excel Discussion (Misc queries) | |||
How change Excel default date format to something useful | Excel Discussion (Misc queries) | |||
how do I format cells to change date and time to just date | Excel Discussion (Misc queries) | |||
Date Format Question | Excel Discussion (Misc queries) |