source/text/scalc/01/func_take.xhp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 8ad628a14d0695ae074248d21a187506f02b62e8 Author: Olivier Hallot <[email protected]> AuthorDate: Fri Jun 12 10:52:17 2026 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Fri Jun 12 16:31:55 2026 +0200 Fix Calc TAKE function params and example Change-Id: Ie005895054616ab32ce6f029982c38f490f2e680 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/206470 Tested-by: Jenkins Reviewed-by: Olivier Hallot <[email protected]> diff --git a/source/text/scalc/01/func_take.xhp b/source/text/scalc/01/func_take.xhp index df4e12b293..578da67551 100644 --- a/source/text/scalc/01/func_take.xhp +++ b/source/text/scalc/01/func_take.xhp @@ -26,9 +26,9 @@ </section> <embed href="text/scalc/01/common_func.xhp#array"/> <embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/> -<paragraph role="code" id="par_id851737751444186">=TAKE(Array; Rows [; Columns])</paragraph> +<paragraph role="code" id="par_id851737751444186">=TAKE(Array [; Rows [; Columns]])</paragraph> <paragraph role="paragraph" id="par_id391737751833481"><emph>Array</emph>: the array or range from which to take rows or columns.</paragraph> -<paragraph role="paragraph" id="par_id111738104866763"><emph>Rows</emph>: the number of rows to take. A negative value takes from the end of the array.</paragraph> +<paragraph role="paragraph" id="par_id111738104866763"><emph>Rows</emph>: (optional) the number of rows to take. A negative value takes from the end of the array.</paragraph> <paragraph role="paragraph" id="par_id111738104891522"><emph>Columns</emph>: (optional) the number of columns to take. A negative value takes from the end of the array.</paragraph> <embed href="text/scalc/01/common_func.xhp#optional_args"/> <embed href="text/scalc/01/ful_func.xhp#func_head_example"/> @@ -79,7 +79,7 @@ <tablecell><paragraph id="par_id851738109067547" role="tablecontent" localize="false">OOO</paragraph></tablecell> </tablerow> </table> - +<note id="par_id471781271855121">The formula <input>{=TAKE(A1:E3}</input> returns a copy of the array A1:E3.</note> <embed href="text/scalc/01/common_func.xhp#sectiontechinfo"/> <embed href="text/scalc/00/avail_release.xhp#25.8"/> <embed href="text/scalc/01/common_func.xhp#notODFF"/>
