Hi
i have a date in column a and a date in column b like this 01/10/2010 english way
how can i find out how many years between to dates also months
Hi
i have a date in column a and a date in column b like this 01/10/2010 english way
how can i find out how many years between to dates also months
Last edited by Sheepkin_Coat; 04-05-2011 at 07:32 AM.
Hi,
For Years: in C1
=YEAR(B1)-YEAR(A1)
for months: in D1
=MONTH(B1)-MONTH(A1)+C1*12
You may wish to adjust for boundary conditions if relevant.
Regards
Richard Buttrey
RIP - d. 06/10/2022
If any of the responses have helped then please consider rating them by clicking the small star iconbelow the post.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks