diff options
author | Balazs Varga <balazs.varga.extern@allotropia.de> | 2024-05-10 17:06:39 +0200 |
---|---|---|
committer | Balazs Varga <balazs.varga.extern@allotropia.de> | 2024-05-15 18:10:54 +0200 |
commit | c1565b8b94548ef85508b0302ef9299f18ff09be (patch) | |
tree | 067b4e8c8786d06c9460ce6b0a8ca2503aaa3e85 /sc/README.md | |
parent | 2a9eb581f0edfae8123018006df5cc9de1e1fd45 (diff) |
tdf#126573 Add Excel2021 array function UNIQUE to Calc
Add new function called UNIQUE to the function list.
(TODO: dynamic array in separate patch, oasis proposal)
Change-Id: Ie138aee545995d4af1e66be5a4cf4e99e6e2f581
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167484
Tested-by: Jenkins
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 ed0bfaa1b1a6..a66cb5491ff9 100644 --- a/sc/README.md +++ b/sc/README.md @@ -80,6 +80,7 @@ https://docs.oasis-open.org/office/OpenDocument/v1.3/os/part4-formula/OpenDocume * FILTER * SORT * SORTBY + * UNIQUE * Mathematical Functions * RANDARRAY * SEQUENCE |