![]() |
Populate 120 cell column with successive months entering only firs
I have a column of 120 cells I want to populate with successive months
repeating, of course, 10 times. The start month can be any month of the year. I want to be able to enter only the start month and the rest of the column will populate automatically with successive months. |
in A1 enter the start date
in a2 enter =DATE(YEAR(a1),MONTH(a1)+1,1) copy a2 to a3 down to a120 "2ndchinv" wrote: I have a column of 120 cells I want to populate with successive months repeating, of course, 10 times. The start month can be any month of the year. I want to be able to enter only the start month and the rest of the column will populate automatically with successive months. |
or
in A1 enter the start date In a2 =EOMONTH(a1,1) Format cells as mmmm to see just the month "LanceB" wrote: in A1 enter the start date in a2 enter =DATE(YEAR(a1),MONTH(a1)+1,1) copy a2 to a3 down to a120 "2ndchinv" wrote: I have a column of 120 cells I want to populate with successive months repeating, of course, 10 times. The start month can be any month of the year. I want to be able to enter only the start month and the rest of the column will populate automatically with successive months. |
LanceB, your second suggestion below worked like a champ. Thanks.
"LanceB" wrote: or in A1 enter the start date In a2 =EOMONTH(a1,1) Format cells as mmmm to see just the month "LanceB" wrote: in A1 enter the start date in a2 enter =DATE(YEAR(a1),MONTH(a1)+1,1) copy a2 to a3 down to a120 "2ndchinv" wrote: I have a column of 120 cells I want to populate with successive months repeating, of course, 10 times. The start month can be any month of the year. I want to be able to enter only the start month and the rest of the column will populate automatically with successive months. |
All times are GMT +1. The time now is 01:11 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com