Hi everyone,
I am trying to add 3 months and 6 months on from a date that comes from another sheet.
=DATE(YEAR([Date (Hidden)]5), MONTH([Date (Hidden)]5) + 6, DAY([Date (Hidden)]5))
That is the formula I am using.
As long as it is in the same year this formula works but if the it goes into the next year the formula becomes an invalid value.
Any ideas on how I could let it change the year as well?
Thank you