View Single Post
  #11   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default 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!