+ Reply to Thread
Results 1 to 6 of 6

Fromula to count number of records fro each month per salesperson

Hybrid View

  1. #1
    Registered User
    Join Date
    08-13-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    7

    Fromula to count number of records fro each month per salesperson

    Hi,
    I Need a formula to count the number of record for each salesperson in a month , i.e how many client the sales person brought in each month, I ahve attached a samaple of the sheet, two tabs, the data and the Leads count
    thank you for your help
    Ibraheem
    Attached Files Attached Files

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2506 Win 11
    Posts
    24,901

    Re: Fromula to count number of records fro each month per salesperson

    See attached with Countif Formula
    Eidt:
    Missed your second tab showing months. You will need to use the =Countifs formula for this exercise.

    Look at this link

    http://www.techonthenet.com/excel/formulas/countifs.php
    Attached Files Attached Files
    Last edited by alansidman; 10-24-2013 at 03:38 PM.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Fromula to count number of records fro each month per salesperson

    Hello try this in leads count in B4
    =SUMPRODUCT(((TEXT(Data!$B$4:$B$19,"MMM")='Leads Count'!$A4)*(Data!$C$4:$C$19='Leads Count'!B$3)))
    Drag down and left to right
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST

    More we learn about excel, more it shows us, how less we know about it.

    for chemistry
    https://www.youtube.com/c/chemistrybyshivaansh

  4. #4
    Registered User
    Join Date
    08-13-2012
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Fromula to count number of records fro each month per salesperson

    Thanks hemesh and alansidman
    hemesh fomula worked great

  5. #5
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Fromula to count number of records fro each month per salesperson

    You are welcome

  6. #6
    Valued Forum Contributor
    Join Date
    10-29-2012
    Location
    Mojokerto,Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    554

    Re: Fromula to count number of records fro each month per salesperson

    try this one
    start at B4
    =SUMPRODUCT((TEXT(Data!$B$4:$B$19,"mmm")&TRIM(Data!$C$4:$C$19)=$A4&B$3)*1)

    copy right and down

+ 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. Count number of networkdays for each month in a multi month period
    By dreddster in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-10-2013, 11:12 AM
  2. count number of records per month
    By HurricaneDan in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 05-09-2007, 04:30 PM
  3. Counting the Number of Unique Items Sold by Each Salesperson
    By ExcelTip in forum Tips and Tutorials
    Replies: 0
    Last Post: 08-25-2005, 06:14 AM
  4. Get count of records for a particular month and year
    By maxtrixx in forum Excel General
    Replies: 5
    Last Post: 04-08-2005, 03:06 PM
  5. Number of records by Month that meet a specific requirement
    By Keith Brown in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-05-2005, 02:06 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