How to make a date formula work

ColdGeorge

Active Member
Joined
Aug 21, 2012
Messages
407
Office Version
  1. 2016
Platform
  1. Windows
Dear all

This is my problem:

A1 shows date when a person was born for instance 05/10/1990, I want to show automatically on B1 next anniversary date in this case would be 05/10/2021. How can I complete this formula =DATE(YEAR(A1)+?,MONTH(A1),DAY(A1)) to achieve my goal?

Thanks in advance for your help, ColdGeorge
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Try the below (format column B as a date format). Please note that my dates are in dd/mm/yyyy format.

Book2
AB
105/10/199005/10/2021
215/11/196915/11/2020
308/11/197208/11/2021
Sheet7
Cell Formulas
RangeFormula
B1:B3B1=EDATE(A1,(DATEDIF(A1,TODAY(),"y")+1)*12)
 
Upvote 0
Solution

Forum statistics

Threads
1,213,538
Messages
6,114,220
Members
448,554
Latest member
Gleisner2

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top