https://bugs.documentfoundation.org/show_bug.cgi?id=147736
Bug ID: 147736
Summary: Mistake in french documentation of SOMME.SI.ENS()
Product: LibreOffice
Version: 7.2.0.4 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
At the bottom of the french help for SOMME.SI.ENS(), the example function
(here-below) is incomplete :
=SOMME.SI.ENS(C2:C6;A2:A6;".*";B2:B6;"<"&MAX(B2:B6))
It is missing the «E2&» string before the third argument, like in the SUMIFS()
english help page[2] :
=SUMIFS(C2:C6;A2:A6;E2&".*";B2:B6;"<"&MAX(B2:B6))
[1]
https://help.libreoffice.org/7.2/fr/text/scalc/01/func_sumifs.html?DbPAR=CALC
[2] https://help.libreoffice.org/7.2/en-US/text/scalc/01/func_sumifs.html
--
You are receiving this mail because:
You are the assignee for the bug.