Forum Discussion

AmyYang's avatar
AmyYang
Brass Contributor
Feb 20, 2022
Solved

How to use COUNTIFS function if it overlaps between with different criteria

Hi Excel Community,   Thank you for reading this question, I think it might be easier to explain if you could kindly open the attached excel.    Background: I have a set of different clinical tri...
  • Riny_van_Eekelen's avatar
    Riny_van_Eekelen
    Feb 20, 2022

    AmyYang See attached.

     

    The key to all these calculations is the FILTER function. You can study the help pages to gain an understanding on how this function works. Combining criteria with the + sign works like a logical OR operation. When you use the * sign it's like AND.

     

    Once you have narrowed down the dataset by filtering, you can apply COUNTA and MEDIAN.

     

Resources