DOLLARFR |
DOLLARFR(decimal_dollar, fraction) |
Returns the dollar decimal expressed as a fraction. |
decimal_dollar | The decimal number you want converted. |
fraction | The integer to use in the denominator of a fraction. |
REMARKS |
* This function converts the decimal part of the "decimal_dollar" number into a fraction with the denominator being "fraction". * If "fraction" is not an integer, it is truncated. * If "fraction" = 0, then #DIV/0! is returned. * If "fraction" < 0, then #NUM! is returned. * This function can be useful when working with stock market quotes. * You can use the DOLLARDE function to return the dollar decimal expressed as a dollar fraction. * For the Microsoft documentation refer to support.microsoft.com * For the Google documentation refer to support.google.com |
|
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top