+ Reply to Thread
Results 1 to 2 of 2

#VALUE! in French Excel

  1. #1
    Registered User
    Join Date
    03-22-2011
    Location
    New York, New York
    MS-Off Ver
    Excel 2003
    Posts
    1

    #VALUE! in French Excel

    I am having trouble with one set of formulas when I test a spreadsheet in French Excel. Everything works fine in English, and all of the formulas work in French except for one set.

    The problematic formulas are (in English):

    =SUMIF(E64:AD64,"<>#VALUE!",E64:AD64)

    When I open this in French Excel, I get a "#VALEUR!" error unless I change the "#VALUE!" to "#VALEUR!" which I would prefer not to because I want this tool to be mutually compatible across both language versions of Excel. The "SUMIF" changes to "SOMME.SI" and "VALUE" remains the same.

    Weirdly, there are other formulas within the same spreadsheet that are very similar but pose no problems:

    =SUMIF(E80:AD80,"<>#VALUE!",E80:AD80) works just fine.

    This makes me think that it is the cells being summed that are posing a problem with the French Excel. They all contain formulas along the lines of:

    =MAX(IF(E$63<$C$14,(E42-D42)+($C64*D42),IF(E$63=$C$14,(E42-D42)+($C64*D42),"")),0)

    All of these cells contain values; no error messages (the "IF" changes to "SI" in French).

    Any ideas?

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,605

    Re: #VALUE! in French Excel

    How about this:


    =SUMIF(E80:AD80, "<-9.99E+307")

    This will ignore you VALUE

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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