Date Calculation

Anonymous
2025-01-07T14:55:49+00:00

If an Application Approved Date is in A2 and a person's Birthdate is in B2, How can I have C3 auto calculate 5 years from the application date on the subsequent birthday?

Application Date Birthdate Expiration Date
12/15/2024 10/9/1969
Microsoft 365 and Office | Excel | For business | Android

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes
Accepted answer
  1. Anonymous
    2025-01-07T15:56:21+00:00

    =IF(DATE(YEAR(A2),MONTH(B2),DAY(B2))<A2,DATE(YEAR(A2)+6,MONTH(B2),DAY(B2)),DATE(YEAR(A2)+5,MONTH(B2),DAY(B2)))

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful