Difference between revisions of "Documentation/How Tos/Calc: DOLLAR function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
m (Robot: Automated text replacement %s)
Line 17: Line 17:
 
: returns <tt>'''$367.46'''</tt>, if your currency is US dollars.
 
: returns <tt>'''$367.46'''</tt>, if your currency is US dollars.
  
=== See also: ===
+
{{Documentation/SeeAlso|
'''[[Documentation/How_Tos/Calc: FIXED function|FIXED]]'''
+
* [[Documentation/How_Tos/Calc: FIXED function|FIXED]]'''
  
'''[[Documentation/How_Tos/Calc: Text functions|Text functions]]'''
+
* [[Documentation/How_Tos/Calc: Text functions|Text functions]]'''
  
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
+
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]
+
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
  
 
=== Issues: ===
 
=== Issues: ===
 
* Because it depends on local settings, <tt>'''DOLLAR'''</tt> should not be regarded as portable.
 
* Because it depends on local settings, <tt>'''DOLLAR'''</tt> should not be regarded as portable.

Revision as of 13:44, 25 February 2009


DOLLAR

Returns text representing a number in your local currency format.

Syntax:

DOLLAR(number; decimals)

returns text representing number as currency. decimals (optional, assumed to be 2 if omitted) sets the number of decimal places.
Tools - Options - Language Settings - Languages - 'Default Currency' sets the currency to be used (normally be the currency of your locale).

Example:

DOLLAR(255)

returns $255.00, if your currency is US dollars.

DOLLAR(367.456; 2)

returns $367.46, if your currency is US dollars.

Template:Documentation/SeeAlso

Issues:

  • Because it depends on local settings, DOLLAR should not be regarded as portable.
Personal tools