G geert.van.ransbeeck Dec 9, 2008 #1 I have 2 dates (type dd/mm/xxxx) and I want know the exact number of months between them. Can anybody help?
I have 2 dates (type dd/mm/xxxx) and I want know the exact number of months between them. Can anybody help?
R Ron Rosenfeld Dec 9, 2008 #2 I have 2 dates (type dd/mm/xxxx) and I want know the exact number of months between them. Can anybody help? Click to expand... =DATEDIF(Date1,Date2,"m") Date 1 needs to be your earlier Date. See documentation for this function at: http://www.cpearson.com/excel/datedif.aspx It is present in most versions of Excel, but only documented within Excel in v 2000 (I think). --ron
I have 2 dates (type dd/mm/xxxx) and I want know the exact number of months between them. Can anybody help? Click to expand... =DATEDIF(Date1,Date2,"m") Date 1 needs to be your earlier Date. See documentation for this function at: http://www.cpearson.com/excel/datedif.aspx It is present in most versions of Excel, but only documented within Excel in v 2000 (I think). --ron
J Jarek Kujawa Dec 9, 2008 #3 parse this group for posts re DATEDIF function or look it up in yr Help
P Pete_UK Dec 9, 2008 #5 What does "exact" number of months mean? You can use DATEDIF, which is described here: http://www.cpearson.com/excel/datedif.aspx Hope this helps. Pee
What does "exact" number of months mean? You can use DATEDIF, which is described here: http://www.cpearson.com/excel/datedif.aspx Hope this helps. Pee