Number of Months Between Two Dates Entered
=DATEDIF(A1,TODAY(),"m")+(DATEDIF(A1,TODAY(),"md") 0)
--
David Biddulph
"Rob" wrote in message
...
Hello. I have a spreadsheet that has two cells -- Cell One is always
today's
date using formula =Today(). The second cell is a date in the past. How
can
I calculate the number of months that have passed (rounded up) from the
past
date until today's date? I am hoping to see a number like "7" or "9" and
not
days.
Thanks for your help!
|