Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help!!! Vlookup!! | Excel Worksheet Functions | |||
Working days left in the month compared to previous months | Excel Worksheet Functions | |||
Month Year Date Format | Excel Worksheet Functions | |||
Accounting Month vs. Calendar Month | Excel Worksheet Functions | |||
How to extract month number from month name | Excel Discussion (Misc queries) |