Es sollen aus einer Datumsspalte mit Geburtstagen alle Personen gezählt werden, die zwischen 20 und 30 Jahren alt sind.

In Spalte A1 bis A100 stehen die Geburtsdaten. Dann lautet die Formel:

{=SUMME((DATEDIF(A1:A100;HEUTE();"Y")<=30)*(DATEDIF(A1: A100;HEUTE();"Y")>20))}

oder

{=INDEX(HÄUFIGKEIT(DATEDIF(A1:A100;HEUTE();"Y");{20;30}); 2)}

Da es sich bei den beiden Formeln um eine Matrixformel handelt, muss die Eingabe der Formel mit gedrückter Tastenkombination Strg. + Shift abgeschlossen werden. Dadurch entsteht die geschweifte Klammer.

You have no rights to post comments

This website uses cookies to manage authentication, navigation, and other functions. By using our website, you agree that we can place these types of cookies on your device.