I want to add one month to a date I have existing already and leave the day number and year the same.
Lets say I have date (say cell B1) 7/1/2011 I want the next cell to be (c1) 8/1/2011, then 9/1/2011 and so on.
I need it to be a formula, so I can switch the amount of months. So if i want I can change the number to 10 and it will count every 10th month.
I tried using the date functon, but that did not work. I used c1=date(B$1,B$1+1,B$1), date being date(year,month,day).
Is there another function i could try or a creative way to tackle this problem?
Lets say I have date (say cell B1) 7/1/2011 I want the next cell to be (c1) 8/1/2011, then 9/1/2011 and so on.
I need it to be a formula, so I can switch the amount of months. So if i want I can change the number to 10 and it will count every 10th month.
I tried using the date functon, but that did not work. I used c1=date(B$1,B$1+1,B$1), date being date(year,month,day).
Is there another function i could try or a creative way to tackle this problem?