ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   julian date (https://www.excelbanter.com/excel-discussion-misc-queries/3946-julian-date.html)

Jasonjetdoc

julian date
 
How do you convert a julian date back to a calender date??

Gary Brown

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??




Dave Peterson

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

Norman Jones

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??




Ron Rosenfeld

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


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com