From 50f9003c4388967ce4e49f959f8c2ac8218d08fb Mon Sep 17 00:00:00 2001 From: Stanislav Horacek Date: Sun, 24 May 2015 16:28:55 +0200 Subject: fix typos Change-Id: I79f3463c1815b0db318483eaa3faae3d6ba1e54f Reviewed-on: https://gerrit.libreoffice.org/15886 Reviewed-by: Adolfo Jayme Barrientos Tested-by: Adolfo Jayme Barrientos (cherry picked from commit 3cd6599bead7b1266daf69733f86b54f3e7d5557) --- source/text/scalc/01/04060104.xhp | 8 ++++---- 1 file 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 @@ Syntax IFERROR(Value;Alternate_value) -Value is the value or expression to be be returned if it does not equal or result in an error. +Value is the value or expression to be returned if it is not equal or results in an error. -Alternate_value is the value or expression to be be returned if the expression or value of Value does equal or result in an error. +Alternate_value is the value or expression to be returned if the expression or value of Value is equal or results in an error. Example =IFERROR(C8;C9) where cell C8 contains =1/0 returns the value of C9, because 1/0 is an error. @@ -509,9 +509,9 @@ Syntax IFNA(Value;Alternate_value) -Value is the value or expression to be be returned if it does not equal or result in an #N/A error. +Value is the value or expression to be returned if it is not equal or results in an #N/A error. -Alternate_value is the value or expression to be be returned if the expression or value of Value does equal or result in an #N/A error. +Alternate_value is the value or expression to be returned if the expression or value of Value is equal or results in an #N/A error. Example =IFNA(D3;D4) returns the value of D3 if D3 does not result in an #N/A error, or D4 if it does. -- cgit