Can anyone help me create a list of dates that increase by one month, but have the same date? I tried the following: =DATE(YEAR(G1),MONTH(G1)+1,DAY(G1)). However if my beginning date at G1 was the 31st of the month, then the result for February becomes March 3d.