Difference between revisions of "NL/Documentation/How Tos/Calc: functie GROOTSTE"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: __NOTOC__ == GROOTSTE == Geeft de N<sup>de</sup> grootste waarde uit een lijst van getallen terug. === Syntaxis: === <tt>'''GROOTSTE(getallenlijst; n)'''</tt> : geeft het <tt>'''N'''</...)
 
m (Voorbeeld:)
 
(4 intermediate revisions by 3 users not shown)
Line 15: Line 15:
 
: waar de cellen <tt>'''B1'''</tt>, <tt>'''B2'''</tt>, <tt>'''B3'''</tt> en <tt>'''B4'''</tt> <tt>'''4'''</tt>, <tt>'''7'''</tt>, <tt>'''5'''</tt> en <tt>'''8'''</tt> bevatten, geeft <tt>'''5'''</tt> terug. Het hoogste getal is <tt>'''8'''</tt>, dan <tt>'''7'''</tt>, dan op de derde plaats <tt>'''5'''</tt>.
 
: waar de cellen <tt>'''B1'''</tt>, <tt>'''B2'''</tt>, <tt>'''B3'''</tt> en <tt>'''B4'''</tt> <tt>'''4'''</tt>, <tt>'''7'''</tt>, <tt>'''5'''</tt> en <tt>'''8'''</tt> bevatten, geeft <tt>'''5'''</tt> terug. Het hoogste getal is <tt>'''8'''</tt>, dan <tt>'''7'''</tt>, dan op de derde plaats <tt>'''5'''</tt>.
  
{{Documentation/nl/ZieOok|
+
{{NL/Documentation/ZieOok|
* [[Documentation/nl/How_Tos/Calc: functie KLEINSTE|KLEINSTE]]
+
* [[NL/Documentation/How_Tos/Calc: functie KLEINSTE|KLEINSTE]]
* [[Documentation/nl/How_Tos/Calc: functie RANG|RANG]]
+
* [[NL/Documentation/How_Tos/Calc: functie RANG|RANG]]
* [[Documentation/nl/How_Tos/Calc: functie MAX|MAX]]
+
* [[NL/Documentation/How_Tos/Calc: functie MAX|MAX]]
* [[Documentation/nl/How_Tos/Calc: functie MIN|MIN]]
+
* [[NL/Documentation/How_Tos/Calc: functie MIN|MIN]]
  
* [[Documentation/nl/How_Tos/Calc: Statistische functies|Statistische functies]]
+
* [[NL/Documentation/How_Tos/Calc: Statistische functies|Statistische functies]]
  
* [[Documentation/nl/How_Tos/Calc: Functies alfabetisch gesorteerd|Functies - alfabetisch gesorteerd]],
+
* [[NL/Documentation/How_Tos/Calc: Functies alfabetisch gesorteerd|Functies - alfabetisch gesorteerd]]
* [[Documentation/nl/How_Tos/Calc: Functies gesorteerd per categorie|Functies - gesorteerd per categorie]]}}
+
* [[NL/Documentation/How_Tos/Calc: Functies gesorteerd per categorie|Functies - gesorteerd per categorie]]}}
 +
[[Category: NL/Documentation/Reference/Calc]]

Latest revision as of 16:47, 28 January 2024


GROOTSTE

Geeft de Nde grootste waarde uit een lijst van getallen terug.

Syntaxis:

GROOTSTE(getallenlijst; n)

geeft het Nde grootste getal binnen het (ongeordende) bereik of de matrix van getallen getallenlijst terug.

Voorbeeld:

GROOTSTE(B1:B4; 3)

waar de cellen B1, B2, B3 en B4 4, 7, 5 en 8 bevatten, geeft 5 terug. Het hoogste getal is 8, dan 7, dan op de derde plaats 5.

Zie ook

Personal tools