Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How To Filter Data in Excel
  • How to count table rows in Excel
  • Number and Text Filters Examples in Excel
  • How To Remove Duplicates In Excel Column Or Row?
  • How to Create Column Chart in Excel

References

  • How to retrieve first match between two ranges in Excel
  • How to get address of first cell in range in Excel
  • INDEX function: Description, Usage, Syntax, Examples and Explanation
  • Count unique text values with criteria
  • Find closest match in Excel

Data Validations

  • Excel Data validation allow uppercase only
  • Excel Data validation don’t exceed total
  • Prevent invalid data entering in specific cells
  • Excel Data validation unique values only
  • Excel Data validation must contain specific text

Calculate retirement date in Excel

by

If you need to calculate retirement date in Excel, then this tutorials is for you.

To calculate a retirement date based on a birth date, you can use the EDATE function. See example below;

Formula

=EDATE(A1,12*60)

Explanation

In the example shown, the formula in D6 is:

=EDATE(C6,12*60)

How this formula works

The EDATE function is fully automatic, and will return a date xx months in the future or past, when given a date and the number of months to traverse.

In this case, we want a date 60 years in the future, starting with a birthdate, so we can write a formula like this for the data in the example:

=EDATE(C6,12*60)

The date comes from the birth dates in column C. For months, we need the equivalent of 60 years in months. Since you probably don’t know how many months are in 60 years, a nice way to do this is to embed the math for that calculation directly in the formula:

12*60

Excel will resolve this to 720, then feed that into EDATE for months. Embedding calculations this way can can help make the assumptions and purpose of an argument clear.

Note: EDATE returns a date in Excel’s serial number format, so make sure you apply date formatting.

Remaining years

The formula used to get remaining years in column E is:

=YEARFRAC(TODAY(),D6)

You can use this same approach to calculate age from birthdate.

Just the year, thanks

What if you just want to know the year of retirement? In that case, you can format the date returned by EDATE with the custom number format “yyyy”, or, if you really want only the year, you can wrap the result in the YEAR function like this:

=YEAR(EDATE(A1,12*60))

Post navigation

Previous Post:

COSH function: Description, Usage, Syntax, Examples and Explanation

Next Post:

Excel Data validation require unique number

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • OR function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel TRUE Function
  • SWITCH function example in Excel
  • How to return blank in place of #DIV/0! error in Excel
  • How to use IFS function in Excel

Date Time

  • How to calculate future date say 6 months ahead in Excel
  • How to enter Today’s Date or Static Date and Time in Excel
  • Pad week numbers with zeros in Excel
  • Convert Excel time to decimal hours in Excel
  • How to calculate next scheduled event in Excel

Grouping

  • Categorize text with keywords in Excel
  • Group arbitrary text values in Excel
  • Running count group by n size in Excel
  • Map inputs to arbitrary values in Excel
  • Group numbers at uneven intervals in Excel

General

  • How to calculate percent sold in Excel
  • How to calculate percent of students absent in Excel
  • Hide and Unhide Columns or Rows in Excel
  • Basic text sort formula in Excel
  • How to set or clear a print area in Excel Worksheet
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning