Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Saved my mobile phone msgs as xml doc When I open it with excel 2003 Date and
Time is displayed as A1 Date/Time A2 2.00806E+13 Formula Bar displays 20080627155119 How do I format to display as 26 Jun 08 3.35pm as per phone details or simular date and time format Regards Loza |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Loza
Try =MID(B2,7,2)&" "&TEXT(MID(B2,5,2),"mmm")&" "&LEFT(B2,4)&" "&MID(B2,9,2)&":"&MID(B2,11,2)+0 -- Regards Roger Govier "loza" wrote in message ... Saved my mobile phone msgs as xml doc When I open it with excel 2003 Date and Time is displayed as A1 Date/Time A2 2.00806E+13 Formula Bar displays 20080627155119 How do I format to display as 26 Jun 08 3.35pm as per phone details or simular date and time format Regards Loza |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=DATE(LEFT(A1,4),MID(A1,5,2),MID(A1,7,2))+TIME(MID (A1,9,2),MID(A1,11,2),MID(A1,13,2))
and format as dd mmm yy h:mm AM/PM or as you wish. It doesn't give the answer you gave in your example, of course, but I am assuming that the input data is in the form yyyymmddhhmmss. -- David Biddulph "loza" wrote in message ... Saved my mobile phone msgs as xml doc When I open it with excel 2003 Date and Time is displayed as A1 Date/Time A2 2.00806E+13 Formula Bar displays 20080627155119 How do I format to display as 26 Jun 08 3.35pm as per phone details or simular date and time format Regards Loza |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
import /paste -stop automatic conversion of text 05-12345 to date | Excel Discussion (Misc queries) | |||
Calculating days & time left from start date/time to end date/time | Excel Worksheet Functions | |||
time conversion | Excel Discussion (Misc queries) | |||
Time conversion | Excel Discussion (Misc queries) | |||
import csv without automatic date conversion | Excel Discussion (Misc queries) |