From 8bfe0f3ed238264aa0afd0975eefaec525b8da1c Mon Sep 17 00:00:00 2001 From: Stanislav Horacek Date: Wed, 29 May 2024 21:49:28 +0200 Subject: initial value of SEQUENCE is in upper-left corner Change-Id: Ia2530dddce0c25a0b9920f11a64882a5900ebc37 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/168233 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- source/text/scalc/01/func_sequence.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/text/scalc/01/func_sequence.xhp b/source/text/scalc/01/func_sequence.xhp index df46bb6b38..d4a91e3751 100644 --- a/source/text/scalc/01/func_sequence.xhp +++ b/source/text/scalc/01/func_sequence.xhp @@ -34,7 +34,7 @@ If Rows or Columns are references to the content of other cells, the array dimensions do not change when the referenced content changes. The array formula must be deleted and re-entered. The array is filled from the first row to the right up to the value of Columns, and then down to the number of rows. -{=SEQUENCE(3,3,10,11)} returns the 3-by-3 array below with an upper-right value of 10 and filling the array to the right and then downward in steps of 11. +{=SEQUENCE(3,3,10,11)} returns the 3-by-3 array below with an upper-left value of 10 and filling the array to the right and then downward in steps of 11. -- cgit