Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Help with date conversion - yyyymmdd to dd/mm/yyyy


Please can someone tell me how I can convert a date of format

20051212

to

12/12/2005?

Thanks in advance.


--
markperry
------------------------------------------------------------------------
markperry's Profile: http://www.excelforum.com/member.php...o&userid=27593
View this thread: http://www.excelforum.com/showthread...hreadid=503334

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 67
Default Help with date conversion - yyyymmdd to dd/mm/yyyy

Hi markperry

If it`s columns, select columns and change it
on the format, cells meny.

Regards
yngve

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default Help with date conversion - yyyymmdd to dd/mm/yyyy

If it is stored as a text item then assuming data is in cell A1 - in a
suitable cell:

=right(a1,2)&"/"&mid(a1,5,2)&"/"&left(a1,4)

will put it into the order that you want.

"markperry" wrote:


Please can someone tell me how I can convert a date of format

20051212

to

12/12/2005?

Thanks in advance.


--
markperry
------------------------------------------------------------------------
markperry's Profile: http://www.excelforum.com/member.php...o&userid=27593
View this thread: http://www.excelforum.com/showthread...hreadid=503334


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Help with date conversion - yyyymmdd to dd/mm/yyyy


This works perfectly - much appreciated.


--
markperry
------------------------------------------------------------------------
markperry's Profile: http://www.excelforum.com/member.php...o&userid=27593
View this thread: http://www.excelforum.com/showthread...hreadid=503334

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do I convert date format yyyymmdd to mm/dd/yyyy Datahead Excel Worksheet Functions 3 May 11th 23 11:45 AM
how do I change the date format from yyyymmdd to mm/dd/yyyy Charlene Excel Worksheet Functions 5 May 6th 23 07:46 PM
Need macro to change date from yyyymmdd format to mm/dd/yyyy forma Iris Excel Programming 3 November 16th 05 10:29 PM
m/d/yyyy h:mm date conversion to yyyymmdd ??? Jeff Excel Programming 2 July 10th 03 03:52 AM
date conversion from m/d/yyyy to yyyymmdd jeff Excel Programming 3 July 10th 03 03:50 AM


All times are GMT +1. The time now is 12:24 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"