Hi, I have a formula that adds 1, 2 or 3 years onto a date but the return date is going to the 1st of the month. Can someone please advise how to fix this so the date is exactly 1, 2 or 3 years later?
Formula I have used in Next Review Date column
=DATE(YEAR([Last Reviewed Date]@row) + [Review Frequency]@row, MONTH([Last Reviewed Date]@row, DAY([Last Reviewed Date]@row)))