Formula to count no. of months between 2 dates

M

Melissa

What is the formula to display the number of months between 2 dates?

Thanks,
Melissa
 
M

Melissa

I forgot to mention I am using Excel 2000.
I used this formula: dateif(A3,A2,"m") and got a #NAME? result.
My dates are all in column A (in ascending order).
 
D

David Biddulph

There is no function DATEIF, so that is why you got the #NAME? result.
Try DATEDIF.
 
Top