Formula to calculate next month

Grepees

Board Regular
Joined
Apr 15, 2009
Messages
81
Hello Guys,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:eek:ffice:eek:ffice" /><o:p></o:p>
<o:p> </o:p>
Is there a formula to calculate next month? In A1 I have a date set as 08/07/2011. In cell A2, I am only interested in the Month in cell A1 so I pull in my formula as “=TEXT(A1,"mmmm")” which pulls in the month of August. In cell A3, I want to write a formula that would reference Cell A2 and pull in September. Any ideas how I can do that? Thanks in advance you all. <o:p></o:p>
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
A modification in the formula that I post:

=TEXT(DATE(YEAR(A$1),MONTH(A$1)+ROW(A2)-ROW(A$2),DAY(1)),"mmmm")

Markmzz
 
Upvote 0
Also

A2: =A1
A3: =EOMONTH(A1,1)

both formatted as "mmmm"

What the heck!

I don't remember even seeing your post.
dunno.gif


My bad.

I thought you were referring to that post by pgc01 which is post #3.
 
Upvote 0
Thank you very much guys. Its amazing the different ways that you can do something. Once again thank you very much!!
 
Upvote 0

Forum statistics

Threads
1,221,470
Messages
6,160,033
Members
451,612
Latest member
ShelleyB55

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