+ Reply to Thread
Results 1 to 4 of 4

How to pick the most successful team?

  1. #1
    Registered User
    Join Date
    11-29-2014
    Location
    London
    MS-Off Ver
    2007
    Posts
    1

    How to pick the most successful team?

    I have an exercise where there are different teams selling different kinds of books. I made most of the tasks, but I am stuck with the last ones where they ask me to "In columns D to H in rows 45 & 46 indicate which team had the highest/ lowest figures."
    I don' know hot to do this. We only learnt IF, MAX, MIN, OR functions, and I tried to make function using IF and MAX but it didn't work.
    Could you please help me?
    Attached Files Attached Files

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: How to pick the most successful team?

    You can find MAX value as: MAX(G11,G19,G27,G35,G43)

    Now you need to check each value is same as that max value.
    If yes, that is your team.

    For first user it would be:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    So if G11 is same as MAX value then answer is in B4.
    If not check next as:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Etc.


    When you use all options you will get:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    You can see that last value if IF function is FALSE is omitted.
    That's because one of those criteria must return value because at least one of them is max value.

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: How to pick the most successful team?

    Use similliar for MIN.

    Note that this is not shortest solution but it's made by only IF and MAX functions.

  4. #4
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: How to pick the most successful team?

    see the attached file
    Attached Files Attached Files
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

+ 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. Formula to pick players on a fantasy golf team
    By tahoeast in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-16-2013, 09:37 PM
  2. Calculate Pick Rate for team of pickers
    By Callumlenehan in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-15-2012, 06:15 AM
  3. Replies: 2
    Last Post: 12-06-2012, 06:02 PM
  4. How would I pick random team players using a 1 to 5 rating sys?
    By irish257 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-30-2010, 06:12 PM
  5. Run 2nd sub procedure when the first is done successful
    By grid in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-06-2010, 11:50 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