I, for one, have absolutely no desire to retire
anytime soon, since I enjoy teaching, blogging, and instructional design too
much to give it up (besides, I look like I’m only in my 40s, Ha!).
If you have worked with Excel for some time, you
know that it can be a bit quirky when it comes to handling dates. Today, however, we will look at a couple of
truly elegant ways of calculating your retirement date based on the Retirement Age you choose and on
your Date of Birth.
In our first example, we’ll assume that the person’s birth date is in cell A2 and retirement age is 66. In cell A3 create a formula as follows:
In our first example, we’ll assume that the person’s birth date is in cell A2 and retirement age is 66. In cell A3 create a formula as follows:
=DATE(YEAR(A2)+66,MONTH(A2),DAY(A2))
Another, even shorter, formula that you can use is the following (please note that you will need to format your cell as a date after using these formulas):
=EDATE(A2,66*12)
No comments:
Post a Comment