+ Reply to Thread
Results 1 to 3 of 3

Convert days into years/months/days

  1. #1
    Forum Contributor
    Join Date
    11-13-2013
    Location
    California
    MS-Off Ver
    Excel 365 Apps for enterprise
    Posts
    180

    Convert days into years/months/days

    I have a date range that I have a formula to give me the number of days in between, however, for ease of looking, I would like the days to be converted into years/months/days.

    For example, if the result is 2152 days - I would like to show it as 5 years, 10 months, 9 days (or whatever it actually is, lol)

    I have my begining date in D2:D53, ending Date in E2:E53, and my =datedif(D2,E2,"d") in column F2:F53. The begining date would be counted as Day 1.

    Can anyone assist?

  2. #2
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: Convert days into years/months/days

    Try this one:
    =DATEDIF(E2,F2,"Y")&" year(s) "&DATEDIF(E2,F2,"ym")&" month(s) "&DATEDIF(E2,F2,"md")&" day(s) "
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  3. #3
    Forum Contributor
    Join Date
    11-13-2013
    Location
    California
    MS-Off Ver
    Excel 365 Apps for enterprise
    Posts
    180

    Re: Convert days into years/months/days

    This is great.

    Thank you!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. convert Days to Years, Months, Days
    By Klaudebou in forum Excel General
    Replies: 4
    Last Post: 08-24-2014, 02:22 PM
  2. Convert days -> Years, Months, Days, Hours, Minutes, Seconds
    By brharrii in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-06-2012, 06:44 PM
  3. convert month days and years into days
    By bokals in forum Excel General
    Replies: 6
    Last Post: 11-20-2011, 02:09 PM
  4. converting days to years,months,days
    By Cindylu3 in forum Excel General
    Replies: 3
    Last Post: 02-09-2009, 07:32 PM
  5. [SOLVED] Convert Years to Years/Months/Days
    By [email protected] in forum Excel General
    Replies: 4
    Last Post: 01-04-2006, 11:00 AM

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