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

New commits:
commit 25e666241a1dc52736eabc466609247f462d00cb
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Thu Nov 21 15:17:02 2019 +0200
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Thu Nov 21 14:24:58 2019 +0100

    TDF#128911 typo in formula SUMIF.
    
    Change-Id: I30241cc84bc715ac9ae0a6af39db3a9e95476860
    Reviewed-on: https://gerrit.libreoffice.org/83389
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

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;"&lt;0")</item></paragraph>
-<paragraph id="par_id6670125" role="paragraph" xml-lang="en-US"><item 
type="input">=SUMIF(A1:A10;"&gt;0";B1:10)</item> - sums values from the range 
B1:B10 only if the corresponding values in the range A1:A10 are 
&gt;0.</paragraph>
+<paragraph id="par_id6670125" role="paragraph" xml-lang="en-US"><item 
type="input">=SUMIF(A1:A10;"&gt;0";B1:B10)</item> - sums values from the range 
B1:B10 only if the corresponding values in the range A1:A10 are 
&gt;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>
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to