diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-02-27 15:08:49 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-02-27 19:13:28 +0100 |
commit | dd09149dfe0135a4abbd1abbcee15d115af0f982 (patch) | |
tree | e5f373dd25b39a09470b385e24667baf8fad4f52 /source/text/scalc | |
parent | 05e6b76a1511edde0e668f025cb8af140e396d9c (diff) |
tdf#97977 Mark MODE function as ODFF compliant
Change-Id: I50f669c2b64645eaa6f93d45fb161c2598f1e903
Reviewed-on: https://gerrit.libreoffice.org/50461
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/scalc')
-rw-r--r-- | source/text/scalc/01/04060184.xhp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/text/scalc/01/04060184.xhp b/source/text/scalc/01/04060184.xhp index 0530440de6..0572f9e0b7 100644 --- a/source/text/scalc/01/04060184.xhp +++ b/source/text/scalc/01/04060184.xhp @@ -163,6 +163,7 @@ <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_MODALWERT" id="bm_id3149253" localize="false"/> <paragraph xml-lang="en-US" id="hd_id3153933" role="heading" level="2">MODE</paragraph> <paragraph xml-lang="en-US" id="par_id3153085" role="paragraph"><ahelp hid="HID_FUNC_MODALWERT">Returns the most common value in a data set.</ahelp> If there are several values with the same frequency, it returns the smallest value. An error occurs when a value doesn't appear twice.</paragraph> +<embed href="text/scalc/01/ODFF.xhp#odff"/> <paragraph xml-lang="en-US" id="hd_id3153003" role="heading" level="3">Syntax</paragraph> <paragraph xml-lang="en-US" id="par_id3155950" role="code">MODE(Number1; Number2; ...Number30)</paragraph> <paragraph xml-lang="en-US" id="par_id3150337" role="paragraph"><emph>Number1; Number2;...Number30</emph> are numerical values or ranges.</paragraph> |