PC Review


Reply
Thread Tools Rate Thread

converting days to years & months & days

 
 
oldLearner57
Guest
Posts: n/a
 
      2nd Oct 2009
hi community

how can i convert total 790 days into years, months, days

thanks community for the guidance


--
oldLearner57
 
Reply With Quote
 
 
 
 
Luke M
Guest
Posts: n/a
 
      2nd Oct 2009
Assuming you're measuring from today's date as a baseline, and the value of
790 is located in cell A2, formula is:

=DATEDIF(TODAY(),TODAY()+A2,"y")&" years "&
DATEDIF(TODAY(),TODAY()+A2,"ym")&" months
"&DATEDIF(TODAY(),TODAY()+A2,"md")&" days"
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"oldLearner57" wrote:

> hi community
>
> how can i convert total 790 days into years, months, days
>
> thanks community for the guidance
>
>
> --
> oldLearner57

 
Reply With Quote
 
Sean Timmons
Guest
Posts: n/a
 
      2nd Oct 2009
That would really depend upon which date is yoru start. If you start in
February, your days would be different than if you start in March.

If you want to start from 1/1/1900 (Default start date in Excel), you can
just enter =YEAR(A1)-1900
=MONTH(A2)
=DAY(A2)

If you want from today, then

=YEAR(TODAY()+A1)
=MONTH(TODAY()+A1)
=DAY(TODAY()+A1)

"oldLearner57" wrote:

> hi community
>
> how can i convert total 790 days into years, months, days
>
> thanks community for the guidance
>
>
> --
> oldLearner57

 
Reply With Quote
 
oldLearner57
Guest
Posts: n/a
 
      2nd Oct 2009
hi Luke M

10s! it works fine.

grateful to your guidance
&
thanks! community as well
--
oldLearner57


"Luke M" wrote:

> Assuming you're measuring from today's date as a baseline, and the value of
> 790 is located in cell A2, formula is:
>
> =DATEDIF(TODAY(),TODAY()+A2,"y")&" years "&
> DATEDIF(TODAY(),TODAY()+A2,"ym")&" months
> "&DATEDIF(TODAY(),TODAY()+A2,"md")&" days"
> --
> Best Regards,
>
> Luke M
> *Remember to click "yes" if this post helped you!*
>
>
> "oldLearner57" wrote:
>
> > hi community
> >
> > how can i convert total 790 days into years, months, days
> >
> > thanks community for the guidance
> >
> >
> > --
> > oldLearner57

 
Reply With Quote
 
oldLearner57
Guest
Posts: n/a
 
      2nd Oct 2009
Hi Sean Timmons

it works fine, 10s! for your guidance

10s! community as well


--
oldLearner57


"Sean Timmons" wrote:

> That would really depend upon which date is yoru start. If you start in
> February, your days would be different than if you start in March.
>
> If you want to start from 1/1/1900 (Default start date in Excel), you can
> just enter =YEAR(A1)-1900
> =MONTH(A2)
> =DAY(A2)
>
> If you want from today, then
>
> =YEAR(TODAY()+A1)
> =MONTH(TODAY()+A1)
> =DAY(TODAY()+A1)
>
> "oldLearner57" wrote:
>
> > hi community
> >
> > how can i convert total 790 days into years, months, days
> >
> > thanks community for the guidance
> >
> >
> > --
> > oldLearner57

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem With Converting Days Months And Years naughtyboy Microsoft Excel Misc 1 18th Aug 2006 04:43 PM
problem of converting days months and years naughtyboy Microsoft Excel Worksheet Functions 3 7th Aug 2006 11:11 AM
problem of converting days months and years naughtyboy Microsoft Excel Programming 0 7th Aug 2006 12:27 AM
Probem Of Converting Days Months And Years naughtyboy Microsoft Excel Misc 0 6th Aug 2006 10:23 PM
Converting dates to years, months & days =?Utf-8?B?Ym9kYWNpb3VzMjEy?= Microsoft Excel Programming 1 28th Jan 2005 04:48 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:34 AM.