diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-03-23 12:12:21 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-03-23 12:38:52 +0100 |
commit | afe978c5d51f0252fe21cb0adb77fb68471d0708 (patch) | |
tree | d45247d6d18940a6bdeb2230ebc6cf17af0e6072 /source | |
parent | a0bb412c1d7205f19da2df1e61bd9fd6f9a5b3d0 (diff) |
Fix typo
Change-Id: Iedd52d9aaf2b2eb709a13e4d4107f67068245c18
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/165201
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/01/func_sumif.xhp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/scalc/01/func_sumif.xhp b/source/text/scalc/01/func_sumif.xhp index d8c747a234..b6c21457d3 100644 --- a/source/text/scalc/01/func_sumif.xhp +++ b/source/text/scalc/01/func_sumif.xhp @@ -14,7 +14,7 @@ <filename>/text/scalc/01/func_sumif.xhp</filename> </topic> </meta> - + <body> <section id="func_sumif"> <bookmark xml-lang="en-US" branch="index" id="bm_id3151957"> @@ -25,8 +25,8 @@ <h1 id="hd_id3151957"><variable id="sumif_head"><link href="text/scalc/01/func_sumif.xhp">SUMIF</link></variable></h1> <paragraph id="par_id3151986" role="paragraph" xml-lang="en-US"> <ahelp hid=".">Determines which values in a range of cells meet a specified criterion, then returns the sum of the matching values. Alternatively the function can determine which values in one range of cells meet a criterion, then return the sum of values in the corresponding cells in a second range of cells.</ahelp></paragraph> - </section> -<note id="par_id411711032873068">SUMIF can only apply a single criterion to a range. Use <link href="text/scalc/01/func_sumifs.xhp#sumifs_head">SUMIFS</link> if you need to apply mulitiple criteria.</note> + </section> +<note id="par_id411711032873068">SUMIF can only apply a single criterion to a range. Use <link href="text/scalc/01/func_sumifs.xhp#sumifs_head">SUMIFS</link> if you need to apply multiple criteria.</note> <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> <paragraph id="par_id3152028" role="code" xml-lang="en-US"><input>SUMIF(Range; Criterion [;SumRange])</input></paragraph> @@ -72,4 +72,4 @@ <embedvar href="text/shared/01/02100001.xhp#02100001"/></paragraph> </section> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> |