+ Reply to Thread
Results 1 to 4 of 4

convert Julian date

  1. #1
    Doug
    Guest

    convert Julian date

    I would like to know if there is a function to convert a Julian date (04365)
    to a regular date (31 Jan 04). If so, please post! Thank You

    Doug

  2. #2
    Niek Otten
    Guest

    Re: convert Julian date

    Hi Doug,

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

    But are you sure it isn't 31 Dec 04?

    --

    Kind Regards,

    Niek Otten

    Microsoft MVP - Excel

    "Doug" <[email protected]> wrote in message
    news:[email protected]...
    >I would like to know if there is a function to convert a Julian date
    >(04365)
    > to a regular date (31 Jan 04). If so, please post! Thank You
    >
    > Doug




  3. #3
    Ron Coderre
    Guest

    RE: convert Julian date

    Try pointing this formula at your Julian Date:
    I used Cell A1:
    =DATE(1999+QUOTIENT(A1,1000),12,31)+MOD(A1,1000)

    Does that help?
    --
    Regards,
    Ron


  4. #4
    Ron
    Guest

    RE: convert Julian date

    I used the following to convert JD:
    =DATE(INT(B5/1000),1,MOD(B5,1000) with first cell of data being B5.
    --
    Ron


    "Ron Coderre" wrote:

    > Try pointing this formula at your Julian Date:
    > I used Cell A1:
    > =DATE(1999+QUOTIENT(A1,1000),12,31)+MOD(A1,1000)
    >
    > Does that help?
    > --
    > Regards,
    > Ron
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1