diff options
Diffstat (limited to 'source/text/scalc')
-rw-r--r-- | source/text/scalc/05/empty_cells.xhp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/scalc/05/empty_cells.xhp b/source/text/scalc/05/empty_cells.xhp index f443018d2b..2717f993ce 100644 --- a/source/text/scalc/05/empty_cells.xhp +++ b/source/text/scalc/05/empty_cells.xhp @@ -60,14 +60,14 @@ <paragraph role="code" id="par_id4396801" xml-lang="en-US">=ISTEXT(A1) => FALSE</paragraph> <paragraph role="code" id="par_id5293740" xml-lang="en-US">=A1=0 => TRUE</paragraph> <paragraph role="code" id="par_id7623828" xml-lang="en-US">=A1="" => TRUE</paragraph> -<paragraph role="code" id="par_id2861720" xml-lang="en-US">=ISNUMBER(B1) => FALSE (MS-Excel: TRUE)</paragraph> +<paragraph role="code" id="par_id2861720" xml-lang="en-US">=ISNUMBER(B1) => FALSE (Microsoft Excel: TRUE)</paragraph> <paragraph role="code" id="par_id9604480" xml-lang="en-US">=ISTEXT(B1) => FALSE</paragraph> <paragraph role="code" id="par_id2298959" xml-lang="en-US">=B1=0 => TRUE</paragraph> -<paragraph role="code" id="par_id4653767" xml-lang="en-US">=B1="" => TRUE (MS-Excel: FALSE)</paragraph> -<paragraph role="code" id="par_id8801538" xml-lang="en-US">C1: =VLOOKUP(...) with empty cell result => displays empty (MS-Excel: displays 0)</paragraph> +<paragraph role="code" id="par_id4653767" xml-lang="en-US">=B1="" => TRUE (Microsoft Excel: FALSE)</paragraph> +<paragraph role="code" id="par_id8801538" xml-lang="en-US">C1: =VLOOKUP(...) with empty cell result => displays empty (Microsoft Excel: displays 0)</paragraph> <paragraph role="code" id="par_id6746421" xml-lang="en-US">=ISNUMBER(VLOOKUP(...)) => FALSE</paragraph> <paragraph role="code" id="par_id4876247" xml-lang="en-US">=ISTEXT(VLOOKUP(...)) => FALSE</paragraph> -<paragraph role="code" id="par_id7458723" xml-lang="en-US">=ISNUMBER(C1) => FALSE (MS-Excel: TRUE)</paragraph> +<paragraph role="code" id="par_id7458723" xml-lang="en-US">=ISNUMBER(C1) => FALSE (Microsoft Excel: TRUE)</paragraph> <paragraph role="code" id="par_id2753379" xml-lang="en-US">=ISTEXT(C1) => FALSE</paragraph> </body> </helpdocument> |