Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I would like to know if there is a function to convert a Julian date (04365)
to a regular date (31 Jan 04). If so, please post! Thank You Doug |
#2
![]() |
|||
|
|||
![]()
Hi Doug,
http://www.cpearson.com/excel/jdates.htm But are you sure it isn't 31 Dec 04? -- Kind Regards, Niek Otten Microsoft MVP - Excel "Doug" wrote in message ... I would like to know if there is a function to convert a Julian date (04365) to a regular date (31 Jan 04). If so, please post! Thank You Doug |
#3
![]() |
|||
|
|||
![]()
Try pointing this formula at your Julian Date:
I used Cell A1: =DATE(1999+QUOTIENT(A1,1000),12,31)+MOD(A1,1000) Does that help? -- Regards, Ron |
#4
![]() |
|||
|
|||
![]()
I used the following to convert JD:
=DATE(INT(B5/1000),1,MOD(B5,1000) with first cell of data being B5. -- Ron "Ron Coderre" wrote: Try pointing this formula at your Julian Date: I used Cell A1: =DATE(1999+QUOTIENT(A1,1000),12,31)+MOD(A1,1000) Does that help? -- Regards, Ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to convert julian date to regular calendar date | Excel Worksheet Functions | |||
How to convert string to a date | Excel Worksheet Functions | |||
extract numbers, convert to date | Excel Discussion (Misc queries) | |||
convert julian date to gregorian date | Excel Discussion (Misc queries) | |||
How do I convert a Julian date into a regular date? | Excel Discussion (Misc queries) |