View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
John C[_2_] John C[_2_] is offline
external usenet poster
 
Posts: 1,358
Default couting consequetive months

Thanks for the feedback, don't forget to check the Yes button. :)
--
John C


"Tom" wrote:

"DATEDIF" excellent thanks, i changed it a little to:
=DATEDIF($A$1,B2,"m")
to get the differance from the row before making a cummulative value.
Thanks for lead.
Tom

"John C" wrote:

=DATEDIF(A1,B1,"m")
this will give you the difference between the 2 dates in whole months.
--
John C


"Tom" wrote:

I'ce got a sheet with begin week (colomn A) and end week (colomn B) going
back a number of years. How do I add the cumalative months in colomn C?