I have months, Jan 2017, Feb 2017, Mar 2017 in a row. For the fourth entry, for Apr 2017, I am using the following formula
=DATE(YEAR(K9),MONTH(K9)+1,DAY(K9))
Where K9 is the cell reference for Mar 2017.
My problem comes in when I insert a column between the cells for Mar 2017 and Apr 2017. The formula continues to point to cell K9, but I want it to know point to cell L9, which is the newly created cell.
The reason for this is because I will manually type in Apr 2017 into the newly created cell, and I want my formula to now display, "May 2017"
How can I make my formula be dynamic?
Thanks