source/text/scalc/01/04060118.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ea2be76c292e9b2ad455bc47540d8e03626b7ee7 Author: Stanislav Horacek <[email protected]> Date: Thu Sep 8 13:38:31 2016 +0200 tdf#100990 correct example for RATE function Change-Id: I8161bd5b805ffc0e852c2d2516e48eba8bdf10cd Reviewed-on: https://gerrit.libreoffice.org/28745 Reviewed-by: jan iversen <[email protected]> Tested-by: jan iversen <[email protected]> diff --git a/source/text/scalc/01/04060118.xhp b/source/text/scalc/01/04060118.xhp index e016c25..b2dd4bb 100644 --- a/source/text/scalc/01/04060118.xhp +++ b/source/text/scalc/01/04060118.xhp @@ -335,7 +335,7 @@ <paragraph id="hd_id3149791" role="heading" level="3" xml-lang="en-US">Example</paragraph> <paragraph id="par_id3150706" role="paragraph" xml-lang="en-US">What is the constant interest rate for a payment period of 3 periods if 10 currency units are paid regularly and the present cash value is 900 currency units.</paragraph> -<paragraph id="par_id3155586" role="paragraph" xml-lang="en-US"><item type="input">=RATE(3;10;900)</item> = -121% The interest rate is therefore 121%.</paragraph> +<paragraph id="par_id3155586" role="paragraph" xml-lang="en-US"><item type="input">=RATE(3;-10;900)</item> = -75.63% The interest rate is therefore 75.63%.</paragraph> </section> <section id="intrate"> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
