How do I calculate total of months that have passed?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to know how many months have passed since a certain date. There is a
start date and an end date. I want to calculate how many months are in that
period. For instance if the start date is 05-01-01 and the end date is
05-03-01 two months have passed.
 
Hi,

You can use =DATEDIF(A1,B1,"m")

where,
A1 = 05-01-01
B1 = 05-03-01
"m" = month ("d" for days, "y" for Years, "ym" for Months Excluding Year,
"yd" for Days Excluding Years and "md" for Days Excluding Months And Years)

Regards

Akhilesh Dalia
akhileshdalia<at>hotmail<dot>com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top