From 574314d641fcad0b07451f893becf616ed681e2c Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Sat, 20 Jun 2020 19:11:07 -0300 Subject: tdf#132464 Enhance Help for sumation icon Change-Id: Iec55f78002beb2052e0d49089f1b3a09171fa43f Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96784 Tested-by: Jenkins Reviewed-by: Olivier Hallot (cherry picked from commit 93de72b7c394831e52794e4d37905fd424d51722) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/97133 --- source/text/scalc/02/06030000.xhp | 46 +++++++++++++++++++++++++++++++-------- 1 file changed, 37 insertions(+), 9 deletions(-) (limited to 'source') diff --git a/source/text/scalc/02/06030000.xhp b/source/text/scalc/02/06030000.xhp index e648f3359e..aab5645aaa 100644 --- a/source/text/scalc/02/06030000.xhp +++ b/source/text/scalc/02/06030000.xhp @@ -34,25 +34,53 @@ AutoSum button, see sum icon MW inserted a cross-reference -Sum - Inserts the sum of a cell range into the current cell, or inserts sum values into selected cells. Click in a cell, click this icon, and optionally adjust the cell range. Or select some cells into which the sum values will be inserted, then click the icon. +

Select Function

+ Insert a function of a cell range into the current cell. The function can be Sum, Average, Minimum, Maximum and Count. Click in a cell, click this icon, select the function in the drop down list and optionally adjust the cell range. Or select some cells into which the function value will be inserted, then click the icon. The function result is added at the bottom of the range.
-Icon +Icon Select Function - Sum + Select Function
- -
- $[officename] automatically suggests a cell range, provided that the spreadsheet contains data. If the cell range already contains a sum function, you can combine it with the new one to yield the total sum of the range. If the range contains filters, the Subtotal function is inserted instead of the Sum function. - Click the Accept icon (green check mark) to use the formula displayed in the input line. + +

Select Function applied with no selected range

+$[officename] automatically suggests a cell range, provided that the spreadsheet contains data. If the cell range already contains a function, you can combine it with the new one to yield the function applied to the range data. If the range contains filters, the Subtotal function is inserted instead of the selected function. + Click the Accept icon to use the formula displayed in the input line or Cancel. + + + + +Accept Icon + + + + Accept + + +
+ + + + +Icon Cancel + + + + Cancel + + +
+ +

Select Function applied on a selected range

+When the selected range has two or more rows, the function is calculated for each column. The results are placed in empty cells on the first available row below the range, one result per column. +When the selected range has one row, the function result is placed in the first available cell on the right of the selected range. - \ No newline at end of file + -- cgit