+ Reply to Thread
Results 1 to 3 of 3

nested if function to determine a winner(s) and losers

  1. #1
    Registered User
    Join Date
    04-27-2012
    Location
    Arizona
    MS-Off Ver
    Excel 2010
    Posts
    2

    nested if function to determine a winner(s) and losers

    Having some trouble with a part in an assignment which reads, "In cell B21, insert an IF function to determine which person had the lowest points. Assign 1 to the winner(s) and 0 to the other players. Be careful to correctly use relative and mixed cell references as needed in the nested function. Copy the function to the range C21:E21."

    Hopefully the attachment works.

    I tried using variations of the MIN and AND functions for the if statement but I'm still not getting it.
    Attached Files Attached Files

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: nested if function to determine a winner(s) and losers

    =if(b20=min($b$20:$e$20),1,0)
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Registered User
    Join Date
    04-27-2012
    Location
    Arizona
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: nested if function to determine a winner(s) and losers

    Thanks, it works great.

+ 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