PC Review


Reply
Thread Tools Rate Thread

Converting a custom date to readable text

 
 
=?Utf-8?B?Q3Jvc3NlZCBleWVz?=
Guest
Posts: n/a
 
      29th Dec 2005
I am currently working with a large spreadsheet that must be formatted as
"text" or "general" in its entirety, but birthdates that were submitted for
inclusion in the sheet are formatted as custom dates (yyyymmdd). Is there
any way to change the format for a column back into text without having the
dates appear as the serial value? (For instance, 19870917 appears as 32037
when the column format is changed to text or general.)

Please be kind in your responses...I don't have a great grasp on the
techno-language!
 
Reply With Quote
 
 
 
 
Peo Sjoblom
Guest
Posts: n/a
 
      29th Dec 2005
You can use a help column and a formula to get it to text

=TEXT(A1,"yyyymmdd")

copy down and then copy and paste special over the old dates

finally delete the help column, however I would personally use another date
format like

=TEXT(C1,"yyyy-mm-dd")

or

=TEXT(C1,"dd-mm-yyyy")

or

=TEXT(C1,"mm/dd/yyyy")

depending on the region


--

Regards,

Peo Sjoblom

"Crossed eyes" <Crossed (E-Mail Removed)> wrote in message
news:F1A39A20-A731-45B5-B7DA-(E-Mail Removed)...
> I am currently working with a large spreadsheet that must be formatted as
> "text" or "general" in its entirety, but birthdates that were submitted

for
> inclusion in the sheet are formatted as custom dates (yyyymmdd). Is there
> any way to change the format for a column back into text without having

the
> dates appear as the serial value? (For instance, 19870917 appears as

32037
> when the column format is changed to text or general.)
>
> Please be kind in your responses...I don't have a great grasp on the
> techno-language!



 
Reply With Quote
 
SteveG
Guest
Posts: n/a
 
      29th Dec 2005

You could convert the custom format to Text first and then paste it in
the column. Insert a column next to the list of custom dates. In the
column to the right enter in:

=TEXT(A1,"yyyymmdd")


This will return the date in A1.

Drag this down your list, copy and paste Special Values over the custom
dates. Delete the row where you did your conversion.


Cheers,

Steve


--
SteveG
------------------------------------------------------------------------
SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571
View this thread: http://www.excelforum.com/showthread...hreadid=496740

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help with converting CUSTOM format/TEXT format to DATE format Deo Cleto Microsoft Excel Worksheet Functions 6 2nd Jun 2009 08:14 PM
converting a hex timestamp to a readable date/time Faye Microsoft Access Queries 1 30th Apr 2009 12:02 AM
Converting a date to a text field w/o converting it to a julian da LynnMinn Microsoft Excel Worksheet Functions 2 6th Mar 2008 03:43 PM
Converting HTML scripts in to readable text =?Utf-8?B?R2VuZWFsb2dpc3Q=?= Microsoft Frontpage 2 21st Aug 2007 09:49 AM
converting to Access custom date formats RB Smissaert Microsoft Access 0 31st Mar 2005 08:14 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:32 AM.