![]() |
Date Count
Hi all ...
I would like to know if Excel can count the number of Years and Months for a duration (E.g from 1 Jan 2005 to 1 Dec 2006). With a formula set, it gives you the answer as 1 Year 11 months. |
Date Count
=DATEDIF(A1,A2,"y") & " years, " & DATEDIF(A1,A2,"ym") & " months, " &
DATEDIF(A1,A2,"md") & " days" if the dates are in A1 and A2 -- Gary's Student gsnu200701 "SgMike" wrote: Hi all ... I would like to know if Excel can count the number of Years and Months for a duration (E.g from 1 Jan 2005 to 1 Dec 2006). With a formula set, it gives you the answer as 1 Year 11 months. |
All times are GMT +1. The time now is 03:10 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com