zum Makro...
.. Was Du hier willst, ist dass alle mindestens einmal
vorkommenden Werte genau einmal aufgelistet werden. Eine solche
Funktion ist mir (außer implizit im Datenpiloten) als
Tabellenkalkulationsfunktion nicht bekannt.
Mit einem Makro wäre sowas machbar.
Hmm, habe mir das überlegt, wenn ich die Parameterwerte der 
Testergebnisse sowie so einzeln mit einem Makro 'rauszuzeln' muss:
  von Zeile 1 bis Ende
        ParaX = Zelle(z,s)
      ...
dann kann ich die kleine Statistik auch im Makro gleich selber machen:
beim Parameter = paraX (so in etwa):
        An{paraX}++
        Su{paraX} += Zell[z,s]
        Qu{paraX} += Zell[z,s]²
        Ma{paraX} = Max(Ma{paraX},Zell[z,s])
        Mi{paraX} = Min(Ma{paraX},Zell[z,s])
        ...
Aber dann brauch ich den Datenpilot erst recht nicht  :(
Frage dazu: Gibt es hashes in LO-Basic?
Gruß, gooly
--
Informationen zum Abmelden: E-Mail an users+help@de.libreoffice.org
Tips zu Listenmails: http://wiki.documentfoundation.org/Netiquette/de
Listenarchiv: http://listarchives.libreoffice.org/de/users/
Alle E-Mails an diese Liste werden unlöschbar öffentlich archiviert
Context
Re: [de-users] Ergebnisanalyse mit Calc · gooly
   
 
  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.