J
JE McGimpsey
One way:
A1: <start date>
A2: <end date>
A3: =DATEDIF(A1,A2,"y") & " years, " & DATEDIF(A1,A2,"ym") & "
months"
See
http://cpearson.com/excel/datedif.htm
for more documentation on DATEDIF().
David Picken <David [email protected]> wrote:
A1: <start date>
A2: <end date>
A3: =DATEDIF(A1,A2,"y") & " years, " & DATEDIF(A1,A2,"ym") & "
months"
See
http://cpearson.com/excel/datedif.htm
for more documentation on DATEDIF().
David Picken <David [email protected]> wrote: