+ Reply to Thread
Results 1 to 6 of 6

Countifs Multiple Criteria Met

  1. #1
    Registered User
    Join Date
    12-07-2015
    Location
    viera, FL
    MS-Off Ver
    Ofiice 365
    Posts
    32

    Countifs Multiple Criteria Met

    Trying to create a Countifs formula in attached excel sheet to solve the following:

    if the Slate row = 3 (or any given number) then return the number of times a number >=300 occurs from that particular numbered column. If we use 3 then it would look in columns H & V.
    Proj 1U would only return the count from the 4:23 range
    and a second formula to pull the same results for:
    Proj 2U to return the count from the 27:46 range

    In this example the Proj 1U would return a 1 count (V16)
    and Proj 2U would also return a 1 count (V33).

    Thank you so much in advance.
    Gary
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,647

    Re: Countifs Multiple Criteria Met

    Please do not use the private messaging system to draw attention to your threads. If you need to, you can bump them once a day by posting a new message to them.

    There have been several views of this thread and no bites, so something obviously isn't clear. YOu need to mock up manually in the workbook the results you are hoping to get - at the moment, it's just a guessing game.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Countifs Multiple Criteria Met

    Countifs is an assumed solution, it is not suitable for this task. Assuming that you don't want the average figure in the last row of each table to be counted.

    Start by copying "Proj 1u:" from A3 to A4:A23. Every cell needs to be filled for a formula to work, not just the top one. Repeat for "Proj 2u:" and any others you may have in your proper sheet.

    Then you can get your result with.

    =SUMPRODUCT(($A$4:$A$47="Proj 1u:")*($B$1:$AE$1=3)*($B$4:$AE$47>=300))

  4. #4
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Countifs Multiple Criteria Met

    Or can try

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Change the highlighted part as per your requirement
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  5. #5
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Countifs Multiple Criteria Met

    I thought about that but it promotes unnecessary use of a volatile function and also assumes that the number of rows will be uniform for each table.

    The difference between an answer and a solution...

  6. #6
    Registered User
    Join Date
    12-07-2015
    Location
    viera, FL
    MS-Off Ver
    Ofiice 365
    Posts
    32

    Re: Countifs Multiple Criteria Met

    Thank you for the replies. They boh worked!

+ 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. [SOLVED] Countifs multiple criteria- criteria if cell is greater than another i adjacent column
    By Sircool1 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-26-2018, 11:23 AM
  2. [SOLVED] COUNTIFS with Multiple Text Criteria in Same Criteria Range
    By xl2016 in forum Excel General
    Replies: 5
    Last Post: 06-18-2017, 05:00 AM
  3. Countifs with multiple criteria in single criteria range
    By SUHAS KARHADKAR in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 12-01-2016, 10:55 AM
  4. Countifs with multiple criteria in single criteria range
    By MCP313 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-01-2016, 03:51 AM
  5. [SOLVED] COUNTIFS with multiple criteria in the same criteria range
    By Faridwahidi in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-23-2015, 01:04 PM
  6. [SOLVED] countifs statement with multiple criteria for multiple criteria ranges
    By mcdermott2 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 05-07-2015, 11:48 AM
  7. [SOLVED] Countifs with multiple criteria and one criteria has a list of names
    By Beefy1 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-30-2014, 05:25 PM

Tags for this Thread

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