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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (moved Documentation/nl/How Tos/Calc: functie COMBINATIES to NL/Documentation/How Tos/Calc: functie COMBINATIES: Moving NL documentation to the NL NLC section of the Wiki)
m
 
(One intermediate revision by the same user not shown)
Line 20: Line 20:
 
: geeft <tt>'''3'''</tt> terug.
 
: geeft <tt>'''3'''</tt> terug.
  
=== Zie ook: ===
+
{{NL/Documentation/ZieOok|
'''[[Documentation/nl/How_Tos/Calc: functie COMBINATIES2|COMBINATIES2]]''',
+
* [[NL/Documentation/How_Tos/Calc: functie COMBINATIES2|COMBINATIES2]]
'''[[Documentation/nl/How_Tos/Calc: functie PERMUTATIES|PERMUTATIES]]''',
+
* [[NL/Documentation/How_Tos/Calc: functie PERMUTATIES|PERMUTATIES]]
'''[[Documentation/nl/How_Tos/Calc: functie PERMUTATIES2|PERMUTATIES2]]'''
+
* [[NL/Documentation/How_Tos/Calc: functie PERMUTATIES2|PERMUTATIES2]]
  
'''[[Documentation/nl/How_Tos/Calc: Wiskundige functies|Wiskundige functies]]'''
+
* [[NL/Documentation/How_Tos/Calc: Wiskundige functies|Wiskundige 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]]
 
[[Category: NL/Documentation/Reference/Calc]]

Latest revision as of 15:32, 26 January 2024


COMBINATIES

Geeft het aantal combinaties van een deelverzameling van items terug.

Syntaxis:

COMBINATIES(aantal; kiezen)

aantal is het aantal items in de verzameling.
kiezen is het aantal items waaruit in de verzameling gekozen kan worden.
COMBINATIES geeft het aantal manieren terug waarop deze items gekozen kunnen worden. Indien er bijvoorbeeld 3 items A, B en C in een verzameling zitten, kunt u 2 items op 3 verschillende manieren kiezen, namelijk AB, AC en BC.
COMBINATIES implementeert de formule:
aantal!/(kiezen!(aantal-kiezen)!)

Voorbeeld:

COMBINATIES(3,2)

geeft 3 terug.

Zie ook

Personal tools