-Adds the cells specified by a given criteria. This function is used to browse a range when you search for a certain value.
+Adds the cells specified by a given criterion. This function is used to sum a range when you search for a certain value.
-SUMIF(Range; Criteria [; SumRange])
-Range is the range to which the criteria are to be applied.
-Criteria is the cell in which the search criterion is shown, or the search criterion itself. If the criteria is written into the formula, it has to be surrounded by double quotes.
+SUMIF(Range; Criterion [; SumRange])
+Range is the range to which the criterion is to be applied.
+Criterion is the cell in which the search criterion is shown, or the search criterion itself. If the criterion is written into the formula, it has to be surrounded by double quotes.SumRange is the range from which values are summed. If this parameter has not been indicated, the values found in the Range are summed.
-SUMIF supports the reference concatenation operator (~) only in the Criteria parameter, and only if the optional SumRange parameter is not given.
+SUMIF supports the reference concatenation operator (~) only in the Criterion parameter, and only if the optional SumRange parameter is not given.To sum up only negative numbers: =SUMIF(A1:A10;"<0")
diff --git a/source/text/scalc/01/12090106.xhp b/source/text/scalc/01/12090106.xhp
index 4b87101a70..2cde7124c4 100644
--- a/source/text/scalc/01/12090106.xhp
+++ b/source/text/scalc/01/12090106.xhp
@@ -65,6 +65,6 @@
Select the items that you want to hide from the calculations.HierarchySelect the hierarchy that you want to use. The pivot table must be based on an external source data that contains data hierarchies.
- Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details".
+ Calc does not provide multiple hierarchies for a single field and so this option is normally grayed. If you use a pivot table data source extension, that extension could define multiple hierarchies for some fields and then the option could become available. See the documentation supplied with that extension for more details.