+ Reply to Thread
Results 1 to 3 of 3

Count statement wtih multiple criteria only showing results for one criteria

  1. #1
    Registered User
    Join Date
    04-08-2013
    Location
    Fort Worth, Texas
    MS-Off Ver
    Excel 2010
    Posts
    14

    Count statement wtih multiple criteria only showing results for one criteria

    Guys, the formula below seems to be calculating only the number of cells with "P1" in it.
    Don't let the long formula scare you off... I'm just wanting to find the number of times a cell in column F is either yellow or red when column A has a "P1" in it.
    The underlined portion of this formula works... so I just need to get it to only count when P1 is in column A

    =COUNT(('Dashboard'!A9:A384="P1")*(SUMPRODUCT(--(ColorIndexOfRange('Dashboard'!$F$9:$F$384,FALSE,2)=COLORINDEXOFONECELL('Dashboard'!$A$3,FALSE,2))))+(SUMPRODUCT(--(ColorIndexOfRange('Dashboard'!$F$9:$F$384,FALSE,2)=COLORINDEXOFONECELL('Dashboard'!$A$5,FALSE,2)))))

    When I use the formula, if a cell in column F is yellow or red it gives me 34 (total # of cells with a "P1") as an answer

    Appreciate your time and help.
    Matt
    Last edited by uhlabomber; 07-17-2013 at 03:45 PM.

  2. #2
    Forum Expert
    Join Date
    10-09-2012
    Location
    Dallas, Texas
    MS-Off Ver
    MO 2010 & 2013
    Posts
    3,049

    Re: Count statement wtih multiple criteria only showing results for one criteria

    Uploading a sample workbook is MUCH more likely to illicit a respone because people would prefer to play witht the data set than digest a lot of text and have to contsruct a sample then solution on their own.

  3. #3
    Registered User
    Join Date
    04-08-2013
    Location
    Fort Worth, Texas
    MS-Off Ver
    Excel 2010
    Posts
    14

    Re: Count statement wtih multiple criteria only showing results for one criteria

    Example Workbook Attached... thanks for the feedback.
    Attached Files Attached Files
    Last edited by uhlabomber; 07-17-2013 at 02:39 PM.

  4. #4
    Registered User
    Join Date
    04-08-2013
    Location
    Fort Worth, Texas
    MS-Off Ver
    Excel 2010
    Posts
    14

    Re: Count statement wtih multiple criteria only showing results for one criteria

    So i tried this formula, now it acurately calculates the number of red or yellow cells, but does not filter those depending upon their period... so i have a total of 7 yellow or red in column F, but only 2 are in period 1... but it displays 7 as the result instead of the actual answer of 2.

    =SUM('Perry Dashboard'!$A$9:$A$384="P1")*(SUMPRODUCT(--(ColorIndexOfRange('Perry Dashboard'!F$9:F$384,FALSE,2)=COLORINDEXOFONECELL('Perry Dashboard'!$A$3,FALSE,2))))+(SUMPRODUCT(--(ColorIndexOfRange('Perry Dashboard'!F$9:F$384,FALSE,2)=COLORINDEXOFONECELL('Perry Dashboard'!$A$5,FALSE,2))))
    Attached Files Attached Files
    Last edited by uhlabomber; 07-17-2013 at 03:46 PM.

+ 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: 11
    Last Post: 02-07-2013, 02:22 AM
  2. Replies: 5
    Last Post: 02-04-2013, 12:32 PM
  3. Replies: 4
    Last Post: 02-04-2013, 11:01 AM
  4. User Form to Search multiple Criteria to return multiple Results
    By Calieth in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 08-16-2011, 11:57 AM
  5. Question about data lookups with multiple criteria and multiple results
    By TheMachineWhisperer in forum Excel General
    Replies: 0
    Last Post: 10-18-2010, 10:36 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