+ Reply to Thread
Results 1 to 9 of 9

Which function do i have to use to show me the total of players-over a number(s)

  1. #1
    Registered User
    Join Date
    05-22-2018
    Location
    Greece
    MS-Off Ver
    2007
    Posts
    12

    Which function do i have to use to show me the total of players-over a number(s)

    Hello everyone!

    Here is my question and an example.

    For example: I have 5 names in a column with the name of the column PLAYERS, also at the second column i have their FOULS.

    1st column PLAYERS

    David
    John
    Mark
    Brad
    Michael

    And in the second (fouls)

    3
    3
    3
    5
    1

    The question is: In the cell b12 show the total players which they collected 3 and above fouls

    (i tried sumif but couldnt solve this) Any suggestions ?

    Thank you in andvanced.

  2. #2
    Forum Contributor
    Join Date
    04-30-2015
    Location
    The Netherlands
    MS-Off Ver
    office 365
    Posts
    195

    Re: Which function do i have to use to show me the total of players-over a number(s)

    Hello,

    Do you want to get the number of players with 3 fouls or above, or do you want a list of the players with 3 fouls or above?

    Ferdy

  3. #3
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: Which function do i have to use to show me the total of players-over a number(s)

    Try the below formula in B12:

    =COUNTIF(B1:B5,">="&3)

  4. #4
    Registered User
    Join Date
    05-22-2018
    Location
    Greece
    MS-Off Ver
    2007
    Posts
    12

    Re: Which function do i have to use to show me the total of players-over a number(s)

    Quote Originally Posted by FerdyHar View Post
    Hello,

    Do you want to get the number of players with 3 fouls or above, or do you want a list of the players with 3 fouls or above?

    Ferdy
    Hello thank you for the quick respond! The second one.

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,984

    Re: Which function do i have to use to show me the total of players-over a number(s)

    =COUNTIF($B$2:$B$7,">=3")

    will do that...
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  6. #6
    Registered User
    Join Date
    05-22-2018
    Location
    Greece
    MS-Off Ver
    2007
    Posts
    12

    Re: Which function do i have to use to show me the total of players-over a number(s)

    Quote Originally Posted by Glenn Kennedy View Post
    =COUNTIF($B$2:$B$7,">=3")

    will do that...
    Nice, thank you! and also, is there a function that can show the names ?

  7. #7
    Registered User
    Join Date
    05-22-2018
    Location
    Greece
    MS-Off Ver
    2007
    Posts
    12

    Re: Which function do i have to use to show me the total of players-over a number(s)

    Quote Originally Posted by cbatrody View Post
    Try the below formula in B12:

    =COUNTIF(B1:B5,">="&3)
    thank you a lot for the answer! Very helpful!

  8. #8
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,613

    Re: Which function do i have to use to show me the total of players-over a number(s)

    As for names - try such array formula:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.

    Adjust just upper limits ($100 which is used 3 times in the formula, do not change upper limits (1) of ranges, and especially the last reference to cell A1.
    Best Regards,

    Kaper

  9. #9
    Registered User
    Join Date
    05-22-2018
    Location
    Greece
    MS-Off Ver
    2007
    Posts
    12

    Re: Which function do i have to use to show me the total of players-over a number(s)

    Quote Originally Posted by Kaper View Post
    As for names - try such array formula:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer.

    Adjust just upper limits ($100 which is used 3 times in the formula, do not change upper limits (1) of ranges, and especially the last reference to cell A1.
    THANKS!!! i appreciate it a lot!

+ 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. show total amount invoiced per job number between 2 dates
    By TERRYJOHNMATTHEWS in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-25-2016, 04:48 PM
  2. [SOLVED] Automatic next table number from 1 to 10? once other players complate the scores results
    By micope21 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-01-2016, 01:26 PM
  3. How do I get the players to show in their specific position?
    By fffleague15 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-27-2015, 12:56 PM
  4. Replies: 2
    Last Post: 09-01-2015, 12:21 PM
  5. [SOLVED] VBA function for score difference among players
    By dsol108 in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 09-15-2014, 09:17 AM
  6. How to show the total number VDC-wise?
    By Indra Rai in forum Excel General
    Replies: 2
    Last Post: 09-06-2014, 01:43 AM
  7. Replies: 1
    Last Post: 07-07-2005, 04:00 PM

Tags for this Thread

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