diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-08-19 04:28:48 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2017-08-19 04:28:48 -0500 |
commit | dc88353ac9cc2a36294491ec7df8ab6c1065459a (patch) | |
tree | 644dcd3393177871a1967702dff5b6f484449f30 /source/text/scalc | |
parent | 319e2f6b226de998f9945a2325deb608ce1b20a0 (diff) |
Some light proofreading and term update
Change-Id: I508f4a33999f6acf9dcf6cf3db1d7b5b7e482b92
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> |