Forum Discussion

Hogstad_Raadgivning's avatar
Hogstad_Raadgivning
Steel Contributor
May 29, 2024

Countifs question.

Hi,

 

Why is cell L4 1 in this eacample. Contifs with 2 condistions.

=COUNTIFS(F3:F8;B3;G3:G8;">"&J3:J8)

 

 

 

  • SergeiBaklan's avatar
    SergeiBaklan
    May 29, 2024

    Hogstad_Raadgivning 

    And what COUNTIFS returns:

    With first condition we iterate records with Tyskland. First one has 1, with second condition we iterate all records in second position counting where the score is less than 1. It gives 1,1,0,1,0,0. When repeat the same with second Tyskland. Since it has zero, comparing with scores in second column we have 0,0,0,0,0,0. No more Tyskland, sum one with another and have result which we have.

Resources