PC Review


Reply
Thread Tools Rate Thread

Convert Years to Years/Months/Days

 
 
coreymartin@gmail.com
Guest
Posts: n/a
 
      4th Jan 2006
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

 
Reply With Quote
 
 
 
 
coreymartin@gmail.com
Guest
Posts: n/a
 
      4th Jan 2006
Also, for our purposes, a month is always 30 days.

 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      4th Jan 2006
Just multiply your result by 360?

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Also, for our purposes, a month is always 30 days.
>



 
Reply With Quote
 
Niek Otten
Guest
Posts: n/a
 
      4th Jan 2006
Look in HELP for the DAYS360() function

--
Kind regards,

Niek Otten

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Also, for our purposes, a month is always 30 days.
>



 
Reply With Quote
 
JE McGimpsey
Guest
Posts: n/a
 
      4th Jan 2006
One way:

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


In article <(E-Mail Removed)>,
(E-Mail Removed) 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 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
Convert an integer to # of years-months-days nli10d Microsoft Excel Discussion 4 6th Aug 2009 03:37 AM
How to convert a number to years, months, days? Biz Microsoft Excel Worksheet Functions 3 10th Feb 2008 09:54 PM
convert # of years, months and days catrrmg Microsoft Excel Misc 4 1st Feb 2008 03:42 PM
convert number of days into years/months =?Utf-8?B?ZWlsZWVubW9sZQ==?= Microsoft Excel Misc 1 6th Sep 2007 08:32 PM
how to convert 12/10/1970 to years/months/days =?Utf-8?B?ZG9jdG9yIHdobyBnb2xm?= Microsoft Excel New Users 3 30th Oct 2006 11:12 PM


Features
 

Advertising
 

Newsgroups
 


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