Hi,
I'm trying to get the first of the month that is four months after a specific date. 1/15/20 should return 5/1/20.
The date is in a column called Admit Date and I'm using the following formula:
=DATE(YEAR([Admit Date]@row), MONTH([Admit Date]@row + 120), 1)
However, when four months later is in 2021(Meaning, the admit date is in October or on..) the formula is not working!
Any suggestions?