#1   Report Post  
Posted to microsoft.public.excel.misc
Lylesm
 
Posts: n/a
Default julian dates

I am trying to covert Julian dates to calendar date and am using the formula
=DATE(INT(A1/1000),1,MOD(A1,1000)). I am getting the date but the ytear
shows up as 1900. I don't have any of the transition boxes checked and I
formated the cell using custom d-mmm-yy. Any suggestions ?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Niek Otten
 
Posts: n/a
Default julian dates

http://www.cpearson.com/excel/jdates.htm

--
Kind regards,

Niek Otten

"Lylesm" wrote in message
...
I am trying to covert Julian dates to calendar date and am using the
formula
=DATE(INT(A1/1000),1,MOD(A1,1000)). I am getting the date but the ytear
shows up as 1900. I don't have any of the transition boxes checked and I
formated the cell using custom d-mmm-yy. Any suggestions ?



  #3   Report Post  
Posted to microsoft.public.excel.misc
Lylesm
 
Posts: n/a
Default julian dates

Thanks Niek

"Niek Otten" wrote:

http://www.cpearson.com/excel/jdates.htm

--
Kind regards,

Niek Otten

"Lylesm" wrote in message
...
I am trying to covert Julian dates to calendar date and am using the
formula
=DATE(INT(A1/1000),1,MOD(A1,1000)). I am getting the date but the ytear
shows up as 1900. I don't have any of the transition boxes checked and I
formated the cell using custom d-mmm-yy. Any suggestions ?




  #4   Report Post  
Posted to microsoft.public.excel.misc
Ron Rosenfeld
 
Posts: n/a
Default julian dates

On Thu, 5 Jan 2006 09:36:02 -0800, Lylesm
wrote:

I am trying to covert Julian dates to calendar date and am using the formula
=DATE(INT(A1/1000),1,MOD(A1,1000)). I am getting the date but the ytear
shows up as 1900. I don't have any of the transition boxes checked and I
formated the cell using custom d-mmm-yy. Any suggestions ?


What does your "Julian Date" look like?

The "real" 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.

The present Julian Date (5 Jan 2006 18:52:30 UTC) is 2453741.28645833

Probably not what you had in mind :-))

Your formula should work correctly if your "Julian Date" is a NUMBER made up of
the YEAR followed by the DAY OF THE YEAR.

e.g. for today: 2006005


--ron
  #5   Report Post  
Posted to microsoft.public.excel.misc
Lylesm
 
Posts: n/a
Default julian dates

Thanks Ron

"Ron Rosenfeld" wrote:

On Thu, 5 Jan 2006 09:36:02 -0800, Lylesm
wrote:

I am trying to covert Julian dates to calendar date and am using the formula
=DATE(INT(A1/1000),1,MOD(A1,1000)). I am getting the date but the ytear
shows up as 1900. I don't have any of the transition boxes checked and I
formated the cell using custom d-mmm-yy. Any suggestions ?


What does your "Julian Date" look like?

The "real" 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.

The present Julian Date (5 Jan 2006 18:52:30 UTC) is 2453741.28645833

Probably not what you had in mind :-))

Your formula should work correctly if your "Julian Date" is a NUMBER made up of
the YEAR followed by the DAY OF THE YEAR.

e.g. for today: 2006005


--ron



  #6   Report Post  
Posted to microsoft.public.excel.misc
Lylesm
 
Posts: n/a
Default julian dates

Actually I figured this out by modifying the formula
=DATE(INT(A4/1000)+105,1,MOD(A4,1000))

"Lylesm" wrote:

I am trying to covert Julian dates to calendar date and am using the formula
=DATE(INT(A1/1000),1,MOD(A1,1000)). I am getting the date but the ytear
shows up as 1900. I don't have any of the transition boxes checked and I
formated the cell using custom d-mmm-yy. Any suggestions ?

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
Formula for calc diff between two julian dates saltrm Excel Discussion (Misc queries) 1 November 7th 05 08:00 PM
Dates from Julian calendar y_not Excel Discussion (Misc queries) 1 October 24th 05 06:36 PM
julian dates in Exel danielle Excel Worksheet Functions 1 June 23rd 05 12:39 AM
Excel should have a formula for Converting Julian Dates Yakimeshi Excel Worksheet Functions 0 May 17th 05 06:23 PM
Excel should have a formula for Converting Julian Dates Peo Sjoblom Excel Worksheet Functions 0 May 17th 05 06:15 PM


All times are GMT +1. The time now is 12:48 PM.

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"