Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Being a football coach I want to figure out how old a child is AS OF AUG 1 OF
THIS YEAR. I have the childrens' birthdates, so what is the formula to give me their ages AS OF Aug 1, 2007? Thank you. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can use either one of these formulas. The date of birth is in A1
=INT(YEARFRAC(TODAY(),A1,1)) - Requires the Analysis ToolPac add-in in versions prior to Excel 2007. =DATEDIF(A1,TODAY(),"Y") Does not need the Analysis ToolPac "tjsmags" wrote in message ... Being a football coach I want to figure out how old a child is AS OF AUG 1 OF THIS YEAR. I have the childrens' birthdates, so what is the formula to give me their ages AS OF Aug 1, 2007? Thank you. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
To calculate the age as of 8/1/2007, replace the TODAY() function in the
formulas I sent with: "8/1/2007". Note the date must be in quotes. "Dave Thomas" wrote in message . net... You can use either one of these formulas. The date of birth is in A1 =INT(YEARFRAC(TODAY(),A1,1)) - Requires the Analysis ToolPac add-in in versions prior to Excel 2007. =DATEDIF(A1,TODAY(),"Y") Does not need the Analysis ToolPac "tjsmags" wrote in message ... Being a football coach I want to figure out how old a child is AS OF AUG 1 OF THIS YEAR. I have the childrens' birthdates, so what is the formula to give me their ages AS OF Aug 1, 2007? Thank you. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm confused...I thought you said A1 should be 8/1/07...so where do I put the
child's birthdate to find out how old they'll be on 8/1/07? "Dave Thomas" wrote: To calculate the age as of 8/1/2007, replace the TODAY() function in the formulas I sent with: "8/1/2007". Note the date must be in quotes. "Dave Thomas" wrote in message . net... You can use either one of these formulas. The date of birth is in A1 =INT(YEARFRAC(TODAY(),A1,1)) - Requires the Analysis ToolPac add-in in versions prior to Excel 2007. =DATEDIF(A1,TODAY(),"Y") Does not need the Analysis ToolPac "tjsmags" wrote in message ... Being a football coach I want to figure out how old a child is AS OF AUG 1 OF THIS YEAR. I have the childrens' birthdates, so what is the formula to give me their ages AS OF Aug 1, 2007? Thank you. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The date of birth is in A1
"tjsmags" wrote in message ... I'm confused...I thought you said A1 should be 8/1/07...so where do I put the child's birthdate to find out how old they'll be on 8/1/07? "Dave Thomas" wrote: To calculate the age as of 8/1/2007, replace the TODAY() function in the formulas I sent with: "8/1/2007". Note the date must be in quotes. "Dave Thomas" wrote in message . net... You can use either one of these formulas. The date of birth is in A1 =INT(YEARFRAC(TODAY(),A1,1)) - Requires the Analysis ToolPac add-in in versions prior to Excel 2007. =DATEDIF(A1,TODAY(),"Y") Does not need the Analysis ToolPac "tjsmags" wrote in message ... Being a football coach I want to figure out how old a child is AS OF AUG 1 OF THIS YEAR. I have the childrens' birthdates, so what is the formula to give me their ages AS OF Aug 1, 2007? Thank you. |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I said to replace the TODAY() function in the formulas with "8/1/2007".
Using TODAY() calculates the age as of today. So replacing TODAY() with "8/1/2007" the formulas become: =INT(YEARFRAC("8/1/2007",A1,1)) - Requires the Analysis ToolPac add-in in versions prior to Excel 2007. =DATEDIF(A1,"8/1/2007","Y") Does not need the Analysis ToolPac "tjsmags" wrote in message ... I'm confused...I thought you said A1 should be 8/1/07...so where do I put the child's birthdate to find out how old they'll be on 8/1/07? "Dave Thomas" wrote: To calculate the age as of 8/1/2007, replace the TODAY() function in the formulas I sent with: "8/1/2007". Note the date must be in quotes. "Dave Thomas" wrote in message . net... You can use either one of these formulas. The date of birth is in A1 =INT(YEARFRAC(TODAY(),A1,1)) - Requires the Analysis ToolPac add-in in versions prior to Excel 2007. =DATEDIF(A1,TODAY(),"Y") Does not need the Analysis ToolPac "tjsmags" wrote in message ... Being a football coach I want to figure out how old a child is AS OF AUG 1 OF THIS YEAR. I have the childrens' birthdates, so what is the formula to give me their ages AS OF Aug 1, 2007? Thank you. |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"tjsmags" wrote...
Being a football coach I want to figure out how old a child is AS OF AUG 1 OF THIS YEAR. I have the childrens' birthdates, so what is the formula to give me their ages AS OF Aug 1, 2007? Pro or college coaches wouldn't need this, so you seem to be a high school coach. Don't you have enough fingers & toes? Seriously, =DATEDIF(DateOfBirth,"8/1/2007","Y") |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can anyone figure a formula for this?? Please? | Excel Worksheet Functions | |||
Formula to figure bonus | Excel Worksheet Functions | |||
Cant figure out formula? | Excel Worksheet Functions | |||
Help me I've forgotten the formula and I can't figure it out | Excel Worksheet Functions | |||
I can't figure out this formula | Excel Discussion (Misc queries) |