ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   additional month calculation (https://www.excelbanter.com/excel-discussion-misc-queries/60095-additional-month-calculation.html)

BorisS

additional month calculation
 
I have a starter cell with a month/year. Is there a way other than
date(year(),month()+1,1) to get the following cell to just add one to the
month (and I need something that would continue for four years...I know that
month 13 of any year is the next year, so am figuring that might play into
this formula).

Thx.
--
Boris

Myrna Larson

additional month calculation
 
Assuming you DO need formulas, if the starter cell is, say, A2, you can use
the formula =DATE(2005,ROW()-1,1) and copy that down for 47 more cells. This
should be faster to recalculate since it uses only 1 date function (plus
ROW()) instead of 3.

But if you don't need formulas but just want the literal dates, type the
initial date in your starter cell. Then right-click on the fill handle in the
lower right corner of that cell, drag down for 47 cells, and when you release
the mouse button, select Fill Months.

On Mon, 12 Dec 2005 21:00:02 -0800, BorisS
wrote:

I have a starter cell with a month/year. Is there a way other than
date(year(),month()+1,1) to get the following cell to just add one to the
month (and I need something that would continue for four years...I know that
month 13 of any year is the next year, so am figuring that might play into
this formula).

Thx.


Biff

additional month calculation
 
Hi!

One way (requires the Analysis ToolPak add-in be installed):

=EOMONTH(A1,0)+1

Format to suit.

Biff

"BorisS" wrote in message
...
I have a starter cell with a month/year. Is there a way other than
date(year(),month()+1,1) to get the following cell to just add one to the
month (and I need something that would continue for four years...I know
that
month 13 of any year is the next year, so am figuring that might play into
this formula).

Thx.
--
Boris




Rowan Drummond

additional month calculation
 
If you install the Analysis Toolpak addin you can use the Edate formula
which adds months to a date eg
=Edate(A1,1)

Hope this helps
Rowan

BorisS wrote:
I have a starter cell with a month/year. Is there a way other than
date(year(),month()+1,1) to get the following cell to just add one to the
month (and I need something that would continue for four years...I know that
month 13 of any year is the next year, so am figuring that might play into
this formula).

Thx.


ScottO

additional month calculation
 
Try the EOMonth function. You'll need to load the Analysis ToolPak
add-in first.
It's self-explanatory, but if you get stuck you can refer to in-built
help.
Rgds,
ScottO

"BorisS" wrote in message
...
| I have a starter cell with a month/year. Is there a way other than
| date(year(),month()+1,1) to get the following cell to just add one
to the
| month (and I need something that would continue for four years...I
know that
| month 13 of any year is the next year, so am figuring that might
play into
| this formula).
|
| Thx.
| --
| Boris



BorisS

additional month calculation
 
thanks all for eomonth suggetions. I had found it right before looking here.
Does this mean that if my users do not have the toolpack, this function will
not appear properly?
--
Boris


"ScottO" wrote:

Try the EOMonth function. You'll need to load the Analysis ToolPak
add-in first.
It's self-explanatory, but if you get stuck you can refer to in-built
help.
Rgds,
ScottO

"BorisS" wrote in message
...
| I have a starter cell with a month/year. Is there a way other than
| date(year(),month()+1,1) to get the following cell to just add one
to the
| month (and I need something that would continue for four years...I
know that
| month 13 of any year is the next year, so am figuring that might
play into
| this formula).
|
| Thx.
| --
| Boris




Biff

additional month calculation
 
Does this mean that if my users do not have the toolpack, this function
will
not appear properly?


That is correct. Without the ATP the formula will return a #NAME? error.

Biff

"BorisS" wrote in message
...
thanks all for eomonth suggetions. I had found it right before looking
here.
Does this mean that if my users do not have the toolpack, this function
will
not appear properly?
--
Boris


"ScottO" wrote:

Try the EOMonth function. You'll need to load the Analysis ToolPak
add-in first.
It's self-explanatory, but if you get stuck you can refer to in-built
help.
Rgds,
ScottO

"BorisS" wrote in message
...
| I have a starter cell with a month/year. Is there a way other than
| date(year(),month()+1,1) to get the following cell to just add one
to the
| month (and I need something that would continue for four years...I
know that
| month 13 of any year is the next year, so am figuring that might
play into
| this formula).
|
| Thx.
| --
| Boris







All times are GMT +1. The time now is 09:41 PM.

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