+ Reply to Thread
Results 1 to 5 of 5

Convert Years to Years/Months/Days

  1. #1
    coreymartin@gmail.com
    Guest

    Convert Years to Years/Months/Days

    Through a calculation, I get an amount of time in years (ex. 1.31
    years). How would I convert that number to years/months/days based on
    a 360 day year?

    Thanks!
    Corey


  2. #2
    coreymartin@gmail.com
    Guest

    Re: Convert Years to Years/Months/Days

    Also, for our purposes, a month is always 30 days.


  3. #3
    Bob Phillips
    Guest

    Re: Convert Years to Years/Months/Days

    Just multiply your result by 360?

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    <coreymartin@gmail.com> wrote in message
    news:1136384291.470002.53750@z14g2000cwz.googlegroups.com...
    > Also, for our purposes, a month is always 30 days.
    >




  4. #4
    Niek Otten
    Guest

    Re: Convert Years to Years/Months/Days

    Look in HELP for the DAYS360() function

    --
    Kind regards,

    Niek Otten

    <coreymartin@gmail.com> wrote in message
    news:1136384291.470002.53750@z14g2000cwz.googlegroups.com...
    > Also, for our purposes, a month is always 30 days.
    >




  5. #5
    JE McGimpsey
    Guest

    Re: Convert Years to Years/Months/Days

    One way:

    =INT(A1) & " years, " & INT(MOD(A1,1)*12) & " months, " &
    MOD(A1*360,30) & " days"


    In article <1136384008.789107.264760@o13g2000cwo.googlegroups.com>,
    coreymartin@gmail.com wrote:

    > Through a calculation, I get an amount of time in years (ex. 1.31
    > years). How would I convert that number to years/months/days based on
    > a 360 day year?


+ 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