Difference between revisions of "NL/Documentation/How Tos/Calc: functie WAARDE"
From Apache OpenOffice Wiki
		< NL | Documentation | How Tos
		
		
OOoWikiBot (talk | contribs) m (Bot: Adding Category: Documentation)  | 
				OOoWikiBot (talk | contribs)  m (Robot: Automated text replacement %s)  | 
				||
| 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]]  | + | [[Category: NL/Documentation/Reference/Calc]]  | 
Revision as of 11:05, 24 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
Functies - alfabetisch gesorteerd, Functies - gesorteerd per categorie