Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Might seem obvious but I can't find an answer in Excel Help. I am trying to
calculate age in years, months and days by subtracting cell containing date of birth from cell containing today function. Using 2007. Many thanks. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
See Calculating Age near the bottom of:
-- Gary''s Student - gsnu201001 "Polly" wrote: Might seem obvious but I can't find an answer in Excel Help. I am trying to calculate age in years, months and days by subtracting cell containing date of birth from cell containing today function. Using 2007. Many thanks. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Polly wrote:
Might seem obvious but I can't find an answer in Excel Help. I am trying to calculate age in years, months and days by subtracting cell containing date of birth from cell containing today function. Using 2007. Many thanks. http://www.cpearson.com/Excel/datedif.aspx |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Many thanks - I now know how old I am!
"Glenn" wrote: Polly wrote: Might seem obvious but I can't find an answer in Excel Help. I am trying to calculate age in years, months and days by subtracting cell containing date of birth from cell containing today function. Using 2007. Many thanks. http://www.cpearson.com/Excel/datedif.aspx . |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
See calculating age near the bottom of:
http://www.cpearson.com/excel/datedif.aspx -- Gary''s Student - gsnu201001 "Polly" wrote: Might seem obvious but I can't find an answer in Excel Help. I am trying to calculate age in years, months and days by subtracting cell containing date of birth from cell containing today function. Using 2007. Many thanks. |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Brilliant, thanks. But why is it so difficult to find? "Gary''s Student" wrote: See calculating age near the bottom of: http://www.cpearson.com/excel/datedif.aspx -- Gary''s Student - gsnu201001 "Polly" wrote: Might seem obvious but I can't find an answer in Excel Help. I am trying to calculate age in years, months and days by subtracting cell containing date of birth from cell containing today function. Using 2007. Many thanks. |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I assume you have today() formula in D5 and entered the new date in E5 =DATEDIF(D5,E5,"y")&" years "&DATEDIF(D5,E5,"ym")&" months "&DATEDIF(D5,E5,"md")&" days" "Polly" wrote: Might seem obvious but I can't find an answer in Excel Help. I am trying to calculate age in years, months and days by subtracting cell containing date of birth from cell containing today function. Using 2007. Many thanks. |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Many thanks, it works.
"Eduardo" wrote: Hi, I assume you have today() formula in D5 and entered the new date in E5 =DATEDIF(D5,E5,"y")&" years "&DATEDIF(D5,E5,"ym")&" months "&DATEDIF(D5,E5,"md")&" days" "Polly" wrote: Might seem obvious but I can't find an answer in Excel Help. I am trying to calculate age in years, months and days by subtracting cell containing date of birth from cell containing today function. Using 2007. Many thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CALCULATE THE ACTUAL AGE IN TERMS OF YEARS, MONTHS AND DAYS | Excel Worksheet Functions | |||
HOW DO I CALCULATE THE YEARS MONTHS AND DAYS BETWEEN SEVERAL DATE | Excel Discussion (Misc queries) | |||
how do i calculate age in term of years, months, days | Excel Worksheet Functions | |||
how do i calculate age in term of years, months, days | Excel Worksheet Functions | |||
Function to calculate the number of years, months and days between | Excel Worksheet Functions |