ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   I want a formula to list months, from any given month, forward (https://www.excelbanter.com/excel-worksheet-functions/113102-i-want-formula-list-months-any-given-month-forward.html)

Barbara

I want a formula to list months, from any given month, forward
 
I have a column in a spreadsheet that if I enter any given month in the first
cell, it will automatically list consecutive months after.

Teethless mama

I want a formula to list months, from any given month, forward
 
=DATE(YEAR(A1),MONTH(A1)+1,DAY(A1))

or

=EOMONTH(A1,1) require Analysis ToolPak Add-Ins

"Barbara" wrote:

I have a column in a spreadsheet that if I enter any given month in the first
cell, it will automatically list consecutive months after.


Epinn

I want a formula to list months, from any given month, forward
 
I enter a month into a cell and I drag down the fill handle to fill the column.

e.g. Jul will give me Aug, Sep, Oct etc. etc.

July will give me August, September, October etc. etc.

To fill a row, I drag the fill handle across the row.

Epinn

"Barbara" wrote in message ...
I have a column in a spreadsheet that if I enter any given month in the first
cell, it will automatically list consecutive months after.


Epinn

I want a formula to list months, from any given month, forward
 
If you want a formula you can try this.

=TEXT(DATEVALUE("28-"&A1&"-"&YEAR(TODAY()))+4,"mmmm")

Enter your month in A1. Enter the above formula in A2 and drag the fill handle down.

Thanks Bob for the formula.

Epinn

"Barbara" wrote in message ...
I have a column in a spreadsheet that if I enter any given month in the first
cell, it will automatically list consecutive months after.



All times are GMT +1. The time now is 09:43 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com