Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 39
Default Convert hard keyed/formatted numbers to dates

Have data that is supposed to be dates, e.g., 06-29-06, that has been
formatted with a custom number format of 00-00-00. I need to convert it/them
to actual dates; however, the number is really 62906, which converts to
03/23/72, not 06/29/06. Help! and THANKS!!
--
Marv Lusk

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 618
Default Convert hard keyed/formatted numbers to dates

Try: data, text to columns, delimited, next, next, date format MDY, finish.
Format result as date.
--
David Biddulph

"MarvInBoise" wrote in message
...
Have data that is supposed to be dates, e.g., 06-29-06, that has been
formatted with a custom number format of 00-00-00. I need to convert
it/them
to actual dates; however, the number is really 62906, which converts to
03/23/72, not 06/29/06. Help! and THANKS!!
--
Marv Lusk



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default Convert hard keyed/formatted numbers to dates

try

=DATE(2000+RIGHT(A23,2),LEFT(TEXT(A23,"000000"),2) ,MID(TEXT(A23,"000000"),3,2))

where A23 contains your number

"MarvInBoise" wrote:

Have data that is supposed to be dates, e.g., 06-29-06, that has been
formatted with a custom number format of 00-00-00. I need to convert it/them
to actual dates; however, the number is really 62906, which converts to
03/23/72, not 06/29/06. Help! and THANKS!!
--
Marv Lusk

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 39
Default Convert hard keyed/formatted numbers to dates

The function worked 'perfectly' -- thanks!
--
Marv Lusk
Boise Corporation


"Duke Carey" wrote:

try

=DATE(2000+RIGHT(A23,2),LEFT(TEXT(A23,"000000"),2) ,MID(TEXT(A23,"000000"),3,2))

where A23 contains your number

"MarvInBoise" wrote:

Have data that is supposed to be dates, e.g., 06-29-06, that has been
formatted with a custom number format of 00-00-00. I need to convert it/them
to actual dates; however, the number is really 62906, which converts to
03/23/72, not 06/29/06. Help! and THANKS!!
--
Marv Lusk

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default Convert hard keyed/formatted numbers to dates

Glad it helped

"MarvInBoise" wrote:

The function worked 'perfectly' -- thanks!
--
Marv Lusk
Boise Corporation


"Duke Carey" wrote:

try

=DATE(2000+RIGHT(A23,2),LEFT(TEXT(A23,"000000"),2) ,MID(TEXT(A23,"000000"),3,2))

where A23 contains your number

"MarvInBoise" wrote:

Have data that is supposed to be dates, e.g., 06-29-06, that has been
formatted with a custom number format of 00-00-00. I need to convert it/them
to actual dates; however, the number is really 62906, which converts to
03/23/72, not 06/29/06. Help! and THANKS!!
--
Marv Lusk

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 to convert a column of numbers (monthdayyear) into dates? wsucougar Excel Worksheet Functions 5 August 15th 06 09:00 PM
Hard values to convert to number Guilherme Loretti Excel Discussion (Misc queries) 4 May 9th 06 11:14 PM
Convert Text to Numbers Jitty Excel Worksheet Functions 2 May 9th 06 02:30 PM
Why are 1/2 my numbers imported as text and the rest as numbers? KBear Excel Discussion (Misc queries) 2 April 21st 06 01:40 PM
extract numbers, convert to date gkaspen Excel Discussion (Misc queries) 7 March 2nd 05 02:31 AM


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