summaryrefslogtreecommitdiffstats
path: root/helpcontent2/source/text/scalc/01/04060183.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'helpcontent2/source/text/scalc/01/04060183.xhp')
-rwxr-xr-xhelpcontent2/source/text/scalc/01/04060183.xhp8
1 files changed, 5 insertions, 3 deletions
diff --git a/helpcontent2/source/text/scalc/01/04060183.xhp b/helpcontent2/source/text/scalc/01/04060183.xhp
index 7ef96b3843..9c6ab30e93 100755
--- a/helpcontent2/source/text/scalc/01/04060183.xhp
+++ b/helpcontent2/source/text/scalc/01/04060183.xhp
@@ -188,13 +188,15 @@
<paragraph role="heading" id="hd_id3158417" xml-lang="en-US" level="2" l10n="U" oldref="76">LOGNORMDIST</paragraph>
<paragraph role="paragraph" id="par_id3154953" xml-lang="en-US" l10n="U" oldref="77"><ahelp hid="HID_FUNC_LOGNORMVERT">Returns the cumulative lognormal distribution.</ahelp></paragraph>
<paragraph role="heading" id="hd_id3150474" xml-lang="en-US" level="3" l10n="U" oldref="78">Syntax</paragraph>
-<paragraph role="code" id="par_id3150686" xml-lang="en-US" l10n="U" oldref="79">LOGNORMDIST(Number; Mean; StDev)</paragraph>
+<paragraph role="code" id="par_id3150686" xml-lang="en-US" l10n="U" oldref="79">LOGNORMDIST(Number; Mean; StDev; Cumulative)</paragraph>
<paragraph role="paragraph" id="par_id3154871" xml-lang="en-US" l10n="U" oldref="80">
<emph>Number</emph> is the probability value for which the standard logarithmic distribution is to be calculated.</paragraph>
<paragraph role="paragraph" id="par_id3155820" xml-lang="en-US" l10n="U" oldref="81">
-<emph>Mean</emph> is the mean value of the standard logarithmic distribution.</paragraph>
+<emph>Mean</emph> (optional) is the mean value of the standard logarithmic distribution.</paragraph>
<paragraph role="paragraph" id="par_id3155991" xml-lang="en-US" l10n="U" oldref="82">
-<emph>StDev</emph> is the standard deviation of the standard logarithmic distribution.</paragraph>
+<emph>StDev</emph> (optional) is the standard deviation of the standard logarithmic distribution.</paragraph>
+<paragraph role="paragraph" id="par_id3155992" xml-lang="en-US" l10n="NEW">
+<emph>Cumulative</emph> (optional) = 0 calculates the density function, Cumulative = 1 calculates the distribution.</paragraph>
<paragraph role="heading" id="hd_id3153178" xml-lang="en-US" level="3" l10n="U" oldref="83">Example</paragraph>
<paragraph role="paragraph" id="par_id3149778" xml-lang="en-US" l10n="U" oldref="84">
<item type="input">=LOGNORMDIST(0.1;0;1)</item> returns 0.01.</paragraph>