[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [de-users] Calc: Funktion gesucht


Hallo

Am 09.08.2012 16:08, schrieb Micha Kuehn:

In zwei Zeilen stehen Zahlen. Aus der zweiten Zeile soll der "gewichtete
Mittelwert" berechnet werden.

Beispiel:

| A B C D
---+-------------------
1 | 1 2 0 3
2 | 3 4 5 2

Jetzt soll gerechnet werden: (1*3 + 2*4 + 0*5 + 3*2)/6
Als ausgeschriebene Formel: (A1*A2 + B1*B2 +...)/summe(A1:...)

=SUMMENPRODUKT(A1:D1;A2:D2)/SUMME(A1:D1)

Werner

--
Informationen zum Abmelden: E-Mail an users+help@de.libreoffice.org
Probleme? http://de.libreoffice.org/hilfe-kontakt/mailing-listen/abmeldung-liste/
Tipps 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

References:
[de-users] Calc: Funktion gesuchtMicha Kuehn <michakuehn@habmalnefrage.de>
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 GNU Lesser General Public License (LGPLv3). "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.