conversion needed

  • Thread starter Thread starter juster21
  • Start date Start date
J

juster21

I need to convert a number of days into years, months, days format. An
idea? I put the first start date in A10 and the first end date in A11
The second set up dates are in B10 and B11 respectively. I used thi
formula to get the number of days in between each start and end date.
=DATEDIF(A10,A11,"d")
=DATEDIF(B10,B11,"d")
And then combined them as...
=SUM(DATEDIF(A10,A11,"d")+DATEDIF(B10,B11,"D"))

But now I need to switch back and get the total of # Years, # Months
#Days
 

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