Hi,
I need to compute age/years of experience etc of our associates. The results
have to be in completed years and completed months till date or as on a
particular date.
The first column has the name, the next the date of birth in date format and
the next should be the answer of age or years of experience in completed
years and months.
I normally use= today() minus cell containing the date of birth or date of
joining. This gives results in fractions which may not be intelligible to a
reader.
Can anybody help?
regards
krishna
Pete_UK - 23 May 2008 09:18 GMT
Try with the DATEDIF function. Chip Pearson explains how to use it
here:
http://www.cpearson.com/excel/datedif.aspx
Hope this helps.
Pete
On May 23, 8:40 am, Sai Krishna <SaiKris...@discussions.microsoft.com>
wrote:
> Hi,
>
[quoted text clipped - 14 lines]
> regards
> krishna
MissV - 23 May 2008 15:57 GMT
i found the DATEDIF function earlier on Petes recommendation, has some very
useful date calculation examples, really good.
> Try with the DATEDIF function. Chip Pearson explains how to use it
> here:
[quoted text clipped - 25 lines]
> > regards
> > krishna
Mike H - 23 May 2008 09:22 GMT
Maybe,
With Date of Birth in B2 try this and drag down
=DATEDIF(B2,TODAY(),"y")& " Years" & DATEDIF(B2,TODAY(),"ym") & " Months"
Mike
> Hi,
>
[quoted text clipped - 14 lines]
> regards
> krishna
Sai Krishna - 23 May 2008 10:46 GMT
Thanks, this helped.
regards
krishna
> Maybe,
>
[quoted text clipped - 22 lines]
> > regards
> > krishna
Stefi - 23 May 2008 09:22 GMT
What about
=YEAR(TODAY())-YEAR(B2)
where B2 contains the date of birth.
Regards,
Stefi
„Sai Krishna” ezt írta:
> Hi,
>
[quoted text clipped - 14 lines]
> regards
> krishna
Sai Krishna - 23 May 2008 10:47 GMT
This is useful. But it rounds off.
regards
krishna
> What about
> =YEAR(TODAY())-YEAR(B2)
[quoted text clipped - 23 lines]
> > regards
> > krishna
David Biddulph - 24 May 2008 20:34 GMT
What age does that given for someone born in December 2000, Stefi ?
--
David Biddulph
> What about
> =YEAR(TODAY())-YEAR(B2)
[quoted text clipped - 27 lines]
>> regards
>> krishna