I need to get 1 year from the current year.
For example, if date = 9/9/08 then 1 year more would be 9/9/09.
I want to know the best way to get this. I can use the YEAR function and strip out the year and then add 1 year and then recreate the new date but looking for something simpler.
Thanks
For example, if date = 9/9/08 then 1 year more would be 9/9/09.
I want to know the best way to get this. I can use the YEAR function and strip out the year and then add 1 year and then recreate the new date but looking for something simpler.
Thanks