+ Reply to Thread
Results 1 to 2 of 2

Help Convert "MM/DD/YYYY" to "YY:DDD"

  1. #1
    Sam
    Guest

    Help Convert "MM/DD/YYYY" to "YY:DDD"

    Hello,

    Please help:

    I have a column of dates in the MM/DD/YYYY" format
    How can I convert it to the
    "YY:DDD" format?

    For example, 12/31/2005 would become 05:365 and
    01/01/1985 would become 85:01

    Thank you!

  2. #2
    Ron Rosenfeld
    Guest

    Re: Help Convert "MM/DD/YYYY" to "YY:DDD"

    On Tue, 24 Jan 2006 02:44:01 -0800, Sam <[email protected]> wrote:

    >Hello,
    >
    >Please help:
    >
    >I have a column of dates in the MM/DD/YYYY" format
    >How can I convert it to the
    >"YY:DDD" format?
    >
    >For example, 12/31/2005 would become 05:365 and
    >01/01/1985 would become 85:01
    >
    >Thank you!



    =TEXT(A1,"yy")&":"&TEXT(A1-DATE(YEAR(A1),1,0),"00")


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