Skip to main content

How to calculate retirement date from date of birth in Excel?

Supposing, an employee will be retired at age of 60, how could you calculate the retirement date from the date of birth in Excel?

Calculate retirement date from date of birth with formula

Calculate retirement date and remaining year from date of birth with formulas

Calculate retirement date from date of birth with a handy feature


Calculate retirement date from date of birth with formula

For example, I have a list of persons’ birth date, if their retirement age is 60, the following formula can help you to calculate their retirement date, please do as this:

1. Enter the below formula into a blank cell adjacent to your data range, C2, for instance, then drag the fill handle down to the cells that you want to apply this formula, and five-digit numbers are displayed as following screenshot shown:

=IF(DAY(E2)=1,DATE(YEAR(E2)+60,MONTH(E2),0),DATE(YEAR(E2)+60,MONTH(E2)+1,0))

2. And then, you should convert these numbers to date format, select the numbers, and choose Short Date from the General drop down list under Home tab, and all numbers have been converted to normal date format, see screenshot:

Notes:

1. This formula can calculate a person’s retirement date which on the last day of the month he completes 60 years, it means, if born on 5/10/1976 will retire on 5/31/2036.

2. In the above formula, E2 is the birth date cell you are used, and 60 is the retirement age the person will be retired, you can change them to your need.


Calculate retirement date and remaining year from date of birth with formulas

Sometimes, you may want to calculate the retirement date which on the exact day of birth date after 60 years from the birth date, for example, if the person is born 5/18/1980, the exact retirement date will be 5/18/2040. For dealing with this task, the EDATE function can do you a favor.

1. Please apply the below simple formula into a blank cell where you want to put the result, and then drag the fill handle down to fill this formula to other cells, see screenshot:

=EDATE(B2,12*60)
Note: In the above formula, B2 is the cell contains the birth date you want to calculate the retirement date based on, and 60 is the retirement age.

2. Then, you should format the results as date format, select the numbers, and choose Short Date from the General drop down list under Home tab, and all numbers have been converted to normal date format, see screenshot:

3. If you want to calculate the remaining years before the retirement date, please apply the below formula, and then drag the fill handle down to fill this formula to other cells, see screenshot:

=YEARFRAC(TODAY(),C2)
Note: In the above formula, C2 is the retirement date you have calculated.

Tips: If you want to just keep the integer part of the remaining year, please use this formula: =INT(YEARFRAC(TODAY(),C2)).


Calculate retirement date from date of birth with a handy feature

If you have Kutools for Excel, with it Add years to date feature, you can also calculate the retirement date which on the exact day of birth date after 60 years from the birth date with ease.

Note:To apply this Add years to date, firstly, you should download the Kutools for Excel, and then apply the feature quickly and easily.

After installing Kutools for Excel, please do as this:

1. Click a cell where you want to locate the result. And then click Kutools > Formula Helper > Formula Helper, see screenshot:

2. In the Formula Helper dialog box, please do the following operations:

  • Select Date option from the Formula Type drop down list;
  • Then choose Add years to date from the Choose a formula list box;
  • In the right Arguments input section, select a list of cells that you want to calculate the retirement date based on from the Date time text box, and then type the retirement age into the Number box.

3. And then click Ok button, and you will get the result , then drag the fill handle down to the cells to calculate the retirement dates as below screenshot shown:

Note: With this feature, you can calculate the retirement date which on exact day of the birth date, say if born on 5/10/1976 will retire on 5/10/2036.

Download and free trial Kutools for Excel Now !


More relative articles:

  • Calculate The Length Of Service From Hire Date
  • If you have a range of data including employee names and their date of joining your company in a worksheet, now, you may want to calculate their length of service, it means to get how many years and months an employee has worked for your company.
  • Get Or Calculate Age From Birth Date
  • If you have a list of the employee's date of birth in Excel worksheet, now, you want to calculate the age for each of them. In Excel, there are some useful functions, such as YEARFRAC or DATEDIF which can help you to get the age from the birthday quickly and easily.
  • Calculate Age From ID Number
  • Supposing, you have a list of ID numbers which contain 13 digit numbers, and the first 6 numbers is the birth date. For example, the ID number 9808020181286 means the birth date is 1998/08/02. How could you get the age from ID number as following screenshot shown quickly in Excel?

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...

Description


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
Comments (13)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Einen Artikel aus dem englischen einfach maschinell ins deutsche übersetzen zu lassen und dann unkontrolliert zu veröffentlichen, ist nicht sehr zielführend bei solch einer gegebenen Themenlage.

So wird aus der gegebenen Formel
=IF(DAY(E2)=1,DATE(YEAR(E2)+60,MONTH(E2),0),DATE(YEAR(E2)+60,MONTH(E2)+1,0))

im deutschen Excel
=WENN(TAG(B2)=1;DATUM(JAHR(B2)+67;MONAT(B2);0);DATUM(JAHR(B2)+67;MONAT(B2y)+1;0))

Andere Befehle, Keywords und Trennzeichen.
This comment was minimized by the moderator on the site
تحية طيبة
اعتقد هناك خطأ في الحساب لان المعادلة الاولى تحسب تاريخ وصول الموظف الى سن الستين
في حين القانون ينص على اكماله سن الستين وليس وصوله سن الستين
فالشخص المولود سنة 1960 سيصل الى سن الستين في يوم ميلاده عام 2020 لكنه سيكمل سن الستين في يوم ميلاده عام 2021

وبالامكان التاكد من اعلاه عن طريق حساب العمر بواسطة تطبيق الحاسبة الموجودة في الموبايلات الحديثة
This comment was minimized by the moderator on the site
Hello friend,

Thanks for your comment. I guess different countries have different laws regarding the retirement age. If your country requires the completion of the age of 60, then you should change 60 to 61 in the formula. Have a nice day.

Sincerely,
Mandy
This comment was minimized by the moderator on the site
Retire at age 56 11/29/1964
This comment was minimized by the moderator on the site
retire at age 56
This comment was minimized by the moderator on the site
Date of birth is 1.1.1967. What will be the retirement age
This comment was minimized by the moderator on the site
It is very easy to understand and useful , Thank you
This comment was minimized by the moderator on the site
Very Useful.
This comment was minimized by the moderator on the site
Can anyone help me on the formula using COUNTIF to calculate the total number of employees who retire before 01/04/2018
This comment was minimized by the moderator on the site
if my date of birth is 10/10/1988 and retirement age is 60. how will be the formula of this in excel,please help.
This comment was minimized by the moderator on the site
Simply add 1998 with 60 you will get 2048
That means ur rt date is 10/10/2048
Eg your d. O. B =10/10/1988
+ 0 /0/ 60
= 10/10/2048
Created myself . Aasim
This comment was minimized by the moderator on the site
add 1998 with 60 becomes 2058. The above calculation is wrong
This comment was minimized by the moderator on the site
if date of birth cell is blank or any text than how would you solve this condition while calculating date of retirement.
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations