How Many Months Formula

G

George

Can someone help me with the following:

I am trying to figure out a formula to calulate how many months it has been
between two dates, today's date and the date entered in cell C-2

Is that possible ?

Thanks - George
 
G

George

Checked out web site - looks like great information,
but all greek to me - need a novice approach.
 
D

Dave Peterson

I didn't mean that, but I should have!

I could have meant this, too:
=DATEDIF(C2,today(),"M")
 
Top