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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m (Voorbeeld:)
 
(2 intermediate revisions by 2 users not shown)
Line 19: Line 19:
 
: waar A1 <tt>'''"dag"'''</tt> bevat, geeft <tt>'''ONWAAR'''</tt> terug, omdat <tt>'''"dag"'''</tt> tekst is, geen fout.
 
: waar A1 <tt>'''"dag"'''</tt> bevat, geeft <tt>'''ONWAAR'''</tt> terug, omdat <tt>'''"dag"'''</tt> tekst is, geen fout.
  
{{Documentation/nl/ZieOok|
+
{{NL/Documentation/ZieOok|
* [[Documentation/nl/How_Tos/Calc: functie ISFOUT2|ISFOUT2]]
+
* [[NL/Documentation/How_Tos/Calc: functie ISFOUT2|ISFOUT2]]
* [[Documentation/nl/How_Tos/Calc: functie ISFOUT|ISFOUT]]
+
* [[NL/Documentation/How_Tos/Calc: functie ISFOUT|ISFOUT]]
* [[Documentation/nl/How_Tos/Calc: functie NB|NB]]
+
* [[NL/Documentation/How_Tos/Calc: functie NB|NB]]
  
* [[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]]
 
[[Category: NL/Documentation/Reference/Calc]]

Latest revision as of 12:05, 28 January 2024


ISNB

Test op de foutwaarde #N/B (Niet beschikbaar).

Syntaxis:

ISNB(waarde)

Geeft WAAR terug als waarde de foutwaarde #N/B (Niet beschikbaar) is of daarnaar verwijst en anders ONWAAR.

Voorbeeld:

ISNB(NB())

geeft WAAR terug, omdat NB() de fout #N/B teruggeeft.

ISNB(1/0)

geeft ONWAAR terug, omdat 1/0 een fout #DEL/0! is, geen fout #N/B.

ISNB(A1)

waar A1 "dag" bevat, geeft ONWAAR terug, omdat "dag" tekst is, geen fout.

Zie ook

Personal tools