auto populating months from a drop down

DarrenF

Board Regular
Joined
Jun 9, 2014
Messages
90
I have January - December in a drop down list that I've created. I have 6 cells below the drop down(representing 6 additional months) that I would like to have auto create when I select the Month from the drop down. Is there a formula that I can put into the cell below to add 1 month?

Example:

I select March in the drop down

April
May
June
July
August
September

April - September would auto populate.
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Not easily with the text. You'll need to have March actually be 3/1/2015, and use a custom number format so it displays it as March. (format cells and change it to custom and type mmmm)

Then you can use the following formula, assuming your drop down is in G2. The formula finds the last day of the month, and adds 1 which brings you to the first of the next month.

=EOMONTH(G2,0)+1
 
Upvote 0

Forum statistics

Threads
1,215,263
Messages
6,123,957
Members
449,135
Latest member
jcschafer209

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top