I need to calculate the number of months between two dates 1/1/07 and the current date on a paystub. I need the answer as a decimal so that I can YTD income properly. What is the easiest way to do this?
1/1/07
6/15/07
should return a value of 5.5
Currently I am using =DATEDIF(B2,B10,"m") but it rounds the months down.
Bookmarks