+ Reply to Thread
Results 1 to 3 of 3

how to do a countif with these requirements?

  1. #1
    Forum Contributor
    Join Date
    06-28-2013
    Location
    usa
    MS-Off Ver
    Excel 2013
    Posts
    192

    Question how to do a countif with these requirements?

    Hello everyone, I am trying to do a countifs but failing to execute it. I think the > 180 is messing me up.

    I have 4 columns..
    • team name = the teams name
    • severity = how bad is the issue
    • findings age = how many days the issue has been opened
    • exploitability = how likely is it to be discovered

    If you look at my screen shot, I did an example of how I want my data to look like.

    Example for cell H9 I am looking for a countif that reads...
    "team A" (col a), severity of "high" (col b), findings greater than > 180 days (col c) and are "likely" or "very likely" (col d)

    I have also attached my sample excel book. I greatly appreciate everyones help!

    Capture.JPG
    Attached Files Attached Files
    Last edited by eeps24; 06-03-2022 at 11:01 AM.

  2. #2
    Forum Contributor
    Join Date
    06-28-2013
    Location
    usa
    MS-Off Ver
    Excel 2013
    Posts
    192

    Re: how to do a countif with these requirements?

    edit

    I mean "likely" or "very likely" . I originally had &. Technically it cant be both at the same time, its one or the other.

    I am getting close, I just need to figure out how to incorporate > 180 days.

    So far here is my formula that I am using (unless someone has something easier/better) =SUM(COUNTIFS(A:A,"team a",B:B,"4 - high",D:D,{"likely","v.likely"})). I never though I would have to use SUM, I did some searching/youtube.
    Last edited by eeps24; 06-03-2022 at 11:37 AM.

  3. #3
    Forum Contributor
    Join Date
    06-28-2013
    Location
    usa
    MS-Off Ver
    Excel 2013
    Posts
    192

    Re: how to do a countif with these requirements?

    I solved it!

    =SUM(COUNTIFS($A:$A,"team a",$B:$B,"4 - high",$C:$C,">44",$D:$D,{"likely","v.likely"}))

+ 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. COUNTIF-type loop with multiple logic requirements?
    By reagent in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-30-2013, 03:19 AM
  2. Replies: 3
    Last Post: 11-28-2010, 06:59 PM
  3. Sum if satifies two requirements help
    By aroyale15 in forum Excel General
    Replies: 5
    Last Post: 10-20-2009, 12:24 AM
  4. Name Range with three requirements
    By Carole O in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-13-2005, 04:06 PM
  5. multiple requirements for Countif statment
    By Mile029 in forum Excel General
    Replies: 1
    Last Post: 05-06-2005, 04:24 PM
  6. [SOLVED] If statement with two requirements
    By Matt in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-13-2005, 09:06 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