date subtraction

  • Thread starter geert.van.ransbeeck
  • Start date
G

geert.van.ransbeeck

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

I have 2 dates (type dd/mm/xxxx) and I want know the exact number of
months between them.
Can anybody help?


=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
 
Top