+ Reply to Thread
Results 1 to 3 of 3

Find number of occurrences for particular person

  1. #1
    Registered User
    Join Date
    06-11-2013
    Location
    United Kingdom
    MS-Off Ver
    Excel 365
    Posts
    85

    Find number of occurrences for particular person

    To simplify it i have 2 columns A & B

    A B


    Adam Stauber Sold
    Adam Stauber Not Sold
    Adam Stauber Sold
    Adam Wilmot Not Sold
    Akbar Hussain Sold
    Alex Killick Not Sold
    Adam Stauber Sold


    I want to find out what formular i can use, to find out the number of "Sold" for "Adam Stauber"

    Thanks

    Harry
    Last edited by Harry Basra; 07-18-2013 at 09:19 AM.

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Find number of occurrences for particular person

    =SUMPRODUCT((A1:A7="Adam Stauber")*(b1:b7="Sold"))

    You can also cell reference the fields containing the Name and Status
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    06-11-2013
    Location
    United Kingdom
    MS-Off Ver
    Excel 365
    Posts
    85

    Re: Find number of occurrences for particular person

    Thank you very much

+ 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. Replies: 2
    Last Post: 11-30-2012, 12:48 PM
  2. [SOLVED] Count number of occurrences for a number of ranges from a find loop
    By ANDREWA in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 08-23-2012, 07:53 PM
  3. To find the number of occurrences based on the cell condition and retrieve the value
    By rsundarmail77 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 12-02-2011, 11:50 AM
  4. Find total time taken by each person to process total number of letters.
    By aman1234 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-07-2010, 10:04 AM
  5. Using VLOOKUP to find multiple occurrences and find the Total quantity
    By susanpa in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-30-2009, 09:54 AM

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