ich möchte aus einer Spalte das Vorkommen eines Wertes in Abhängigkeit
des Wertes in der Zelle daneben zählen. Dazu hatte ich als erstes an die
Funktion SUMMENPRODUKT gedacht, aber damit kriege ich es nicht hin.
Folgendes soll gezähle werden:
        A       B
1       Ort     Tätigkeit
2       Berlin  Projekt 1
3       Berlin  Urlaub
4       Berlin  Feiertag
5       Hamburg Projekt 2
6       Berlin  krank
7       Berlin  orga.
Gezählt werden soll das Vorkommen von "Berlin" in Spalte A, wenn in
Spalte B nicht "Urlaub", "Feiertag" oder "krank" steht. Bis
=SUMMENPRODUKT(A2:A1200="Berlin")
funktioniert zumindest schon mal die Zählung von Berlin, doch mit
=SUMMENPRODUKT(A2:A1200;="Berlin";B2:1200;"UND('<>Urlaub';'<>krank';'<>Feiertag')")
erhalte ich nur "#WERT!", mit Versuchen leichter Abwandlungen "Err:508",
"Err:509", "Err:510", "#NAME?" oder ähnliches.
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.