Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default In execel how can I convert dates from yyyymmdd to mm/dd/yyyy

I have a column of dates that imports in yyyymmdd format, but I need it in
mm/dd/yyyy. How can I convert this without manually entering them?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 279
Default In execel how can I convert dates from yyyymmdd to mm/dd/yyyy

select the column
FormatCells
select - "Custom"
type in your format

m/d/yy
gives you 3/3/05 or 12/12/05

mm/dd/yyyy
gives you 03/03/2005 or 12/12/2005


"converting date formats" wrote:

I have a column of dates that imports in yyyymmdd format, but I need it in
mm/dd/yyyy. How can I convert this without manually entering them?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,441
Default In execel how can I convert dates from yyyymmdd to mm/dd/yyyy

For that date cell A1, use this formula in B1

=DATE(LEFT(A1,4),MID(A1,5,2),RIGHT(A1,2))

HTH,
Bernie
MS Excel MVP


"converting date formats" <converting date wrote in message
...
I have a column of dates that imports in yyyymmdd format, but I need it in
mm/dd/yyyy. How can I convert this without manually entering them?



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
basically want to go from mm/dd/yyyy to yyyymmdd clegge Excel Worksheet Functions 2 January 10th 06 04:41 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 05:22 AM.

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

About Us

"It's about Microsoft Excel"