+ Reply to Thread
Results 1 to 10 of 10

Extract data from sheet and count

  1. #1
    Registered User
    Join Date
    11-11-2014
    Location
    United States
    MS-Off Ver
    MS Office 2013
    Posts
    37

    Extract data from sheet and count

    Hi,

    I am going to try and explain what I am trying to do but I am not sure how to do this. I have a spread sheet which has "reporter" which is a person who is opening a case. There maybe be duplicates because the person may open many cases. What I am trying to do is count the individuals and only report on the top 10 who opened cases based on a specific priority. I don't really want to use a pivot table because this may not really give the information in the format I wish.

    I've attached a sample but there are no formulas because I am honestly not sure how to pull out and place names within fields as well as count.

    Thank you,

    Ruth S.
    Attached Files Attached Files
    Last edited by FDibbins; 11-19-2014 at 01:08 PM.

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: CountIfS or something different?

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


    in your sample Raven should be 3 not 4 since the other is priority P2
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: CountIfS or something different?

    Ruth, you need to title your thread with something that describes your problem, not what you thing the answer should/might be
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    11-11-2014
    Location
    United States
    MS-Off Ver
    MS Office 2013
    Posts
    37

    Re: CountIfS or something different?

    Sorry about that FDibbins.. I would change if I could next time I will be more specific.

  5. #5
    Registered User
    Join Date
    11-11-2014
    Location
    United States
    MS-Off Ver
    MS Office 2013
    Posts
    37

    Re: CountIfS or something different?

    vlady -

    That will count the number but what about filling in the persons name under reporter and only capturing the top 5-10 reporter names? I am totally lost when it comes to that. I have been searching all over for an answer. Thanks for the help .

    Ruth S.

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: CountIfS or something different?

    Quote Originally Posted by rschoenb View Post
    Sorry about that FDibbins.. I would change if I could next time I will be more specific.
    For future reference, to change your thread title, go to your 1st post, click EDIT POST (next to Reply), then scrll down a bit to fine Advanced, then change your title there

    I have changed it for you - this time

    Thanks
    Last edited by FDibbins; 11-19-2014 at 01:09 PM.

  7. #7
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Extract data from sheet and count

    How many names do you expect to have - your sample has 3. Do you only what max 10 shown, and if so, which 10?

  8. #8
    Registered User
    Join Date
    11-11-2014
    Location
    United States
    MS-Off Ver
    MS Office 2013
    Posts
    37

    Re: Extract data from sheet and count

    So there will be over a thousand rows of data each row will have a reporter but there will be duplicate reporters. I need to figure out the top 10 reporters based on priority of the issue and populate with the names of the top 10 and the count of issues they raised. Does that make sense, in my sample I was trying to show more so what I need it to look like. Thank you!

  9. #9
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Extract data from sheet and count

    I put my formulas to the side of yours in column E (Count) and F (Name)

    B
    C
    D
    E
    F
    1
    Case Count Top Reporter Priority
    2
    4
    Cindy Cole P3
    4
    Cindy Cole
    3
    4
    Raven Moore P3
    3
    Raven Moore
    4
    2
    Sean Meek P3
    2
    Sean Meek
    5
    6

    E2=COUNTIFS(Cases!E:E,Summary!F2,Cases!F:F,Summary!D2) copied down

    F2=IFERROR(INDEX(Cases!$E$2:$E$11,MATCH(0,INDEX(COUNTIF($F$1:F1,Cases!$E$2:$E$11),0,0),0)),"") copied down

    You could put P3 in its own cell and reference that, to give you more flexibility

  10. #10
    Registered User
    Join Date
    11-11-2014
    Location
    United States
    MS-Off Ver
    MS Office 2013
    Posts
    37

    Re: Extract data from sheet and count

    Thanks I will try this appreciate it very much!

    Ruth S.

+ 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. COUNTIFS OR COUNTIFS needs to work
    By joshbellfi in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-23-2013, 10:55 AM
  2. Countifs
    By mjr10891 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-30-2013, 06:33 AM
  3. COUNTIFS OR...multiple countifs without duplication in the numbers
    By HooligaD in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-21-2012, 09:53 AM
  4. Replies: 0
    Last Post: 12-16-2011, 09:01 AM
  5. Countifs
    By KennyG in forum Excel General
    Replies: 8
    Last Post: 04-24-2010, 05:50 PM

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