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 serial value to date in excel

On Aug 1, 10:07*am, John C <johnc@stateofdenial wrote:
Perhaps if we knew where these serial number dates were being generated from?
--
John C



" wrote:
On Aug 1, 9:15 am, wrote:
This is what i have, i need to turn these values to a date in the
format mm/dd/yyyy please help, I cannot get this formula to save my
life.
* * * * * *A * * * * * * * *B
1 * *1001099 to mm/dd/yyyy
2 * *1001286 to mm/dd/yyyy
3 * *1024515 to mm/dd/yyyy
4 * *1041172 to mm/dd/yyyy


I am going to reply to myself. I think this will solve the problem but
i need to play some more to verify.


=IF(LEN(TRIM(A1))=6,DATE(LEFT(A1,2),MID(A1,3,2),RI GHT(A1,2)),IF(LEN(TRIM(A1*))=7,DATE(LEFT(A1,3),MID (A1,4,2),RIGHT(A1,2)),""))


and


=IF(ISERROR(IF(LEN(TRIM(A1))=6,DATE(LEFT(A1,2),MID (A1,3,2),RIGHT(A1,2)),IF(*LEN(TRIM(A1))=7,DATE(LEF T(A1,3),MID(A1,4,2),RIGHT(A1,2)),""))),"invalid
date
format",IF(LEN(TRIM(A1))=6,DATE(LEFT(A1,2),MID(A1, 3,2),RIGHT(A1,2)),IF(LEN(*TRIM(A1))=7,DATE(LEFT(A1 ,3),MID(A1,4,2),RIGHT(A1,2)),"")))- Hide quoted text -


- Show quoted text -


yeah the data given to me was pooled incorrectly. sorry LOL and yes i
have no hair.
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
The Serial # is showing and not the actual date kris Excel Discussion (Misc queries) 2 June 9th 08 11:15 PM
Serial number of Date Gazzr Excel Worksheet Functions 2 March 24th 06 08:59 AM
Serial Date in Multiple Worksheet John Excel Discussion (Misc queries) 10 December 28th 05 11:32 PM
Format serial date and time Cedric Excel Discussion (Misc queries) 2 December 26th 05 09:06 PM
How do I convert Date serial number to date rdunne Excel Worksheet Functions 1 April 12th 05 03:04 PM


All times are GMT +1. The time now is 11:42 PM.

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"