+ Reply to Thread
Results 1 to 16 of 16

Excel does not recognise function name in a formula

  1. #1
    Registered User
    Join Date
    10-27-2015
    Location
    moscow, russia
    MS-Off Ver
    2010
    Posts
    11

    Excel does not recognise function name in a formula

    Hi,

    i bumped into a similar problem
    Excel shows a #Name? error
    the cell is formatted as general
    and Show Formulas is off
    for some reason it does not recognize ISERROR function name
    after i hit F2 and Enter it shows the result
    therefore i assume the formula is OK
    F9, Ctrl-Alt-Shift-F9 does not help
    any ideas?
    the only thing i can think of is that i use VBA to enter the formula and something goes wrong now (but worked before)

    thanx,

    Sasha

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Excel does not recognise function name in a formula

    Attach a sample spreadsheet, remove any sensitive data.
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    10-27-2015
    Location
    moscow, russia
    MS-Off Ver
    2010
    Posts
    11

    Re: Excel does not recognise function name in a formula

    Here we go
    Attached Files Attached Files

  4. #4
    Forum Expert Alf's Avatar
    Join Date
    03-13-2004
    Location
    Gothenburg/Mullsjoe, Sweden
    MS-Off Ver
    Excel 2019 and not sure I like it
    Posts
    4,758

    Re: Excel does not recognise function name in a formula

    If this "ЕСЛИОШИБКА" means "ISERROR" in Russian then your setup is not right.

    If you wish to check a cell value for error the formula in B column should be
    Please Login or Register  to view this content.
    this well evaluate to "True" or "False" depending on if there is an error in A3 or not. You can also use
    Please Login or Register  to view this content.
    and the you will get 1 or 0

    Alf

  5. #5
    Registered User
    Join Date
    10-27-2015
    Location
    moscow, russia
    MS-Off Ver
    2010
    Posts
    11

    Re: Excel does not recognise function name in a formula

    my bad
    thought Excel functions should change the name according to MS Office locale
    this is IFERROR function, not ISERROR

    SK

  6. #6
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Excel does not recognise function name in a formula

    ЕСЛИОШИБКА translates to IFERROR and ЕОШИБКА translates to ISERROR according to a coiple of translation sites.

    Make sure that the Regional Settings on your computer are correctly identifying Russian as the Language.

    If you are getting the #NAME? error, it means that there isn't a Defined Name or Function of that name. If there is a Defined Name that matches you would get a #Ref error.

    This is strange.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  7. #7
    Registered User
    Join Date
    10-27-2015
    Location
    moscow, russia
    MS-Off Ver
    2010
    Posts
    11

    Re: Excel does not recognise function name in a formula

    Quote Originally Posted by newdoverman View Post
    ЕСЛИОШИБКА translates to IFERROR and ЕОШИБКА translates to ISERROR according to a coiple of translation sites.

    Make sure that the Regional Settings on your computer are correctly identifying Russian as the Language.

    If you are getting the #NAME? error, it means that there isn't a Defined Name or Function of that name. If there is a Defined Name that matches you would get a #Ref error.

    This is strange.
    your transation is exactly right
    and i get why the name of the function is not translated in English — this is because the name is not recognised as a function name
    i checked the file, there are no confusing names
    also i removed all user defined functions — this did not help either
    i do not think this is a typo because a) this did work before, only stopped working yesterday, b) sequence F2, Enter helps (i illustrate this in attachements, screenshot #3 is made after i pressed F2, then Enter in B4 cell)
    this is how it looks now
    1.png
    2.png
    and this is after i press F2, Enter in B4 cell
    3.png


    i also expect that this time function name in B4 cell will be translated, pls let me know

    in case this may give you a clue if i copy-paste b3 - it gives me the same error
    if i copy-paste b4 after it is being recognised, it pastes just fine
    Attached Files Attached Files

  8. #8
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Excel does not recognise function name in a formula

    B4 and C4 are correctly translated and work. B3 and C3 remain problems for which I don't have an explanation other than something has become corrupted...but what is the question.

    Does this file work correctly with another computer that is setup to work in Russian?

  9. #9
    Registered User
    Join Date
    10-27-2015
    Location
    moscow, russia
    MS-Off Ver
    2010
    Posts
    11

    Re: Excel does not recognise function name in a formula

    tried on another computer — did not work either
    since the same formula still working in other workbooks its not a matter of excel settings
    and i tried to copy the formula to a new workbook, it did not work
    therefore the problem i think with the formula, not the corrupt file

  10. #10
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Excel does not recognise function name in a formula

    There is probably something now quite right in the worksheet itself that is causing this error. You might get back to a working file by right clicking on the file in Windows Explorer and then choose previous versions. If you are lucky, you will be presented with a number of previous versions of the file that can be opened in Excel. Pick the last one listed before the problem appeared. If it works, save it with a new name and bring the file up to date. Otherwise, I don't think there is anything that you can do short of rebuilding the file from scratch...unless you have a backup to go to.

  11. #11
    Registered User
    Join Date
    10-27-2015
    Location
    moscow, russia
    MS-Off Ver
    2010
    Posts
    11

    Re: Excel does not recognise function name in a formula

    no previous versions
    and restoring backups will lose a couple days work, won't go there
    anyway i modified the algorythm to avoid this error
    just hoped to learn from you what could cause this problem cause this is kinda weird situation
    thx for hints anyway

  12. #12
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Excel does not recognise function name in a formula

    Thank you for the feedback.
    Good luck.

    Even though you didn't get a solution perhaps this thread should be marked as solved so that it will stop.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

  13. #13
    Registered User
    Join Date
    01-01-2016
    Location
    Lima, Peru
    MS-Off Ver
    2010
    Posts
    2

    Re: Excel does not recognise function name in a formula

    Maybe you should use the English name of the function?

    I use the Spanish version of Excel and I had the same problem using +PROMEDIO(), which is +AVERAGE() in English. When the macro included:
    Cells(8, 10) = "=+PROMEDIO(G5:G8)"
    I got the equivalent of #Name? error in cell J8.

    When I changed that to:
    Cells(8, 10) = "=+AVERAGE(G5:G8)"
    it worked, and the formula in cell J8 was:
    =+PROMEDIO(G5:G8)

    It seems like Excel has trouble translating from a foreign language to English after writing a cell, but still can translate in the other direction.

  14. #14
    Registered User
    Join Date
    10-27-2015
    Location
    moscow, russia
    MS-Off Ver
    2010
    Posts
    11

    Re: Excel does not recognise function name in a formula

    Wacatay,

    using English function names is not an option
    Russian Excel gives #NAME? error for English function names

  15. #15
    Registered User
    Join Date
    01-01-2016
    Location
    Lima, Peru
    MS-Off Ver
    2010
    Posts
    2

    Re: Excel does not recognise function name in a formula

    Spanish Excel also gives #NAME? error for English function names when you write or Cut&Paste it in the cell,
    NOT when VBA writes it in the cell.

  16. #16
    Registered User
    Join Date
    10-27-2015
    Location
    moscow, russia
    MS-Off Ver
    2010
    Posts
    11

    Re: Excel does not recognise function name in a formula

    Wacatay,

    originally i came across this error when writing formula using VBA and the name of the function was in English
    the thing is that sometimes it was recognised as a function and sometimes Excel considered it as a text
    could not find any consistency in how it happened

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. VBA Macro or Excel Function to recognise "NOUN" on a Col of data ?
    By stefan27 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-10-2015, 08:23 AM
  2. Can I use a IF function or similar to recognise number plates?
    By shclon87 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-18-2015, 07:18 PM
  3. If function to recognise Errors and Blanks
    By the3rdman77 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-25-2012, 05:00 PM
  4. Function to recognise if a date is a monday
    By TheNameless122 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-14-2010, 08:55 AM
  5. Replies: 0
    Last Post: 04-06-2010, 10:39 AM
  6. My formula does not recognise a value as a number
    By stanja in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2009, 12:25 PM
  7. Replies: 4
    Last Post: 03-05-2006, 11:50 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1