Calculating normal retirement date
QUESTION: I'd like to calculate Normal Retirement Date -- which is the first of the month coincident with or next following age 65. Is there an easy way to do this?
ANSWER: Yes. Use Define Field by Expression to create a new field, e.g. NRD, with the expression:
#nextbegmth (BIRTHDATE #dateplus 65y)