summaryrefslogtreecommitdiffstats
path: root/source/text/scalc/01/func_error_type.xhp
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-11-13 16:44:06 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-11-13 17:03:40 +0100
commit7e12b71f3d846b392053bc0461767272e73c9e69 (patch)
tree4fb55a9d1274f1968af95a31926cc9caf69e68f1 /source/text/scalc/01/func_error_type.xhp
parenttypo "Extended Tipsoption" → "Extended Tips option" (diff)
downloadhelp-7e12b71f3d846b392053bc0461767272e73c9e69.tar.gz
help-7e12b71f3d846b392053bc0461767272e73c9e69.zip
assorted typos reported via pootle
* 113,3 → 113.3 (en_US uses dot as decimal separator) * typo: equivavlent → equivalent * typo: "The the …" → "The …" * typo: "The Expert Configuration dialog let you": let → lets * typo: "one of the displayed theme" → "one of the displayed themes" * typo: Sidear → Sidebar * spurious tag "<emph>.</emph>" → "." – dot is just punctuation here Change-Id: Iad058d285f2cdca6e32bc67281d3a4e9e1c18b65
Diffstat (limited to 'source/text/scalc/01/func_error_type.xhp')
-rw-r--r--source/text/scalc/01/func_error_type.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/func_error_type.xhp b/source/text/scalc/01/func_error_type.xhp
index 0d1364108c..05f5109461 100644
--- a/source/text/scalc/01/func_error_type.xhp
+++ b/source/text/scalc/01/func_error_type.xhp
@@ -114,7 +114,7 @@
<paragraph id="par_id15812966716957" role="paragraph" xml-lang="en-US"><item type="input">=ERROR.TYPE(#N/A)</item></paragraph>
<paragraph id="par_id280533214928308" role="paragraph" xml-lang="en-US">Returns 7, because 7 is the index number of the error value #N/A.</paragraph>
<paragraph id="par_id1047088636291" role="paragraph" xml-lang="en-US"><item type="input">=ERROR.TYPE(A3)</item></paragraph>
-<paragraph id="par_id24308515918391" role="paragraph" xml-lang="en-US">If A3 contains an expression equivavlent to the division by zero, the function returns 2, because 2 is the index number of the error value #DIV/0!</paragraph>
+<paragraph id="par_id24308515918391" role="paragraph" xml-lang="en-US">If A3 contains an expression equivalent to the division by zero, the function returns 2, because 2 is the index number of the error value #DIV/0!</paragraph>
<paragraph id="hd_id9842206115046" role="heading" level="4" xml-lang="en-US">More advanced way</paragraph>
<paragraph id="par_id90121141327448" role="paragraph" xml-lang="en-US">If in division A1 by A2, A2 can turn to zero, you can handle the situation as follows:</paragraph>
<paragraph id="par_id16083887218317" role="paragraph" xml-lang="en-US"><item type="input">=IF(ISERROR(A1/A2);IF(ERROR.TYPE(A1/A2)=2;"the denominator can't be equal to zero");A1/A2)</item></paragraph>