From 184324625ea1e803007b9c41ce625ae6014573f1 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Sun, 17 Jun 2018 09:20:44 -0300 Subject: tdf#118187 Text for INDIRECT() in wrong place Change-Id: Ia6b37858c79940ce95467345bd96d22c8fe4737c Reviewed-on: https://gerrit.libreoffice.org/55945 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- source/text/scalc/01/04060109.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/text/scalc/01/04060109.xhp b/source/text/scalc/01/04060109.xhp index 5a4b17e3ba..3e2aa6f9be 100644 --- a/source/text/scalc/01/04060109.xhp +++ b/source/text/scalc/01/04060109.xhp @@ -73,7 +73,6 @@ Example: =ADDRESS(1;1;2;;"Sheet2") returns the following: Sheet2.A$1i 101187 - If the cell A1 in sheet 2 contains the value -6, you can refer indirectly to the referenced cell using a function in B2 by entering =ABS(INDIRECT(B2)). The result is the absolute value of the cell reference specified in B2, which in this case is 6.
AREAS function @@ -222,6 +221,7 @@ =INDIRECT(A1) equals 100 if A1 contains C108 as a reference and cell C108 contains a value of 100. =SUM(INDIRECT("a1:" & ADDRESS(1;3))) totals the cells in the area of A1 up to the cell with the address defined by row 1 and column 3. This means that area A1:C1 is totaled. + If the cell A1 in sheet 2 contains the value -6, you can refer indirectly to the referenced cell using a function in B2 by entering =ABS(INDIRECT(B2)). The result is the absolute value of the cell reference specified in B2, which in this case is 6.
COLUMN function -- cgit