Difference between revisions of "NL/Documentation/How Tos/Calc: functie N"
From Apache OpenOffice Wiki
< NL | Documentation | How Tos
OOoWikiBot (talk | contribs) m (Robot: Automated text replacement %s) |
m (→Problemen:) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 24: | Line 24: | ||
===Problemen: === | ===Problemen: === | ||
− | <tt>'''N()'''</tt> zal in Calc tekst naar een getal converteren, maar zal dat niet in Excel doen. De ODFF standaard heeft opzettelijk geen gedrag gespecificeerd. Gebruik <tt>'''WAARDE()'''</tt> om van tekst naar getal te converteren. | + | * <tt>'''N()'''</tt> zal in Calc tekst naar een getal converteren, maar zal dat niet in Excel doen. De ODFF standaard heeft opzettelijk geen gedrag gespecificeerd. Gebruik <tt>'''WAARDE()'''</tt> om van tekst naar getal te converteren. |
− | {{Documentation | + | {{NL/Documentation/ZieOok| |
− | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie ISGETAL|ISGETAL]] |
− | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie WAARDE|WAARDE]] |
− | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie T|T]] |
− | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie TEKST|TEKST]] |
− | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie VAST|VAST]] |
− | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: functie DECIMAAL|DECIMAAL]] |
− | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: Informatie-functies|Informatie-functies]] |
− | * [[Documentation | + | * [[NL/Documentation/How_Tos/Calc: Functies alfabetisch gesorteerd|Functies - alfabetisch gesorteerd]] |
− | * [[Documentation | + | * [[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:10, 28 January 2024
N
Geeft de numerieke waarde terug.
Syntaxis:
N(waarde)
- geeft de numerieke waarde terug van waarde, indien mogelijk. Het geeft de logische waarden WAAR en ONWAAR terug als respectievelijk 1 en 0.
- N() is niet bedoeld om tekst naar een getal te converteren - gebruik in plaats daarvan de functie WAARDE().
Voorbeeld:
N(123)
- geeft 123 terug, omdat 123 (reeds) een getal is.
N(WAAR)
- geeft 1 terug.
N(A3)
- waar A3 ONWAAR bevat, geeft 0 terug.
Problemen:
- N() zal in Calc tekst naar een getal converteren, maar zal dat niet in Excel doen. De ODFF standaard heeft opzettelijk geen gedrag gespecificeerd. Gebruik WAARDE() om van tekst naar getal te converteren.
Zie ook