From 34e1ed8e3794b5f9b83c061a726b1d810df3265c Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Tue, 26 Jun 2012 21:14:06 +0200 Subject: fdo#51442 adapted help content of N(), errors are propagated Change-Id: Ib4e1ffd1e04f8bae0659bf4468d7d1ed605a795f (cherry picked from commit b6956a9dfce0057a1af539d3142bacf52c6bc31a) --- helpcontent2/source/text/scalc/01/04060104.xhp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helpcontent2/source/text/scalc/01/04060104.xhp b/helpcontent2/source/text/scalc/01/04060104.xhp index c64b66534f..66ed847c34 100644 --- a/helpcontent2/source/text/scalc/01/04060104.xhp +++ b/helpcontent2/source/text/scalc/01/04060104.xhp @@ -524,12 +524,12 @@ N -Returns the numeric value of the given parameter. Returns 0 if parameter is text, FALSE or #NA. -If an error occurs, other than #NA, the function returns the error value. +Returns the numeric value of the given parameter. Returns 0 if parameter is text or FALSE. +If an error occurs the function returns the error value. Syntax N(Value) -Value is the parameter to be converted into a number. N() returns the numeric value if it can. It returns the logical values TRUE and FALSE as 1 and 0 respectively. It returns text and errors as 0. +Value is the parameter to be converted into a number. N() returns the numeric value if it can. It returns the logical values TRUE and FALSE as 1 and 0 respectively. It returns text as 0. Example =N(123) returns 123 -- cgit v1.2.3