https://issues.apache.org/ooo/show_bug.cgi?id=125927
Issue ID: 125927
Issue Type: DEFECT
Summary: Formula example for AVERAGEIF is wrong in helpfile
Product: Calc
Version: 4.2.0-dev
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: help
Assignee: [email protected]
Reporter: [email protected]
Apache OpenOffice 4.x Help / helpcontent2/source/text/scalc/01.po
Location: 04060184.xhp#par_id3150864K1.help.text
<item type="input">=AVERAGEIF(A1:A50;">"0)</item>will return the average of
A1:A50 of all positive values in the range.
Double quote should be after the zero.
Correct with:
<item type="input">=AVERAGEIF(A1:A50;">0")</item>will return the average of
A1:A50 of all positive values in the range.
--
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.