Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
How do you convert a julian date back to a calender date??
|
#2
![]() |
|||
|
|||
![]()
When you say Julian Date, do you mean a number like 38353. When you say
calendar date, do you mean something like 01/01/2005? If so, this sounds like a formatting question. Put your cursor on the cell with the Julian Date. Select FORMAT / CELLS / NUMBER / DATE. Then in the 'Type:' window, select the desired format. HTH, Gary Brown "Jasonjetdoc" wrote in message ... How do you convert a julian date back to a calender date?? |
#3
![]() |
|||
|
|||
![]()
Depends on what you mean.
If you mean you have cells with values like: yyyyddd 2005032 is equivalent to Feb 1, 2005 then =DATE(A1/1000,1,MOD(A1,1000)) If you have yyddd then this may work for you: =DATE(IF(A1<30000,2000,1900)+A1/1000,1,MOD(A1,1000)) Jasonjetdoc wrote: How do you convert a julian date back to a calender date?? -- Dave Peterson |
#4
![]() |
|||
|
|||
![]()
Hi Jason,
See: http://www.cpearson.com/excel/jdates.htm --- Regards, Norman "Jasonjetdoc" wrote in message ... How do you convert a julian date back to a calender date?? |
#5
![]() |
|||
|
|||
![]()
On Sun, 16 Jan 2005 06:17:01 -0800, "Jasonjetdoc"
wrote: How do you convert a julian date back to a calender date?? First you have to tell us what you mean by a julian date. The dictionary definition is: "a serial number equal to the number of days elapsed since January 1, 4713 B.C., proposed by Joseph Scaliger in 1582 and used in astronomical calculations: January 1, 1965, at noon, Greenwich Civil Time, was Julian Day 2,438,762.0" but sometimes different definitions are used here. --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date updates from worksheet to chart & changes date to a date series! Help!! | Charts and Charting in Excel | |||
how do i make a date change automatically if i change one before . | Excel Discussion (Misc queries) | |||
convert julian date to gregorian date | Excel Discussion (Misc queries) | |||
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) |