=DATEDIF(A1,B1,"y") & " years, " & DATEDIF(A1,B1,"ym") & " months, " &
DATEDIF(A1,B1,"md") & " days"

Signature
Gary''s Student - gsnu200737
> Hi,
>
[quoted text clipped - 4 lines]
> Thank you,
> Sajan
Saz - 15 Aug 2007 21:18 GMT
Thank you Gary....that works perfect.
On Aug 15, 2:56 pm, Gary''s Student
<GarysStud...@discussions.microsoft.com> wrote:
> =DATEDIF(A1,B1,"y") & " years, " & DATEDIF(A1,B1,"ym") & " months, " &
> DATEDIF(A1,B1,"md") & " days"
[quoted text clipped - 12 lines]
>
> - Show quoted text -
NURU - 24 Aug 2007 13:16 GMT
Beautiful! However, I could not see the function(s) you used in the Excel
(2003) function List to enable me get more information. Is it DATE and DIF,
or DATED and IF, or am I on the wrong lane?
Nuru
> =DATEDIF(A1,B1,"y") & " years, " & DATEDIF(A1,B1,"ym") & " months, " &
> DATEDIF(A1,B1,"md") & " days"
[quoted text clipped - 7 lines]
> > Thank you,
> > Sajan
Dave Peterson - 24 Aug 2007 13:52 GMT
Oddly, =datedif() only appears in xl2k's help.
Chip Pearson has some very nice notes:
http://www.cpearson.com/excel/datedif.htm
(Short for date-difference, I bet.)
> Beautiful! However, I could not see the function(s) you used in the Excel
> (2003) function List to enable me get more information. Is it DATE and DIF,
[quoted text clipped - 16 lines]
> > > Thank you,
> > > Sajan

Signature
Dave Peterson
NURU - 24 Aug 2007 15:24 GMT
Thanks!!!
Nuru
> Oddly, =datedif() only appears in xl2k's help.
>
[quoted text clipped - 23 lines]
> > > > Thank you,
> > > > Sajan