Converting Julian Dates to regular dates

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a worksheet (inherited) that uses Julian dates in one field - I need
to display the same date in another field in conventional date format. Is
there a formula that will accomplish this? Thanks for your help!
 
One way:

A1: <julian date>
B1: =A1 + 2415018.5         (Windows default 1900 date system)

Format as General and adjust for your time zone. Julian dates are based
on noon, UT (GMT

If you're using the 1904 date system, add 2416480.5 instead.

Ref: http://aa.usno.navy.mil/data/docs/JulianDate.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top