This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 18a5e87  Fixed typo (found by DiGro)
18a5e87 is described below

commit 18a5e87e08228cbf534d3ce9ad9f7930f13a5ef5
Author: mseidel <msei...@apache.org>
AuthorDate: Sun Sep 8 14:41:44 2019 +0200

    Fixed typo (found by DiGro)
---
 main/helpcontent2/source/text/scalc/01/04060106.xhp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/helpcontent2/source/text/scalc/01/04060106.xhp 
b/main/helpcontent2/source/text/scalc/01/04060106.xhp
index 0b8c2f2..fe67579 100644
--- a/main/helpcontent2/source/text/scalc/01/04060106.xhp
+++ b/main/helpcontent2/source/text/scalc/01/04060106.xhp
@@ -999,7 +999,7 @@ oldref="436">SUMIFS</paragraph>
 <!--<paragraph xml-lang="en-US" id="par_id8347422K" role="note" 
l10n="NEW">SUMIFS supports the reference concatenation operator (~) only in the 
Criteria parameter, and only if the optional SumRange parameter is not 
given.</paragraph>-->
 <paragraph xml-lang="en-US" id="hd_id3152110K" role="heading" level="3" 
l10n="U"
 oldref="443">Example</paragraph>
-<paragraph xml-lang="en-US" id="par_id3152148K" role="paragraph" 
l10n="CHG">Sum up cells in range A1:10 if the entires in B1:B10 are positive, 
and the entries in D1:D10 are the letter "A": <item 
type="input">=SUMIFS(A1:A10;B1:B10;"&gt;0";D1:D10;"A")</item>
+<paragraph xml-lang="en-US" id="par_id3152148K" role="paragraph" 
l10n="CHG">Sum up cells in range A1:10 if the entries in B1:B10 are positive, 
and the entries in D1:D10 are the letter "A": <item 
type="input">=SUMIFS(A1:A10;B1:B10;"&gt;0";D1:D10;"A")</item>
 </paragraph>
 <paragraph xml-lang="en-US" id="par_id6062196K" role="paragraph" 
l10n="NEW">See COUNTIFS() for some more syntax examples that can be used with 
SUMIFS().</paragraph>
 </section>
@@ -1423,4 +1423,4 @@ oldref="553">Examples:</paragraph>
 <embed href="text/scalc/01/04060100.xhp#drking"/>
 </section>
 </body>
-</helpdocument>
\ No newline at end of file
+</helpdocument>

Reply via email to