In reference to Elapsed time in months
Per Chandoo...
To calculate the elapsed time in months, we can use the formula =(NOW()-A1)/30. This returns the value in 30 day months.
I use to apply formula =ROUND((TODAY()-A1)/30,0). Today, I faced a peculiar situation, A1 has date 01-Mar-2009, and today being 01-Mar-2012, it should be 36 months, but it is showing 37 months!!
Any suggestions to avoid such errors?
Even if i dont put round(), it is 36.56, can a formula be to show exactly 36?
Regards,
Prasad DN
PS: I rememeber some function in older version of xl like datediff(), but it is now not supported I guess.
Per Chandoo...
To calculate the elapsed time in months, we can use the formula =(NOW()-A1)/30. This returns the value in 30 day months.
I use to apply formula =ROUND((TODAY()-A1)/30,0). Today, I faced a peculiar situation, A1 has date 01-Mar-2009, and today being 01-Mar-2012, it should be 36 months, but it is showing 37 months!!
Any suggestions to avoid such errors?
Even if i dont put round(), it is 36.56, can a formula be to show exactly 36?
Regards,
Prasad DN
PS: I rememeber some function in older version of xl like datediff(), but it is now not supported I guess.