Which formula should I use to return years and months between two dates. 4/1/05 7/30/25
Apr 11th 2007 #1 Which formula should I use to return years and months between two dates.4/1/05 7/30/25
Apr 11th 2007 #2 Re: Years & Months Between Two DatesI think you'll find what you need right here.
Apr 12th 2007 #3 Re: Years & Months Between Two DatesAssumingA1 1/04/2005B1 30/06/2005Copy the formula below in C1=DATEDIF(A1,B1,"Y")&" Years, "&DATEDIF(A1,B1,"YM")&" Months"Biz: D