#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Age Calculation

What is the best way to calculate age as of a certain date (as in age of a
person as of 12/31/2006)?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 252
Default Age Calculation

=DATEDIF(DATE(2000,12,25),DATE(2006,12,31),"Y")


"Joan V" wrote:

What is the best way to calculate age as of a certain date (as in age of a
person as of 12/31/2006)?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 94
Default Age Calculation


Joan V wrote:
What is the best way to calculate age as of a certain date (as in age of a
person as of 12/31/2006)?


Hi John,

I think that one way would be to use this:

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

Where the date of birth is in A1 and the date is in A2

Regards,
Bondi

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Age Calculation

I think that will work. Thanks!

"Bondi" wrote:


Joan V wrote:
What is the best way to calculate age as of a certain date (as in age of a
person as of 12/31/2006)?


Hi John,

I think that one way would be to use this:

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

Where the date of birth is in A1 and the date is in A2

Regards,
Bondi


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
Calculation speed issue Steve M Excel Discussion (Misc queries) 4 January 14th 06 02:18 AM
MOREFUNC.XLL - RECALL() to trigger once only calculation? rhay999 Excel Discussion (Misc queries) 0 October 16th 05 06:01 PM
Calculation Setting in Excel Stuart Bisset Excel Discussion (Misc queries) 0 June 17th 05 09:54 AM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 10:11 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 09:36 PM


All times are GMT +1. The time now is 07:12 AM.

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

About Us

"It's about Microsoft Excel"