Hi, I have a date column and I want to generate a new date by adding 6 months to the date. I have used this formula-
=DATE(YEAR([Go Live Date in V2]@row), MONTH([Go Live Date in V2]@row) + 1, DAY([Go Live Date in V2]@row))
but its only working within the year but if the date comes under next year it gave me an error so can you help me with that thanks.