+ Reply to Thread
Results 1 to 3 of 3

IF f1>G1;Win;loss

  1. #1
    Registered User
    Join Date
    03-13-2006
    Posts
    2

    IF f1>G1;Win;loss

    Hi, maybe it has been asked before, in that case sorry. I tried to find it but I don't know the English term for what I am looking for.

    I'm making a sheet in which I put results of matches. I want Excel to put in a different cell (where I want to put the formula) if the result is a "Draw", a "win" or a "loss"

    So I made this one =IF(F4=G4;"DRAW";IF(F4>G4;"WIN";"LOSS"))

    The funtion works, but not as it should! Can anybody help me with this?

    So if cell f4 = g4 it should print DRAW
    if cell f4 > g4 it should print WIN
    if cell f4 < g4 it should print LOSS

    I get LOSSES and DRAW's but no WINS!

  2. #2
    Bob Phillips
    Guest

    Re: IF f1>G1;Win;loss

    Looks fine, what do you have in F4 and G4?

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "Draco" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi, maybe it has been asked before, in that case sorry. I tried to find
    > it but I don't know the English term for what I am looking for.
    >
    > I'm making a sheet in which I put results of matches. I want Excel to
    > put in a different cell (where I want to put the formula) if the result
    > is a "Draw", a "win" or a "loss"
    >
    > So I made this one =IF(F4=G4;"DRAW";IF(F4>G4;"WIN";"LOSS"))
    >
    > The funtion works, but not as it should! Can anybody help me with
    > this?
    >
    > So if cell f4 = g4 it should print DRAW
    > if cell f4 > g4 it should print WIN
    > if cell f4 < g4 it should print LOSS
    >
    > I get LOSSES and DRAW's but no WINS!
    >
    >
    > --
    > Draco
    > ------------------------------------------------------------------------
    > Draco's Profile:

    http://www.excelforum.com/member.php...o&userid=32426
    > View this thread: http://www.excelforum.com/showthread...hreadid=521928
    >




  3. #3
    Registered User
    Join Date
    03-13-2006
    Posts
    2
    I have numbers in there. Example F4 = 4 and G4 = 2

    This would result in the function I put in Cell E4 to be WIN, but I get LOSS!

    And I always get DRAW when cell F4 is filled with 0!

+ 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