Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default can you make EOMONTH work without Analysis ToolPak

I am trying to make a sheet that will auto populate the end of month date. I
found the "EOMONTH" and works great, but I need to dispurse this sheet to
many people who many different machines, and to have them try to add the
toolpak will be overwelmingly bad. I read someone had a work around but they
did not list what it was. Any help would be great.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default can you make EOMONTH work without Analysis ToolPak

The formula below is equivalent with EOMONTH function and it doesn't required
Analysis ToolPak add-ins

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


"ppidgursky" wrote:

I am trying to make a sheet that will auto populate the end of month date. I
found the "EOMONTH" and works great, but I need to dispurse this sheet to
many people who many different machines, and to have them try to add the
toolpak will be overwelmingly bad. I read someone had a work around but they
did not list what it was. Any help would be great.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default can you make EOMONTH work without Analysis ToolPak

See this:

http://www.dicks-blog.com/archives/2...-addin-part-2/

Biff

"ppidgursky" wrote in message
...
I am trying to make a sheet that will auto populate the end of month date.
I
found the "EOMONTH" and works great, but I need to dispurse this sheet to
many people who many different machines, and to have them try to add the
toolpak will be overwelmingly bad. I read someone had a work around but
they
did not list what it was. Any help would be great.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default can you make EOMONTH work without Analysis ToolPak

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

A1 = 1/1/2007

I need the EOM date of the previous month.

The basic idea works but needs to be tweaked for the specific requirements.

For the above:

=EOMONTH(A1,-1)
=DATE(YEAR(A1),MONTH(A1)-1+1,0)

Biff

"Teethless mama" wrote in message
...
The formula below is equivalent with EOMONTH function and it doesn't
required
Analysis ToolPak add-ins

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


"ppidgursky" wrote:

I am trying to make a sheet that will auto populate the end of month
date. I
found the "EOMONTH" and works great, but I need to dispurse this sheet to
many people who many different machines, and to have them try to add the
toolpak will be overwelmingly bad. I read someone had a work around but
they
did not list what it was. Any help would be great.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,651
Default can you make EOMONTH work without Analysis ToolPak

On Thu, 7 Jun 2007 14:58:00 -0700, ppidgursky
wrote:

I am trying to make a sheet that will auto populate the end of month date. I
found the "EOMONTH" and works great, but I need to dispurse this sheet to
many people who many different machines, and to have them try to add the
toolpak will be overwelmingly bad. I read someone had a work around but they
did not list what it was. Any help would be great.


I think this will work:

=DATE(YEAR(A1),MONTH(A1)+1+A2,0)

A1 is the "base date"
A2 is the number of months (positive or negative) as in the EOMONTH function.

e.g. =EOMONTH(A1,A2)


--ron


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default can you make EOMONTH work without Analysis ToolPak

Well, that did it. I appreciate the help.
Thank You
Peter

"Ron Rosenfeld" wrote:

On Thu, 7 Jun 2007 14:58:00 -0700, ppidgursky
wrote:

I am trying to make a sheet that will auto populate the end of month date. I
found the "EOMONTH" and works great, but I need to dispurse this sheet to
many people who many different machines, and to have them try to add the
toolpak will be overwelmingly bad. I read someone had a work around but they
did not list what it was. Any help would be great.


I think this will work:

=DATE(YEAR(A1),MONTH(A1)+1+A2,0)

A1 is the "base date"
A2 is the number of months (positive or negative) as in the EOMONTH function.

e.g. =EOMONTH(A1,A2)


--ron

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,651
Default can you make EOMONTH work without Analysis ToolPak

On Fri, 8 Jun 2007 09:17:01 -0700, ppidgursky
wrote:

Well, that did it. I appreciate the help.
Thank You
Peter


You're welcome. Glad to help. Thanks for the feedback.
--ron
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help on EOMONTH error (have Analysis Pak installed) SteveS Excel Worksheet Functions 3 September 14th 06 04:59 PM
Can't get CUMPRINC to work. Have Installed Analysis Toolpak pcsski Excel Worksheet Functions 4 April 15th 06 03:59 PM
Analysis Toolpak LisaP Setting up and Configuration of Excel 3 October 16th 05 01:09 AM
Excel Analysis Add-in EOMONTH generates #NAME? error Ray Excel Worksheet Functions 6 July 18th 05 07:00 PM
Analysis ToolPak installed but no Data Analysis option Eric Stephens Excel Discussion (Misc queries) 3 February 2nd 05 09:17 PM


All times are GMT +1. The time now is 05:56 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"