+ Reply to Thread
Results 1 to 11 of 11

#NAME? In cell with correct Foruma

Hybrid View

  1. #1
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: #NAME? In cell with correct Foruma

    Hi,

    What is your equivalent of the IF function in the language version you are using? Are you sure that you are not using a version of Excel in which SE() is NOT the correct syntax for this function (perhaps you are actually using an English version of Excel)?

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  2. #2
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: #NAME? In cell with correct Foruma

    Quote Originally Posted by XOR LX View Post
    Hi,

    What is your equivalent of the IF function in the language version you are using? Are you sure that you are not using a version of Excel in which SE() is NOT the correct syntax for this function (perhaps you are actually using an English version of Excel)?

    Regards
    1/. Have you tried this?
    Formula: copy to clipboard
    =IF(B5="2","é dois","Outra coisa")

    You might have to change the commas to semi-colons.

    2/. Why is B5 text and not a number?

  3. #3
    Registered User
    Join Date
    08-19-2013
    Location
    BH
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: #NAME? In cell with correct Foruma

    Hi, thanks for replyes.
    My Software is in português. Then IF() function is SE() function. For the hurry I forgot translate the example workbook. But it is not the problem cause.

    You can do a simulation of the error right there. Folow this steps:
    1- put a wrong formula in the cell. How IFFF = (B2 = 3; "true", "false").
    2-So I created a macro that fixes it.
    Sub XXX()
    Selection.Replace What:="IFFF(", Replacement:="IF(", LookAt:=xlPart, _
    SearchOrder:=xlByColumns, MatchCase:=False, SearchFormat:=False, _
    ReplaceFormat:=False
    End Sub


    The result is a correct formula but is not recognized by Excel like a formula.

+ 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. copy and pasting a foruma and shifting reference celsl
    By zippersweater in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-28-2013, 01:40 PM
  2. Summing cells containing a text string within an array foruma
    By absintheminded in forum Excel General
    Replies: 5
    Last Post: 09-08-2010, 06:00 PM
  3. help with this foruma
    By jladika in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-15-2008, 09:20 PM
  4. Excel->Data->Validation Foruma Query
    By rahul26 in forum Excel General
    Replies: 2
    Last Post: 06-12-2008, 03:07 AM
  5. Replies: 3
    Last Post: 05-17-2008, 05:25 AM

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