• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Excel v.2003 - An alternative formula for EOMONTH (v.2007)

Hi guys!


I use the 2003 version of MS Excel. Altough, i need the use of formula (EOMONTH) in v.2007. Is there any way i can make a alternative formula in v.2003 to simulate the formula (EOMONTH) in v.2007?


Thanks for your Help!
 
Henrique

In all versions up to and including Excel 2003

Go to Tools, Addins and select the Analysis Toolpack option

After Excel updates itself EOMONTH will be available
 
Hi,


If you want an alternative without the ATP then this will give the same result


=DATE(YEAR(A1),MONTH(A1)+1,0)
 
@OldChippy

Thats works for the first Cell B1

But from C1 across it needs to be changed to

Code:
=DATE(YEAR(B1),MONTH(B1)+2,0)
 
The main objective was indeed a row of dates, but when i saw oldchippy formula i got the idea and then modified it to match others cells.


Thanks again for yours support.
 
Back
Top