[Libreoffice-commits] help.git: Branch 'libreoffice-6-4' - source/text

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Thu Nov 21 18:17:49 UTC 2019


 source/text/scalc/01/04060106.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 69ff0a1d2a16290e9d1549dd6bf3049cf0ad719e
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Thu Nov 21 15:17:02 2019 +0200
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Thu Nov 21 19:17:28 2019 +0100

    tdf#128911 typo in formula SUMIF.
    
    Change-Id: I30241cc84bc715ac9ae0a6af39db3a9e95476860
    Reviewed-on: https://gerrit.libreoffice.org/83391
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/source/text/scalc/01/04060106.xhp b/source/text/scalc/01/04060106.xhp
index 303d87364..b56ed3cda 100644
--- a/source/text/scalc/01/04060106.xhp
+++ b/source/text/scalc/01/04060106.xhp
@@ -1172,7 +1172,7 @@
 
 <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
 <paragraph id="par_id3152148" role="paragraph" xml-lang="en-US">To sum up only negative numbers: <item type="input">=SUMIF(A1:A10;"<0")</item></paragraph>
-<paragraph id="par_id6670125" role="paragraph" xml-lang="en-US"><item type="input">=SUMIF(A1:A10;">0";B1:10)</item> - sums values from the range B1:B10 only if the corresponding values in the range A1:A10 are >0.</paragraph>
+<paragraph id="par_id6670125" role="paragraph" xml-lang="en-US"><item type="input">=SUMIF(A1:A10;">0";B1:B10)</item> - sums values from the range B1:B10 only if the corresponding values in the range A1:A10 are >0.</paragraph>
 <paragraph id="par_id6062196" role="paragraph" xml-lang="en-US">See COUNTIF() for some more syntax examples that can be used with SUMIF().</paragraph>
 </section>
 


More information about the Libreoffice-commits mailing list