counting the number or months between two dates.

  • Thread starter Thread starter Lisa
  • Start date Start date
Ok Maybe I did something wrong.

I used =DATEDIF(A1,A2,"ym")
with A1 as 4/30/2007
and A2 as 11/30/2008
result was 7

????????
 
If you want months only,use "m" instead of "ym"
"ym" is used when you strip off the year

y = year
ym = months after year(s) is removed
m = months
md = days after months have been stripped off
d = days but you might was well use end-start on that one

--


Regards,


Peo Sjoblom
 
my bad, sorry, I am so used to typing "ym" that i was on autopilot. See the
other 2 posts for corrections :)
 
Back
Top