Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Example - to change 20090331 into 31/03/2009
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
With the string in A1 use this in B1
=DATE(LEFT(A1,4),MID(A1,5,2),RIGHT(A1,2)) ------------------------------------- Pl. click ''Yes'' if this was helpful... "jrnbru59" wrote: Example - to change 20090331 into 31/03/2009 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=DATE(LEFT(A1,4),MID(A1,5,2),RIGHT(A1,2)) will change it inot a date number,
which you can then format to show yyyy/mm/dd, or dd/mm/yyyy -- HTH Kassie Replace xxx with hotmail "jrnbru59" wrote: Example - to change 20090331 into 31/03/2009 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this...
Select the cell(s) you want to convert Goto the menu DataText to Columns Click Next twice In step 3 of the wizard, under Column data format select Date In the drop down select YMD Finish -- Biff Microsoft Excel MVP "jrnbru59" wrote in message ... Example - to change 20090331 into 31/03/2009 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you have a bunch of dates in a single column, you can:
Select that column Data|Text to columns Fixed width (don't include any lines!) choose date and ymd and finish up Then format the range the way you like (dd/mm/yyyy). If you have multiple columns you can use this technique on each of them. jrnbru59 wrote: Example - to change 20090331 into 31/03/2009 -- Dave Peterson |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assuming the date is in A1, use this formula in any other cell (B1 maybe)
and then Format that cell as a Date using dd/mm/yyyy... =--TEXT(A1,"0000-00-00") -- Rick (MVP - Excel) "jrnbru59" wrote in message ... Example - to change 20090331 into 31/03/2009 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
When I enter a date in Excel it converts to a 5-digit number. WHY? | Excel Discussion (Misc queries) | |||
How do i change the format of a 2 digit date | Setting up and Configuration of Excel | |||
converting 8-digit number to date | Excel Discussion (Misc queries) | |||
Accidentally converted date mm/dd/yy to a 5 digit number | Excel Worksheet Functions | |||
How do i format a 5 to 6 digit number into the correct date? | Excel Worksheet Functions |