Get count (sum) of cells with specifically selected list value

Have a list of persons, defined a named range with them, for usage as a listbox in data validation.

on another sheet i have several cells where this validation is assigned

what I want to know is how many times (= in how many cells with type equals listbox) a specific list entry was selected in this sheet

German List here - so first german answer:

Verstehe die Problematik nicht: Formel ist korrekt: =Zählenwenn(bereich; Kriterium)

Dein Bereich ist der benutzet Bereich der Zellen, die gewählt wurden.

Dein Kriterium ist der gesuchte Begriff - gewählt als Zelladresse aus Deiner Personenliste.

Das Ergebnis listet Dir die Anzahl der gewählten Begriffe auf. Wo ist das Problem?

correct formula: countif(range; name)

range is the used cellrange where you selected the persons (validation area), name is the criterium which you select out of your person list.

Viele Grüße Tom

Hallo Tom,

danke für Deine Antwort. Genau das war mein “Problem” - ich war auf der Suche nach der Formel “ZÄHLENWENN” :slight_smile:

Viele Grüße,
Michael