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

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: __NOTOC__ == GELIJK == geeft <tt>'''WAAR'''</tt> terug als twee tekenreeksen van tekst identiek zijn === Syntaxis: === <tt>'''GELIJK(tekst1; tekst2)'''</tt> : geeft <tt>'''WAAR'''</tt> ...)
 
m (Zie ook:)
 
(3 intermediate revisions by 2 users not shown)
Line 15: Line 15:
 
: geeft <tt>'''ONWAAR'''</tt> terug.
 
: geeft <tt>'''ONWAAR'''</tt> terug.
  
=== Zie ook: ===
+
{{NL/Documentation/ZieOok|
'''[[Documentation/nl/How_Tos/Calc: functie VIND.ALLES|VIND.ALLES]]''',
+
* [[NL/Documentation/How_Tos/Calc: functie VIND.ALLES|VIND.ALLES]]''',
'''[[Documentation/nl/How_Tos/Calc: functie VIND.SPEC|VIND.SPEC]]''',
+
* [[NL/Documentation/How_Tos/Calc: functie VIND.SPEC|VIND.SPEC]]''',
'''[[Documentation/nl/How_Tos/Calc: functie ISTEKST|ISTEKST]]'''
+
* [[NL/Documentation/How_Tos/Calc: functie ISTEKST|ISTEKST]]'''
  
'''[[Documentation/nl/How_Tos/Calc: Tekstfuncties|Tekstfuncties]]'''
+
* [[NL/Documentation/How_Tos/Calc: Tekstfuncties|Tekstfuncties]]'''
  
'''[[Documentation/nl/How_Tos/Calc: Informatie-functies|Informatie-functies]]'''
+
* [[NL/Documentation/How_Tos/Calc: Informatie-functies|Informatie-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 17:23, 28 January 2024


GELIJK

geeft WAAR terug als twee tekenreeksen van tekst identiek zijn

Syntaxis:

GELIJK(tekst1; tekst2)

geeft WAAR terug als de tekenreeksen van tekst tekst1 en tekst2 precies hetzelfde zijn (inclusief hoofd-/kleine letters).

Voorbeeld:

GELIJK("rode auto"; "rode auto")

geeft WAAR terug.

GELIJK("rode auto"; "Rode Auto")

geeft ONWAAR terug.

Zie ook

Personal tools