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

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
Line 17: Line 17:
 
=== See also: ===
 
=== See also: ===
 
[[Documentation/How_Tos/Calc: DOLLARFR function|'''DOLLARFR''']]
 
[[Documentation/How_Tos/Calc: DOLLARFR function|'''DOLLARFR''']]
 +
 +
[[Documentation/How_Tos/Calc: VALUE function|'''VALUE''']]
  
 
[[Documentation/How_Tos/Calc: Financial functions|'''Financial functions''']]
 
[[Documentation/How_Tos/Calc: Financial functions|'''Financial functions''']]
 +
 +
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
 +
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]

Revision as of 06:20, 13 September 2008


DOLLARDE

Converts a fractional number representation of a number into a decimal number.

Syntax:

DOLLARDE(fractionalrep; denominator)

fractionalrep: the fractional representation. Sometimes a security price, for example, might be expressed as 2.03, meaning $2 and 3/16 of a dollar.
denominator: the denominator - for example, 16 in the example above.
DOLLARDE converts the fractional representation to decimal. Despite its name, it returns a number, not a currency. Its inverse is DOLLARFR.

Example:

DOLLARDE(2.03; 16)

returns 2.1875 as a number. 2 + 3/16 equals 2.1875.

See also:

DOLLARFR

VALUE

Financial functions

Functions listed alphabetically, Functions listed by category

Personal tools