+ Reply to Thread
Results 1 to 2 of 2

Counting

  1. #1
    Registered User
    Join Date
    05-15-2006
    Posts
    1

    Counting

    Hello
    Can someone help me? I want to make an excel table for a tournament i'm organizing. the function which i'd like to know is the following:
    in each column, i'd have the names of the players that have scored goals (each column would be one match). So I'd like to know a formula that would count how many times each player appears and give me a list of all of them.
    Was I clear? If not, please ask and I'll try to explain again.
    Thanks in advance

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,525
    How about this
    in B1 enter the name you want to count
    enter this function in C1 or wherever this is just an example of how to count

    =COUNTIF(A1:A9,B1)
    A1:A9 is the range of names
    B1 is the criteria

+ 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