+ Reply to Thread
Results 1 to 4 of 4

How to count the occurences

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

    How to count the occurences

    Hi,

    I want to count the occurences of scores in my sheet
    I want to know how many times 3, 4 and 5 are being used
    I want to know the count and put the results in the Summary Sheet (Sheet2)
    here is the sheet sample 1QUESTION_SUMMARY FOR 3,4,.xls

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: How to count the occurences

    In B7 Cell of Summary Sheet
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Copy the B7 cell and paste it to the remaining cells.


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Contributor
    Join Date
    04-23-2013
    Location
    Abu Dhabi United Arab Emirates
    MS-Off Ver
    Excel 2010
    Posts
    178

    Re: How to count the occurences

    try this:
    in T (3)
    =SUMPRODUCT((Issue!$B:$B=$A7)*(Issue!$C:$C=B$5)) then copy down & across (4) & (5)

    IN O (3)
    =SUMPRODUCT((Issue!$B:$B=$A7)*(Issue!$D:$D=F$5)) then copy down & across (4) & (5)

    IN E (3)
    =SUMPRODUCT((Issue!$B:$B=$A7)*(Issue!$E:$E=J$5)) then copy down & across (4) & (5)

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

    Re: How to count the occurences

    Quote Originally Posted by acerrhod View Post
    try this:
    in T (3)
    =SUMPRODUCT((Issue!$B:$B=$A7)*(Issue!$C:$C=B$5)) then copy down & across (4) & (5)

    IN O (3)
    =SUMPRODUCT((Issue!$B:$B=$A7)*(Issue!$D:$D=F$5)) then copy down & across (4) & (5)

    IN E (3)
    =SUMPRODUCT((Issue!$B:$B=$A7)*(Issue!$E:$E=J$5)) then copy down & across (4) & (5)


    This works but I do have a follow question.
    I have problems in my 10- Additional Tubine Issues (A305:314 in Summary Sheet) because in my Issue sheet, the user will have tp specify the problem
    is there a way to make a wildcard to search for A - , B - , etc. 2QUESTION_SUMMARY FOR 3,4,.xls

+ 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