G Guest Jul 14, 2006 #1 I would like to enter "July" in an unprotected cell and have the cells below automatically generate August, September, October, etc .
I would like to enter "July" in an unprotected cell and have the cells below automatically generate August, September, October, etc .
B Bill Ridgeway Jul 14, 2006 #2 Assuming the input cell is B5 =DATE(YEAR(B5),MONTH(B5)+1,DAY(B5)) The input cell (as with others) will need to be formatted as mmm and the date input as 1/7 Regards. Bill Ridgeway Computer Solutions
Assuming the input cell is B5 =DATE(YEAR(B5),MONTH(B5)+1,DAY(B5)) The input cell (as with others) will need to be formatted as mmm and the date input as 1/7 Regards. Bill Ridgeway Computer Solutions