Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
shan
 
Posts: n/a
Default how do i calculate age in term of years, months, days

how do i calculate age in term of years, months, days
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default how do i calculate age in term of years, months, days

Hi!

Try this:

A1 = birthdate
B1 = =NOW()

Formula for the age:

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

Will return something like:

29 years, 10 months, 11 days

Biff

"shan" wrote in message
...
how do i calculate age in term of years, months, days



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
shan
 
Posts: n/a
Default how do i calculate age in term of years, months, days

Hi Biff
Thank u, it works
SHAN

"Biff" wrote:

Hi!

Try this:

A1 = birthdate
B1 = =NOW()

Formula for the age:

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

Will return something like:

29 years, 10 months, 11 days

Biff

"shan" wrote in message
...
how do i calculate age in term of years, months, days




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default how do i calculate age in term of years, months, days

You're welcome. Thanks for the feedback!

Biff

"shan" wrote in message
...
Hi Biff
Thank u, it works
SHAN

"Biff" wrote:

Hi!

Try this:

A1 = birthdate
B1 = =NOW()

Formula for the age:

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

Will return something like:

29 years, 10 months, 11 days

Biff

"shan" wrote in message
...
how do i calculate age in term of years, months, days






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
how do I convert a number to number of years, months and days because Excel Worksheet Functions 2 October 12th 05 06:15 PM
Months or Years remaining, formatting James C Excel Discussion (Misc queries) 3 September 20th 05 10:38 PM
Formula that will represent years & months worked Pam Excel Discussion (Misc queries) 5 August 29th 05 11:20 PM
Calculate months and years Ned Ludd Excel Discussion (Misc queries) 5 December 10th 04 01:57 PM
How do I display months and years between two dates JSmith Excel Discussion (Misc queries) 1 November 30th 04 04:41 PM


All times are GMT +1. The time now is 01:50 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"