+ Reply to Thread
Results 1 to 3 of 3

Using SUMPRODUCT & COUNT Functions

  1. #1
    Forum Contributor
    Join Date
    09-13-2005
    Posts
    114

    Using SUMPRODUCT & COUNT Functions

    My spreadsheet has two separate sheets. One is a data list and the other is a report sheet. Here's how my data sheet looks:

    Please Login or Register  to view this content.
    As you can see the column A represents a group number and column B represents a persons name that is in that group. In my report sheet I'm trying to create a formula that will count every name for that is in each group. Here's how my report sheet would look:

    Please Login or Register  to view this content.
    Column A again represents the group number while column B now just shows that total number in each group. I'm guessing I need to use a combination of a sumproduct and count function but I'm having trouble putting it together. Any help would be greatly appreciated.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Assuming the names are unique for each group... then you can just count the number of times a group number appears...

    e.g =Countif(Sheet1!A:A,A1)

    where Sheet1!A:A contains your original listing of groups and A1 is the number 1 in your report representing Group 1.

    Then formula can then be copied down.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Contributor
    Join Date
    09-13-2005
    Posts
    114
    Thanks. I guess I over thought how to do this

+ 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. Can Sumproduct be used to get values instead of Count & Sum?
    By all4excel in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-02-2008, 03:18 PM
  2. [SOLVED] Can Sumproduct be used to get values instead of Count & Sum?
    By all4excel in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 04-28-2008, 09:30 AM
  3. sumproduct to count
    By profector in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-24-2008, 05:43 PM
  4. Sumproduct or count?
    By Robo in forum Excel General
    Replies: 4
    Last Post: 07-11-2007, 09:49 AM
  5. Count Or Sumproduct Problem With Years
    By jimmisavage in forum Excel General
    Replies: 9
    Last Post: 06-06-2007, 06:39 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