+ Reply to Thread
Results 1 to 4 of 4

counting how many times the scores was used

  1. #1
    Forum Contributor
    Join Date
    02-16-2012
    Location
    Denmark
    MS-Off Ver
    O365
    Posts
    256

    counting how many times the scores was used

    Hi,

    I have a database where I want to make a summary of report
    I want to count how many times the scores was used

    I attached a copy of the sheet with the result I want to get (but I did it manually) QUESTION_count.xls
    I want to do this automatically using excel formula

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,809

    Re: counting how many times the scores was used

    Put 3 in H1, 4 in I1 and 5 in J1 as headers, then you can use these formulae in the cells stated:

    H2: =COUNTIF(C2:E2,H$1)
    I2: =COUNTIF(C2:E2,I$1)
    J2: =COUNTIF(C2:E2,J$1)

    then copy those formulae down to row 21.

    Hope this helps.

    Pete

  3. #3
    Valued Forum Contributor loginjmor's Avatar
    Join Date
    01-31-2013
    Location
    Cedar Rapids, Iowa
    MS-Off Ver
    Excel 2013
    Posts
    1,073

    Re: counting how many times the scores was used

    Hi

    Try the attached.

    Hope this helps.
    Attached Files Attached Files
    ____________________________________________
    If this has solved your problem, please edit the thread title to add the word [SOLVED] at the beginning. You can do this by
    -Go to the top of the first post
    -Select Thread Tools
    -Select Mark thread as Solved

    If I have been particularly helpful, please "bump" my reputation by pressing the small star in the lower left corner of my post.

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: counting how many times the scores was used

    I used the macro Sub CONVERTROWSTOCOL()

    and after that a pivot table.

    see the attached file.
    Attached Files Attached Files
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

+ 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