Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to be able to determine full retirement age, based on Year of Birth,
from the Social Security tables - I've actually figured out how to get and accurate YY MM (in custom formatting), by subtracting date of birth from date of retirement. - But when I try to use the Year of Birth, by formatting the DOB into YYYY, I cannot use that figure in other calculations, because it has been converted to the Excel serial number. Any thoughts? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=Year(A1) will give you the year of the date in A1
"Dan Cotts" wrote: I need to be able to determine full retirement age, based on Year of Birth, from the Social Security tables - I've actually figured out how to get and accurate YY MM (in custom formatting), by subtracting date of birth from date of retirement. - But when I try to use the Year of Birth, by formatting the DOB into YYYY, I cannot use that figure in other calculations, because it has been converted to the Excel serial number. Any thoughts? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can get the year with the formula =year(A1) assuming the date of birth is
in cell a1. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you have a date in A2, and you want to convert that to a year, the
formula is =YEAR(A2). format the result as number or general, and not as a date. -- David Biddulph "Dan Cotts" wrote in message ... I need to be able to determine full retirement age, based on Year of Birth, from the Social Security tables - I've actually figured out how to get and accurate YY MM (in custom formatting), by subtracting date of birth from date of retirement. - But when I try to use the Year of Birth, by formatting the DOB into YYYY, I cannot use that figure in other calculations, because it has been converted to the Excel serial number. Any thoughts? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
thanks!! you all RULE!!
"TomPl" wrote: You can get the year with the formula =year(A1) assuming the date of birth is in cell a1. |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() "David Biddulph" wrote: If you have a date in A2, and you want to convert that to a year, the formula is =YEAR(A2). format the result as number or general, and not as a date. -- David Biddulph "Dan Cotts" wrote in message ... I need to be able to determine full retirement age, based on Year of Birth, from the Social Security tables - I've actually figured out how to get and accurate YY MM (in custom formatting), by subtracting date of birth from date of retirement. - But when I try to use the Year of Birth, by formatting the DOB into YYYY, I cannot use that figure in other calculations, because it has been converted to the Excel serial number. Any thoughts? |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
And your question was ...?
-- David Biddulph "margoalicia" wrote in message ... "David Biddulph" wrote: If you have a date in A2, and you want to convert that to a year, the formula is =YEAR(A2). format the result as number or general, and not as a date. -- David Biddulph "Dan Cotts" wrote in message ... I need to be able to determine full retirement age, based on Year of Birth, from the Social Security tables - I've actually figured out how to get and accurate YY MM (in custom formatting), by subtracting date of birth from date of retirement. - But when I try to use the Year of Birth, by formatting the DOB into YYYY, I cannot use that figure in other calculations, because it has been converted to the Excel serial number. Any thoughts? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
360-day Year Based Payment & Amortization Calculations? | Excel Worksheet Functions | |||
Rolling year calculations | Excel Discussion (Misc queries) | |||
Combination Graph with current year and prior year sales | Charts and Charting in Excel | |||
bar graph showing year of birth and death of several people | Charts and Charting in Excel | |||
Setting up "Year to Date" Calculations in a Pivot Table | Excel Worksheet Functions |