summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/text/scalc/01/04060104.xhp8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/scalc/01/04060104.xhp b/source/text/scalc/01/04060104.xhp
index 023fca52d2..1b91efcd3d 100644
--- a/source/text/scalc/01/04060104.xhp
+++ b/source/text/scalc/01/04060104.xhp
@@ -364,9 +364,9 @@
<paragraph role="heading" id="hd_id31475691" xml-lang="en-US" level="3" l10n="U" oldref="55">Syntax</paragraph>
<paragraph role="code" id="par_id31531551" xml-lang="en-US" l10n="U" oldref="56">IFERROR(Value;Alternate_value)</paragraph>
<paragraph role="paragraph" id="par_id31540471" xml-lang="en-US" l10n="CHG" oldref="57">
-<emph>Value</emph> is the value or expression to be be returned if it does not equal or result in an error.</paragraph>
+<emph>Value</emph> is the value or expression to be returned if it is not equal or results in an error.</paragraph>
<paragraph role="paragraph" id="par_id31540472" xml-lang="en-US" l10n="CHG" oldref="57">
-<emph>Alternate_value</emph> is the value or expression to be be returned if the expression or value of <emph>Value</emph> does equal or result in an error.</paragraph>
+<emph>Alternate_value</emph> is the value or expression to be returned if the expression or value of <emph>Value</emph> is equal or results in an error.</paragraph>
<paragraph role="heading" id="hd_id31559941" xml-lang="en-US" level="3" l10n="U" oldref="58">Example</paragraph>
<paragraph role="paragraph" id="par_id31502561" xml-lang="en-US" l10n="CHG" oldref="59">
<item type="input">=IFERROR(C8;C9)</item> where cell C8 contains <item type="input">=1/0</item> returns the value of C9, because 1/0 is an error.</paragraph>
@@ -509,9 +509,9 @@
<paragraph role="heading" id="hd_id31529471" xml-lang="en-US" level="3" l10n="U" oldref="95">Syntax</paragraph>
<paragraph role="code" id="par_id31537481" xml-lang="en-US" l10n="U" oldref="96">IFNA(Value;Alternate_value)</paragraph>
<paragraph role="paragraph" id="par_id31528841" xml-lang="en-US" l10n="U" oldref="97">
-<emph>Value</emph> is the value or expression to be be returned if it does not equal or result in an #N/A error.</paragraph>
+<emph>Value</emph> is the value or expression to be returned if it is not equal or results in an #N/A error.</paragraph>
<paragraph role="paragraph" id="par_id31528842" xml-lang="en-US" l10n="U" oldref="97">
-<emph>Alternate_value</emph> is the value or expression to be be returned if the expression or value of <emph>Value</emph> does equal or result in an #N/A error.</paragraph>
+<emph>Alternate_value</emph> is the value or expression to be returned if the expression or value of <emph>Value</emph> is equal or results in an #N/A error.</paragraph>
<paragraph role="heading" id="hd_id31499641" xml-lang="en-US" level="3" l10n="U" oldref="98">Example</paragraph>
<paragraph role="paragraph" id="par_id31548521" xml-lang="en-US" l10n="U" oldref="99">
<item type="input">=IFNA(D3;D4)</item> returns the value of D3 if D3 does not result in an #N/A error, or D4 if it does.</paragraph>