Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting ASC to csv | Excel Discussion (Misc queries) | |||
converting to Kg | Excel Discussion (Misc queries) | |||
Converting .xls to .doc | Excel Discussion (Misc queries) | |||
Converting QIF to XLS | Excel Discussion (Misc queries) | |||
converting | New Users to Excel |