Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Converting 20010321 to 03/21

I've tried every type of format available and tried to custom make one.
Please help! I have a whole column of birthdates listed as 20010321
(yyyymmdd) and I need them to read only the mm/dd. General steps
appreciated. thx!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Converting 20010321 to 03/21

Select the column, do datatext to columns, click next twice, under column
data format select Date and from dropdown select YMD and click finish, with
the column still selected do formatcellsnumbercustom and type mm/dd in
the type box


Note that the underlying value will always be a full date (serial number)


--
Regards,

Peo Sjoblom



"Hawkins,K" wrote in message
...
I've tried every type of format available and tried to custom make one.
Please help! I have a whole column of birthdates listed as 20010321
(yyyymmdd) and I need them to read only the mm/dd. General steps
appreciated. thx!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default Converting 20010321 to 03/21

Assuming your # is in A2, try this in B2

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

format B2 as mmm-dd

"Hawkins,K" wrote:

I've tried every type of format available and tried to custom make one.
Please help! I have a whole column of birthdates listed as 20010321
(yyyymmdd) and I need them to read only the mm/dd. General steps
appreciated. thx!

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,231
Default Converting 20010321 to 03/21

"Hawkins,K" wrote...
I've tried every type of format available and tried to custom make one.
Please help! I have a whole column of birthdates listed as 20010321
(yyyymmdd) and I need them to read only the mm/dd. General steps
appreciated. thx!


Select the column of birthdates, run the menu command Data Text to
Columns, select Fixed Width, click the Next button twice to move to the 3rd
step of the wizard, choose Date in the Choose data format section, and use
the drop-down list to the right of Date to select YMD, then click the Finish
button.


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 791
Default Converting 20010321 to 03/21

Select the column where the data is from the main toolbar menu select data
-text to columns(Click on Delimited) , click next twice, on your Top right
select DATE from the data format and from dropdown select YMD and click
finish,
On the same column now select Format - Cells - Custom- and type mm/dd

--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"Hawkins,K" wrote:

I've tried every type of format available and tried to custom make one.
Please help! I have a whole column of birthdates listed as 20010321
(yyyymmdd) and I need them to read only the mm/dd. General steps
appreciated. thx!



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Converting 20010321 to 03/21

Michael, you are pure genius..... (I'm sure the other methods would have
worked but I tried yours first. thanks so much)

"Michael" wrote:

Select the column where the data is from the main toolbar menu select data
-text to columns(Click on Delimited) , click next twice, on your Top right
select DATE from the data format and from dropdown select YMD and click
finish,
On the same column now select Format - Cells - Custom- and type mm/dd

--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"Hawkins,K" wrote:

I've tried every type of format available and tried to custom make one.
Please help! I have a whole column of birthdates listed as 20010321
(yyyymmdd) and I need them to read only the mm/dd. General steps
appreciated. thx!

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
Converting ASC to csv [email protected] Excel Discussion (Misc queries) 2 April 3rd 23 07:34 PM
converting to Kg Josh C Excel Discussion (Misc queries) 8 May 23rd 07 08:06 AM
Converting .xls to .doc tikchye_oldLearner57 Excel Discussion (Misc queries) 1 April 19th 06 03:02 PM
Converting QIF to XLS JVinocur Excel Discussion (Misc queries) 3 March 31st 06 04:09 PM
converting assi New Users to Excel 1 June 15th 05 04:39 PM


All times are GMT +1. The time now is 10:35 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"