Difference between revisions of "NL/Documentation/How Tos/Calc: functie GEMIDDELDE"
From Apache OpenOffice Wiki
		< NL | Documentation | How Tos
		
		
| m (→Problemen:) | m | ||
| Line 18: | Line 18: | ||
| ===Problemen: === | ===Problemen: === | ||
| − | * Calc neemt aan dat * [[Documentation | + | * Calc neemt aan dat * [[NL/Documentation/How_Tos/Calc: Logische functies#Overzicht van logische waarden|logische waarden]] zijn: <tt>'''1'''</tt> (<tt>'''WAAR'''</tt>) en <tt>'''0'''</tt> (<tt>'''ONWAAR'''</tt>). Excel negeert logische waarden. | 
| − | {{Documentation | + | {{NL/Documentation/ZieOok| | 
| − | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie GEMIDDELDEA|GEMIDDELDEA]] | 
| − | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie MEETK.GEM|MEETK.GEM]] | 
| − | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie HARM.GEM|HARM.GEM]] | 
| − | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie MEDIAAN|MEDIAAN]] | 
| − | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie MODUS|MODUS]] | 
| − | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie GETRIMD.GEM|GETRIMD.GEM]] | 
| − | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie GEM.DEVIATIE|GEM.DEVIATIE]] | 
| − | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie SOM|SOM]] | 
| − | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie AANTAL|AANTAL]] | 
| − | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie DBGEMIDDELDE|DBGEMIDDELDE]] | 
| − | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: Statistische functies|Statistische functies]] | 
| − | * [[NL/Documentation/How_Tos/Calc: Functies alfabetisch gesorteerd|Functies - alfabetisch gesorteerd]] | + | * [[NL/Documentation/How_Tos/Calc: Functies alfabetisch gesorteerd|Functies - alfabetisch gesorteerd]] | 
| − | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: Functies gesorteerd per categorie|Functies - gesorteerd per categorie]]}} | 
| [[Category: NL/Documentation/Reference/Calc]] | [[Category: NL/Documentation/Reference/Calc]] | ||
Latest revision as of 15:10, 28 January 2024
GEMIDDELDE
Geeft het gemiddelde van de argumenten terug, negeert tekst.
Syntaxis:
GEMIDDELDE(getal1; getal2; ... getal30)
- getal1 tot en met getal30 zijn maximaal 30 getallen of bereiken die getallen bevatten.
Voorbeeld:
GEMIDDELDE(2; 6; 4)
- geeft 4 terug, het gemiddelde van de drie getallen in de lijst.
GEMIDDELDE(B1:B3)
- waar de cellen B1, B2, B3 1, 3, en appel bevatten geeft 2 terug, het gemiddelde van 1 en 3. Tekst wordt genegeerd.
Problemen:
- Calc neemt aan dat * logische waarden zijn: 1 (WAAR) en 0 (ONWAAR). Excel negeert logische waarden.
Zie ook

