Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
The EOMonth(start_date,months) formula returns #AD? in a UK Excel version created file when opened on Turkish Excel version. The EOMonth formula's start_date reads from a separate cell where the date is manually entered. Analysis ToolPak & Analysis ToolPak - VBA Add-ins are also selected. The formula works on UK version Excel 2000, 2003. When the same formula is tried on a blank spreadsheet on Turkish Excel version, it also works. Has anyone come across a similar issue? Could anyone advise what the error #AD? means and how to correct it? Many thanks in advance! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Alex,
This is because the EOMonth function is part of the Analysis Toolpak, and these functions don't automatically translate. You will need to redo it with the Tuirkish equivalent, or change it to a standard function =DATE(YEAR(start_date),MONTH(start_date)+months+1, 0) -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Alexk" wrote in message ... Hi, The EOMonth(start_date,months) formula returns #AD? in a UK Excel version created file when opened on Turkish Excel version. The EOMonth formula's start_date reads from a separate cell where the date is manually entered. Analysis ToolPak & Analysis ToolPak - VBA Add-ins are also selected. The formula works on UK version Excel 2000, 2003. When the same formula is tried on a blank spreadsheet on Turkish Excel version, it also works. Has anyone come across a similar issue? Could anyone advise what the error #AD? means and how to correct it? Many thanks in advance! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
AD means NAME... could it be that you should be using ";" instead of "," .... I not 100 % sure but when I changed my language settings from English to Turkish all my formulas with a comma converted to a ";"... My two cents, Ozgur "Alexk" wrote: Hi, The EOMonth(start_date,months) formula returns #AD? in a UK Excel version created file when opened on Turkish Excel version. The EOMonth formula's start_date reads from a separate cell where the date is manually entered. Analysis ToolPak & Analysis ToolPak - VBA Add-ins are also selected. The formula works on UK version Excel 2000, 2003. When the same formula is tried on a blank spreadsheet on Turkish Excel version, it also works. Has anyone come across a similar issue? Could anyone advise what the error #AD? means and how to correct it? Many thanks in advance! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
French Version of Excel saving CSV Files with a semi-colon | Excel Discussion (Misc queries) | |||
Excel won't allow me to paste certain Turkish characters. | Excel Discussion (Misc queries) | |||
How to use excel file created in version earlier than 4.0a in 4.0 | Excel Discussion (Misc queries) | |||
How to use later version Excel file in 4.0a? | Excel Discussion (Misc queries) | |||
I cant use englisch function names in a swedich version of excel | Excel Discussion (Misc queries) |