Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Calculating present age if date of birth is given.

Hi,

how we can calculate present age if date of birth is given say for eg:
21/2/1983

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 221
Default Calculating present age if date of birth is given.

G'day Harsh

Assume

A1 = Birthdate = 06-Mar-1960 Format as Date
B1 = Now() = 25-Jul-2008 Format as Date
C1 = (B1-A1)/365 = 48yo Format as Number

HTH
Mark.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Calculating present age if date of birth is given.

That would be fine if all years were 365 days, Mark.
For a value of 30 Jul 1960 in A1, that returns 48 years and a bit besides.

Try =DATEDIF(A1,B1,"y") or =DATEDIF(A1,TODAY(),"y")
--
David Biddulph

"NoodNutt" wrote in message
...
G'day Harsh

Assume

A1 = Birthdate = 06-Mar-1960 Format as Date
B1 = Now() = 25-Jul-2008 Format as Date
C1 = (B1-A1)/365 = 48yo Format as Number

HTH
Mark.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Calculating present age if date of birth is given.

Try

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

Where A1 is the date of birth

Mike

"harsh_njoy" wrote:

Hi,

how we can calculate present age if date of birth is given say for eg:
21/2/1983

Thanks

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 104
Default Calculating present age if date of birth is given.

Assuming that A1 contains the birthday:
=DATEDIF(A1,NOW(),"y")

For more information on DATEDIF have a look at your *very* old Excel
documentation (yes, Excel once came with printed handbooks) or look
hehttp://www.cpearson.com/excel/datedif.aspx

Cheers,

Joerg Lefeber



"harsh_njoy" wrote in message
...
Hi,

how we can calculate present age if date of birth is given say for eg:
21/2/1983

Thanks





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
Birth date from age JP6262AMY Excel Worksheet Functions 2 March 10th 08 06:30 PM
calculating month of present date anu_manu Excel Discussion (Misc queries) 5 February 24th 06 07:04 PM
formula to calculate age using birth date and current date lalah Excel Worksheet Functions 2 November 20th 05 10:51 PM
calculating age by birth date using excel terryalleyne Excel Worksheet Functions 2 December 30th 04 08:03 PM
calculating the future value of a present value se Excel Worksheet Functions 2 December 8th 04 03:42 PM


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

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"