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

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: __NOTOC__ == ISNB == Test op de foutwaarde '''#N/B''' (Niet beschikbaar). === Syntaxis: === <tt>'''ISNB(waarde)'''</tt> :Geeft <tt>'''WAAR'''</tt> terug als <tt>'''waarde'''</tt> de f...)
 
m (Bot: Adding Category: Documentation)
Line 28: Line 28:
 
* [[Documentation/nl/How_Tos/Calc: Functies alfabetisch gesorteerd|Functies - alfabetisch gesorteerd]],
 
* [[Documentation/nl/How_Tos/Calc: Functies alfabetisch gesorteerd|Functies - alfabetisch gesorteerd]],
 
* [[Documentation/nl/How_Tos/Calc: Functies gesorteerd per categorie|Functies - gesorteerd per categorie]]}}
 
* [[Documentation/nl/How_Tos/Calc: Functies gesorteerd per categorie|Functies - gesorteerd per categorie]]}}
 +
[[Category: Documentation]]

Revision as of 14:52, 20 November 2009


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