Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Ronni T. Vasquez M.
 
Posts: n/a
Default I'm having problems with EOMONTH

Hi Everyone,

I'm creating for a company, a daily report using excel. This report is going
to be use by clients with differents language version of Excel (Spanish,
English) or differents language version of Windows.

Functions like: TODAY or NOW, works perfectly no matter what language
version of excel i'm working with. It's seems that Excel recognize the
function in the sheet and automatically convert that function to the local
language version of excel (or Windows).

However, EOMONTH (another functions i'm dealing with) doesn't works when i
try to open the report in a spanish version of Excel.

If I change the function to FIN.MES (spanish version of EOMONTH) to solve
the problem, it works perfectly, but when I try to open the report in an
english version of excel again, the function doesn't works.

It seems that excel doesn't recognize the language of this functions.

Can anyone of you help me with this?

In Both versions, I have checked the Analisys ToolPak Excel Add-in Option.

Regards,
--
Ronni T. Vasquez M.


  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

Instead of using ATP functions, you can use the built-in DATE() function
to do the same thing. For instance, instead of

=EOMONTH(A1,1)

you can use

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

since the 0th day of the month is always the last day of the previous
month.

In article ,
"Ronni T. Vasquez M." wrote:

Can anyone of you help me with this?

  #3   Report Post  
Ronni T. Vasquez M.
 
Posts: n/a
Default

Hi,

Thanks a lot for your help!!!

You were right!!!

It worked!!!

Regards,

--
Ronni T. Vasquez M.

"JE McGimpsey" wrote in message
...
Instead of using ATP functions, you can use the built-in DATE() function
to do the same thing. For instance, instead of

=EOMONTH(A1,1)

you can use

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

since the 0th day of the month is always the last day of the previous
month.

In article ,
"Ronni T. Vasquez M." wrote:

Can anyone of you help me with this?



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
symbol for divison problems; divison formula excel general question ... help please Excel Discussion (Misc queries) 4 July 15th 06 05:24 PM
Problems with "hyster-grams" :-) [email protected] Excel Discussion (Misc queries) 3 July 19th 05 09:35 AM
Excel Analysis Add-in EOMONTH generates #NAME? error Ray Excel Worksheet Functions 6 July 18th 05 07:00 PM
How about adding a quarterly function to Excel like its EOMonth? SDolley Excel Worksheet Functions 1 March 30th 05 06:58 PM
I am having problems creating pivot table of data wyman Charts and Charting in Excel 1 January 12th 05 05:17 PM


All times are GMT +1. The time now is 08:58 PM.

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"