diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2016-09-08 13:38:31 +0200 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-09-09 08:13:06 +0000 |
commit | ea2be76c292e9b2ad455bc47540d8e03626b7ee7 (patch) | |
tree | 0e9eab966ba0e22867e845324c950bb9e7e84237 | |
parent | 187a8d006c9b738a387eedd65c0cb71e8257e6ce (diff) |
tdf#100990 correct example for RATE function
Change-Id: I8161bd5b805ffc0e852c2d2516e48eba8bdf10cd
Reviewed-on: https://gerrit.libreoffice.org/28745
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
-rw-r--r-- | source/text/scalc/01/04060118.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/04060118.xhp b/source/text/scalc/01/04060118.xhp index e016c2575c..b2dd4bb066 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"> |