+ Reply to Thread
Results 1 to 2 of 2

IF

  1. #1
    François
    Guest

    IF

    I have used the ifIF example from the Excel helpfor multiple if function. I
    do have an error but I don't know what it is.
    =IF(A2>89,"A",IF(A2>79,"B", IF(A2>69,"C",IF(A2>59,"D","F")))). The error is
    locate at the 89,"A",IF.
    Is there somebody who have an ideaa



  2. #2
    Tom Ogilvy
    Guest

    Re: IF

    It works fine for me.

    If you don't use comma as a list separator - you use semi colon, then it
    would be:

    =IF(A2>89;"A";IF(A2>79;"B"; IF(A2>69;"C";IF(A2>59;"D";"F"))))


    If you don't have an english language version of excel then the IF should
    probably be something else.

    --
    regards,
    Tom Ogilvy

    "François" <[email protected]> wrote in message
    news:[email protected]...
    > I have used the ifIF example from the Excel helpfor multiple if function.

    I
    > do have an error but I don't know what it is.
    > =IF(A2>89,"A",IF(A2>79,"B", IF(A2>69,"C",IF(A2>59,"D","F")))). The error

    is
    > locate at the 89,"A",IF.
    > Is there somebody who have an ideaa
    >
    >




+ 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