Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Example - input number 05343
Output from formula 12/9/2005 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Gary,
Take a look here, http://www.cpearson.com/excel/jdates.htm HTH Martin "GaryM" wrote in message ... Example - input number 05343 Output from formula 12/9/2005 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
see:
http://www.cpearson.com/excel/jdates.htm -- Gary''s Student - gsnu200748 "GaryM" wrote: Example - input number 05343 Output from formula 12/9/2005 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Look he
http://www.cpearson.com/excel/jdates.htm -- Kind regards, Niek Otten Microsoft MVP - Excel "GaryM" wrote in message ... | Example - input number 05343 | Output from formula 12/9/2005 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you!!!!!
"MartinW" wrote: Hi Gary, Take a look here, http://www.cpearson.com/excel/jdates.htm HTH Martin "GaryM" wrote in message ... Example - input number 05343 Output from formula 12/9/2005 |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you!!!!!!
"Gary''s Student" wrote: see: http://www.cpearson.com/excel/jdates.htm -- Gary''s Student - gsnu200748 "GaryM" wrote: Example - input number 05343 Output from formula 12/9/2005 |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Tue, 2 Oct 2007 06:44:03 -0700, GaryM
wrote: Example - input number 05343 Output from formula 12/9/2005 Here's one way: If your years will always be in this century: =DATE(LEFT(TEXT(A1,"\2\000000"),4),1,RIGHT(A1,3)) If it can be this century or last, with "30" being in the last century, then: =DATE(IF(--LEFT(TEXT(A1,"00000"),2)30,1900,2000) +LEFT(TEXT(A1,"00000"),2),1,RIGHT(A1,3)) --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
to convert a julian date back to regular date | Excel Worksheet Functions | |||
Convert a julian gregorian date code into a regular date | Excel Worksheet Functions | |||
how to convert julian date to regular calendar date | Excel Worksheet Functions | |||
Use Julian Date To Create Serial Number | Excel Discussion (Misc queries) | |||
How do I convert a Julian date into a regular date? | Excel Discussion (Misc queries) |