#1   Report Post  
Jasonjetdoc
 
Posts: n/a
Default julian date

How do you convert a julian date back to a calender date??
  #2   Report Post  
Gary Brown
 
Posts: n/a
Default

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   Report Post  
Dave Peterson
 
Posts: n/a
Default

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   Report Post  
Norman Jones
 
Posts: n/a
Default

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   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

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
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
Date updates from worksheet to chart & changes date to a date series! Help!! Jayjg Charts and Charting in Excel 2 January 22nd 05 03:00 PM
how do i make a date change automatically if i change one before . dpl7579 Excel Discussion (Misc queries) 1 January 11th 05 09:21 PM
convert julian date to gregorian date ammaravi Excel Discussion (Misc queries) 1 December 14th 04 08:17 PM
Use Julian Date To Create Serial Number antho10359 Excel Discussion (Misc queries) 4 December 9th 04 01:50 AM
How do I convert a Julian date into a regular date? Jessica Excel Discussion (Misc queries) 4 December 2nd 04 02:54 AM


All times are GMT +1. The time now is 12:03 AM.

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"