+ Reply to Thread
Results 1 to 2 of 2

Counting Problem

  1. #1
    Registered User
    Join Date
    12-18-2013
    Location
    Zurich
    MS-Off Ver
    Excel 2007
    Posts
    1

    Counting Problem

    Hi all,

    hope you can help me with the workbook attached.
    I have a database with more than 22k records, most of them with zero values. Each project is classified under a certain status.
    I would like to count how many different projects in each status are contributing to deliver the amount displayed in column D and E.
    If I use COUNT, Excel is counting the number of rows, not the different projects.

    My aim would be to have
    - X different projects are contributing to Y $ M in status A
    - N different projects are contributing to R $ M in status B
    etc

    See attached workbook

    THANKSExcel.xlsx

  2. #2
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: Counting Problem

    you can use countif, for example:
    =countif(D4:D22000,<>0)
    or countifs to include what is in column C.

+ 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. counting problem
    By mickreid in forum Excel General
    Replies: 7
    Last Post: 08-16-2011, 05:54 PM
  2. Counting problem
    By Blackened in forum Excel General
    Replies: 3
    Last Post: 07-15-2008, 09:57 AM
  3. Counting Problem
    By aphid in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 10-25-2006, 03:59 PM
  4. counting problem
    By JE McGimpsey in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 04:05 AM
  5. counting problem
    By philip in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 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