Evernight2021
New Member
- Joined
- Dec 28, 2018
- Messages
- 10
I have a column that contains mostly dates (and some column headers and blank spaces) in MM/DD/YYYY format. I want to automatically increment the year for all of the dates in this column.
I know that the following code increments the year of one cell:
However, how do I check the entire column, pick out just the dates and apply that formula to them?
I know that the following code increments the year of one cell:
Code:
[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]=DATE(YEAR(A1)+1,MONTH(A1),DAY(A1))[/FONT]
However, how do I check the entire column, pick out just the dates and apply that formula to them?