• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Month calculate from a date in point

sa.1985

Member
Dear all,


I have a date 1-jan-2010

i want to calculate month, day and year till today from above date ,

i want to result in point means 1 and half = 1.6
 
Hi sa.1985,


..Besides senthilkumar_rm's formula for Years, you can use:


Code:
=MOD(B1,1)*12 For Months,`

=MOD(C1,1)*30
For Days,`


where as B1 has Years calculated by senthilkumar_rm's formula and C1 contains months calculated by above formula.


Regards,

Faseeh
 
Back
Top