PC Review


Reply
Thread Tools Rate Thread

How do I calculate the age of a person from their ID no.?

 
 
Tracey
Guest
Posts: n/a
 
      29th May 2009
I have a work sheet which provides the ID number of a person (the first 6
digits are the birth date of the person YYMMDD). Another column requests
age. How can I create a formula that will automatically calculate the age of
the person as at the current date?
 
Reply With Quote
 
 
 
 
Jacob Skaria
Guest
Posts: n/a
 
      29th May 2009
You can use the a formula...If yy is less that current year century is
considered as 20.If yy is greater than current year century is considered as
19..

With the ID in A1 try the below formula and feedback


=DATEDIF(DATE(IF(LEFT(A1,2)>TEXT(TODAY(),"YY"),"19"&LEFT(A1,2),"20" &
LEFT(A1,2)),MID(A1,3,2),MID(A1,5,2)),TODAY(),"y")

If this post helps click Yes
---------------
Jacob Skaria


"Tracey" wrote:

> I have a work sheet which provides the ID number of a person (the first 6
> digits are the birth date of the person YYMMDD). Another column requests
> age. How can I create a formula that will automatically calculate the age of
> the person as at the current date?

 
Reply With Quote
 
Ron Rosenfeld
Guest
Posts: n/a
 
      29th May 2009
On Fri, 29 May 2009 04:18:01 -0700, Tracey <(E-Mail Removed)>
wrote:

>I have a work sheet which provides the ID number of a person (the first 6
>digits are the birth date of the person YYMMDD). Another column requests
>age. How can I create a formula that will automatically calculate the age of
>the person as at the current date?


Ah, your question brings to mind the Year 2000 problem, which was due in part
to the custom of using only two digits to specify a year.

If no one was born in this century, then:

=DATEDIF(DATE(LEFT(A1,2),MID(A1,3,2),MID(A1,5,2)),TODAY(),"y")

But that may only be true for an unknown number of years, so you are going to
have to supply the possible age range for your persons in order to devise a
formula that will continue to work for the foreseeable future, or change your
ID's to use four digit years.
--ron
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to calculate the number of person littleskinny83@gmail.com Microsoft Access Queries 5 13th May 2008 02:30 AM
calculate a person's age in excel Wayne Microsoft Excel Worksheet Functions 1 30th Apr 2008 09:18 AM
How to calculate age of a person? =?Utf-8?B?R3Jk?= Microsoft Excel New Users 2 28th Aug 2007 11:50 PM
how do I calculate the age of a person =?Utf-8?B?Uw==?= Microsoft Excel Worksheet Functions 5 13th Mar 2007 08:11 PM
How do I calculate the age of a person? Doug Mc Microsoft Excel New Users 3 2nd May 2005 10:38 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:14 AM.