+ Reply to Thread
Results 1 to 3 of 3

need formula to count data by type

  1. #1
    Registered User
    Join Date
    02-02-2009
    Location
    Trece Martirez City Cavite Philippines
    MS-Off Ver
    Excel 2003
    Posts
    25

    need formula to count data by type

    Hi anyone who can help me with this query.

    I need to count EC1 (refer to data tab - column A) with 100.00% score (refer to Data tab - column AA:Score).

    Please refer to attachment for the sample data.

    I need anyone's input - thank you.

    endz0926
    Attached Files Attached Files
    Last edited by endz0926; 07-16-2009 at 03:19 AM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: need formula to count data by type

    Without using helpers you are left with SUMPRODUCT

    =SUMPRODUCT(--(Data!$A$1:$A$100="EC1"),--(Data!$AA$1:$AA$100=1))

    The reference to EC1 can be a cell containing EC1.

    You may also want to consider using a Pivot Table if you wish to repeat the function over and over as Sumproducts are quite "expensive".

  3. #3
    Registered User
    Join Date
    02-02-2009
    Location
    Trece Martirez City Cavite Philippines
    MS-Off Ver
    Excel 2003
    Posts
    25

    Re: need formula to count data by type

    thanks Donkeyote - - - my file now works....

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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