diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-12-12 16:59:01 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-12-12 20:02:49 +0100 |
commit | 7217219e9cd8dcc4b9382ab13da804948565b7db (patch) | |
tree | 49bd8f53c5072318b441a5f0310f87419ac22e16 /source/text/scalc | |
parent | a5712dab8209d675b5e493b4dd64fd1300997755 (diff) |
Fix Help pages typos.
Change-Id: I425e6ddc86c997b6e00b8e80c193ee6a7b6df4d3
Reviewed-on: https://gerrit.libreoffice.org/46335
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
(cherry picked from commit b8ee7a5bf9fba95a2bda283008a5bef5eff4131e)
Reviewed-on: https://gerrit.libreoffice.org/46336
Diffstat (limited to 'source/text/scalc')
-rw-r--r-- | source/text/scalc/01/func_countifs.xhp | 2 | ||||
-rw-r--r-- | source/text/scalc/01/func_sumifs.xhp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/text/scalc/01/func_countifs.xhp b/source/text/scalc/01/func_countifs.xhp index 91ad5c679e..b0d5fabef2 100644 --- a/source/text/scalc/01/func_countifs.xhp +++ b/source/text/scalc/01/func_countifs.xhp @@ -35,7 +35,7 @@ <paragraph id="par_id317001803813193" role="paragraph" xml-lang="en-US"><emph>Criterion2</emph> – Optional. Criterion2 and all the following mean the same as Criterion1.</paragraph> <paragraph id="par_id14223137501158" role="note" xml-lang="en-US">The logical relation between criteria can be defined as logical AND (conjunction). In other words, if and only if all given criteria are met, a row or a column is taken into counting.<br/> The <emph>Criterion</emph> needs to be a string expression, in particular, the <emph>Criterion</emph> needs to be enclosed in quotation marks ("Criterion") with the exception of the names of functions, cell references and the operator of a string concatenation (&).<br /> -The operators equal to (=), not equal to (<>), greater than (>), greater than or equal to (>=), less than (<), and less than or equal to (<=) can be used in criterion arguments for comparison of numbers.<br /> +The operators equal to (=), not equal to (<>), greater than (>), greater than or equal to (>=), less than (<), and less than or equal to (<=) can be used in criterion arguments for comparison of numbers.<br /> The function can have up to 500 arguments, meaning that you can specify 250 pairs of ranges and criteria.</paragraph> <embed href="text/scalc/01/ODFF.xhp#odff"/> <paragraph id="par_id16654883224356" role="warning" xml-lang="en-US">If a cell contains TRUE, it is treated as 1, if a cell contains FALSE – as 0 (zero).<br/> diff --git a/source/text/scalc/01/func_sumifs.xhp b/source/text/scalc/01/func_sumifs.xhp index 749791ed47..210556e0a4 100644 --- a/source/text/scalc/01/func_sumifs.xhp +++ b/source/text/scalc/01/func_sumifs.xhp @@ -39,7 +39,7 @@ <paragraph id="par_id94162948227556" role="note" xml-lang="en-US">The logical relation between criteria can be defined as logical AND (conjunction). In other words, if and only if all given criteria are met, a value from the corresponding cell of the given <emph>Sum_Range</emph> is taken into calculation of the sum.<br/> The <emph>Criterion</emph> needs to be a string expression, in particular, the <emph>Criterion</emph> needs to be enclosed in quotation marks ("Criterion") with the exception of the names of functions, cell references and the operator of a string concatenation (&).<br /> -The operators equal to (=), not equal to (<>), greater than (>), greater than or equal to (>=), less than (<), and less than or equal to (<=) can be used in criterion arguments for comparison of numbers.<br /> +The operators equal to (=), not equal to (<>), greater than (>), greater than or equal to (>=), less than (<), and less than or equal to (<=) can be used in criterion arguments for comparison of numbers.<br /> The function can have up to 255 arguments, meaning that you can specify 127 criteria ranges and criteria for them.</paragraph> <embed href="text/scalc/01/ODFF.xhp#odff"/> |