#1   Report Post  
malvis
 
Posts: n/a
Default Calculating Age

Is there a formula that can calculate age when given only Date of Birth?
  #2   Report Post  
Gary's Student
 
Posts: n/a
Default

Checkout:

http://www.cpearson.com/excel/datedif.htm
--
Gary's Student


"malvis" wrote:

Is there a formula that can calculate age when given only Date of Birth?

  #3   Report Post  
malvis
 
Posts: n/a
Default

Thank you Gary's Student.

From the site I found to get simple age:

=DATEDIF(A1,NOW(),"y")

"malvis" wrote:

Is there a formula that can calculate age when given only Date of Birth?

  #4   Report Post  
RamseyR
 
Posts: n/a
Default Calculating Age

I have found an easier way...
=2005-year(a1)

Granted if their DOB is in a month after today it will show how old they
will be this year.. but it's much easier.
--
Rebecca


"malvis" wrote:

Thank you Gary's Student.

From the site I found to get simple age:

=DATEDIF(A1,NOW(),"y")

"malvis" wrote:

Is there a formula that can calculate age when given only Date of Birth?

  #5   Report Post  
Fred Smith
 
Posts: n/a
Default Calculating Age

You're better off using:

=year(today())-year(a1)

This will work next year, whereas a hard-coded 2005 will not.

--
Regards,
Fred


"RamseyR" wrote in message
...
I have found an easier way...
=2005-year(a1)

Granted if their DOB is in a month after today it will show how old they
will be this year.. but it's much easier.
--
Rebecca


"malvis" wrote:

Thank you Gary's Student.

From the site I found to get simple age:

=DATEDIF(A1,NOW(),"y")

"malvis" wrote:

Is there a formula that can calculate age when given only Date of Birth?





  #6   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default Calculating Age

On Wed, 19 Oct 2005 22:43:42 -0600, "Fred Smith" wrote:

You're better off using:

=year(today())-year(a1)

This will work next year, whereas a hard-coded 2005 will not.


Both formulas make the (usually) erroneous assumption that a birthday is on
January 1.

This may be OK if that is what is desired, but that's rarely the case, except
for, I believe, horses.

Some school districts have a defined birthday, but the one's with which I am
familiar do not have it on Jan 1.


--ron
  #7   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default Calculating Age

On Wed, 19 Oct 2005 22:43:42 -0600, "Fred Smith" wrote:

You're better off using:

=year(today())-year(a1)

This will work next year, whereas a hard-coded 2005 will not.


Correction to my previous -- I think horse's birthdays being on 1 Jan only
applies to the northern hemisphere. I believe they are born on a different
date in the southern hemisphere (? 1 Aug or 1 Jul)


--ron
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formulas not calculating correctly MWickline Excel Discussion (Misc queries) 3 June 9th 05 04:10 PM
Calculating Profit and Loss in one column Dismal Excel Discussion (Misc queries) 0 June 7th 05 02:14 PM
Calculating recurring date in following month, calculating # days in that period Walterius Excel Worksheet Functions 6 June 4th 05 11:21 PM
calculating excel spreadsheet files for pensions and life insurance (including age calculation sheets) RICHARD Excel Worksheet Functions 1 March 15th 05 05:49 PM
AGE CALCULATING EXCEL SPREADSHEETS AND OTHERS! RICHARD Excel Discussion (Misc queries) 0 March 1st 05 01:53 PM


All times are GMT +1. The time now is 07:01 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"