From 938d18980a672859c4e9b754df10bf18fa6b1cd4 Mon Sep 17 00:00:00 2001 From: Seth Chaiklin Date: Sat, 27 Mar 2021 15:42:54 +0100 Subject: [PATCH] Revert "tdf#137715 add "note" to AVERAGE, SUMSQ, PRODUCT in Calc function help" This reverts commit 11e69d34205bf773f2aa4f4be5c8fa08566ed7d7. Reason for revert: A new, better solution is found for adding a note to these functions that avoids retranslation and avoids technical problems with . That solution will be used in a new patch for these functions. Change-Id: I614eb2020b77715b5785ad3a2934cc359f0b8ef9 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/113214 Tested-by: Jenkins Reviewed-by: Seth Chaiklin --- source/text/scalc/01/04060106.xhp | 5 ++--- source/text/scalc/01/04060184.xhp | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/text/scalc/01/04060106.xhp b/source/text/scalc/01/04060106.xhp index 27c795e16f..46f21ba8a4 100644 --- a/source/text/scalc/01/04060106.xhp +++ b/source/text/scalc/01/04060106.xhp @@ -777,7 +777,6 @@ =PRODUCT(2;3;4) returns 24.see also FACT, SUM -PRODUCT PRODUCT
@@ -796,7 +795,6 @@ If you enter the numbers 2; 3 and 4 in the Number 1; 2 and 3 arguments, 29 is returned as the result. -SUMSQ SUMSQ
@@ -1025,7 +1023,7 @@ SUM() -SUM ignores any text or empty cell within a range or array. If you suspect wrong results of the SUM function, look for text in the data ranges. Use the value highlighting feature to highlight the text contents in the range that may represent a number. +SUM ignores any text or empty cell within a range or array. If you suspect wrong results of the SUM function, look for text in the data ranges. Use the value highlighting feature to highlight the text contents in the range that may represent a number. If you enter the numbers 2; 3 and 4 in the Number 1; 2 and 3 text boxes, 9 will be returned as the result. =SUM(A1;A3;B5) calculates the sum of the three cells. =SUM (A1:E10) calculates the sum of all cells in the A1 to E10 cell range. @@ -1589,4 +1587,5 @@
+ diff --git a/source/text/scalc/01/04060184.xhp b/source/text/scalc/01/04060184.xhp index 31494293a8..4cc4f0ec52 100644 --- a/source/text/scalc/01/04060184.xhp +++ b/source/text/scalc/01/04060184.xhp @@ -1,5 +1,6 @@ + + Statistical Functions Part Four @@ -129,7 +131,6 @@ =AVERAGE(A1:A50) -AVERAGE AVERAGE
AVERAGEA function