Results 1 to 3 of 3

Thread: [RESOLVED] How to convert fractional years (say 1.25 years) to number of days

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Posts
    211

    Resolved [RESOLVED] How to convert fractional years (say 1.25 years) to number of days

    I have a table that shows periods like 1 year to 10 years. I want to calculate number of days (approximately 365 days in a year and no need to include leap year). If it was just years, it is easy to calculate days ( like 2 years = 2*365 days). But how can convert for 1.5 years or 1.75 years into days?

    what is the efficient way to calculate days if the years are specified in terms of fractional years.

    Thanks
    nath

  2. #2
    New Member
    Join Date
    Dec 2012
    Location
    Steubenville, OH
    Posts
    15

    Re: How to convert fractional years (say 1.25 years) to number of days

    Why couldn't you just do:

    365 x 1.25 = 456.25

    and round the result to 456.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Posts
    211

    Re: How to convert fractional years (say 1.25 years) to number of days

    thanks much.

    What was I thinking...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width