diff options
author | Balazs Varga <balazs.varga.extern@allotropia.de> | 2024-04-17 17:12:37 +0200 |
---|---|---|
committer | Balazs Varga <balazs.varga.extern@allotropia.de> | 2024-04-26 09:33:23 +0200 |
commit | 35772a003bb30be61f8ba8abe805455e41db0e1e (patch) | |
tree | 49184113595f1ca84762405d3a79488b6fbd3878 /sc/README.md | |
parent | 2177acbc8a3befb5367895709b3447717b98ea33 (diff) |
tdf#126573 Add Excel2021 array function SEQUENCE to Calc
Add new function called SEQUENCE to the function list.
(TODO: dynamic array in separate patch, oasis proposal)
Change-Id: I9fa6f2c83536536987542cc00a9eec5c196ada8d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166245
Tested-by: Jenkins
Tested-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
Diffstat (limited to 'sc/README.md')
-rw-r--r-- | sc/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/README.md b/sc/README.md index 6e7d9c0ac35c..3f3de67870e2 100644 --- a/sc/README.md +++ b/sc/README.md @@ -81,6 +81,7 @@ https://docs.oasis-open.org/office/OpenDocument/v1.3/os/part4-formula/OpenDocume * SORT * SORTBY * Mathematical Functions + * SEQUENCE * SUMIF * SUMIFS * Statistical Functions |