+ Reply to Thread
Results 1 to 3 of 3

Comparing and Finding greater of 3 numbers in excel 2002

  1. #1
    Registered User
    Join Date
    02-27-2005
    Posts
    2

    Question Comparing and Finding greater of 3 numbers in excel 2002

    I am trying to keep score of a fantasy league that I am in. I have three teams that accumulate scores. I would like to have a statement in a cell that compares and finds the greater number of three cells and then enters a person's name if they have the greatest score. I have set up an if...then statement, but the problem is, if the first statement in the list is true, it does not check to see if other statements are true and just assigns the name for the first condition that it finds to be true. Can anyone help me figure out how to make it check and compare all three numbers?

  2. #2
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    it sounds like you want to use the rank function to find the highest
    something like the following

    this finds the max of b6:d6 and assigns a name based on result

    =IF(RANK(B6,B6:D6)=1,"Tom",IF(RANK(C6,B6:D6)=1,"Bob","Harry"))
    not a professional, just trying to assist.....

  3. #3
    Registered User
    Join Date
    02-27-2005
    Posts
    2
    Thank you! It worked!

+ 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