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

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: __NOTOC__ == WAARDE == Geeft, na het opgeven van een tekst, een getal terug. === Syntaxis: === <tt>'''WAARDE(tekst)'''</tt> : converteert <tt>'''tekst'''</tt> naar een getal. <tt>'''te...)
 
m (Bot: Adding Category: Documentation)
Line 38: Line 38:
 
[[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 15:14, 20 November 2009


WAARDE

Geeft, na het opgeven van een tekst, een getal terug.

Syntaxis:

WAARDE(tekst)

converteert tekst naar een getal. tekst kan zijn: een getal, inclusief fracties, exponentiële notatie en (locale afhankelijke) decimale punt en scheidingsteken voor duizendtallen; een percentage; of een datum of tijd (het getal voor datum/tijd wordt teruggegeven).

Voorbeeld:

WAARDE("12")

geeft 12 als een getal terug.

WAARDE("1.234,56")

geeft 1234,56 terug als uw locale het scheidingsteken voor duizendtallen '.' en de decimale komma ',' herkent.

WAARDE("1 1/2")

geeft 1,5 terug (fractie).

tWAARDE("1E3")

geeft 1000 terug (exponentiële notatie).

WAARDE("50%")

geeft 0,5 terug (percentage).

WAARDE("03-04-2009")

geeft het getal voor datum/tijd voor 3 april 2009 terug.

Zie ook:

TEKST, T, N, DATUMWAARDE, TIJDWAARDE

Tekstfuncties

Functies - alfabetisch gesorteerd, Functies - gesorteerd per categorie

Personal tools