L Lisa Nov 6, 2008 #3 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 ????????
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 ????????
P Peo Sjoblom Nov 6, 2008 #4 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
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
R Ron Rosenfeld Nov 6, 2008 #5 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 Click to expand... Try: =DATEDIF(A1,A2,"m") --ron
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 Click to expand... Try: =DATEDIF(A1,A2,"m") --ron
J John C Nov 6, 2008 #6 my bad, sorry, I am so used to typing "ym" that i was on autopilot. See the other 2 posts for corrections
my bad, sorry, I am so used to typing "ym" that i was on autopilot. See the other 2 posts for corrections