Skip to content

Commit 94b2a93

Browse files
committed
[IMP] spreadsheet: SWITCH function added
task-4886044 closes #13764 X-original-commit: 978a0cf Signed-off-by: Siobhan McGonigle (mcsi) <[email protected]>
1 parent 13eb6c3 commit 94b2a93

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

content/applications/productivity/spreadsheet/functions.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Filter
221221
* - ODOO.FILTER.VALUE(filter_name)
222222
- Returns the current value of a spreadsheet filter (not compatible with Excel)
223223
* - SORT(range, [sort_column, ...], [is_ascending, ...])
224-
- `Excel SORT article <https://support.microsoft.com/en-us/office/sort-function-22f63bd0-ccc8-492f-953d-c20e8e44b86c>`_
224+
- `Excel SORT article <https://support.microsoft.com/office/sort-function-22f63bd0-ccc8-492f-953d-c20e8e44b86c>`_
225225
* - UNIQUE(range, [by_column], [exactly_once])
226226
- `Excel UNIQUE article <https://support.microsoft.com/office/unique-function-c5ab87fd-30a3-4ce9-9d1a-40204fb85e1e>`_
227227

@@ -408,6 +408,8 @@ Logical
408408
- `Excel NOT article <https://support.microsoft.com/office/not-function-9cfc6011-a054-40c7-a140-cd4ba2d87d77>`_
409409
* - OR(logical_expression1, [logical_expression2, ...])
410410
- `Excel OR article <https://support.microsoft.com/office/or-function-7d17ad14-8700-4281-b308-00b131e22af0>`_
411+
* - SWITCH(expression, case1, value1, [case2, ...], [value2, ...], [default])
412+
- `Excel SWITCH article <https://support.microsoft.com/office/switch-function-47ab33c0-28ce-4530-8a45-d532ec4aa25e>`_
411413
* - TRUE()
412414
- `Excel TRUE article <https://support.microsoft.com/office/true-function-7652c6e3-8987-48d0-97cd-ef223246b3fb>`_
413415
* - XOR(logical_expression1, [logical_expression2, ...])
@@ -441,7 +443,7 @@ Lookup
441443
* - MATCH(search_key, range, [search_type])
442444
- `Excel MATCH article <https://support.microsoft.com/office/match-function-e8dffd45-c762-47d6-bf89-533f4a37673a>`_
443445
* - OFFSET(reference, rows, cols, [height], [width])
444-
- `Excel OFFSET article <https://support.microsoft.com/en-us/office/offset-function-c8de19ae-dd79-4b9b-a14e-b4d906d11b66>`_
446+
- `Excel OFFSET article <https://support.microsoft.com/office/offset-function-c8de19ae-dd79-4b9b-a14e-b4d906d11b66>`_
445447
* - PIVOT(pivot_id, [row_count], [include_total], [include_column_titles], [column_count])
446448
- Get a pivot table (not compatible with Excel)
447449
* - PIVOT.HEADER(pivot_id, [domain_field_name, ...], [domain_value, ...])
@@ -565,7 +567,7 @@ Math
565567
* - SECH(value)
566568
- `Excel SECH article <https://support.microsoft.com/office/sech-function-e05a789f-5ff7-4d7f-984a-5edb9b09556f>`_
567569
* - SEQUENCE(rows, [columns], [start], ][step])
568-
- `Excel SEQUENCE article <https://support.microsoft.com/en-us/office/sequence-function-57467a98-57e0-4817-9f14-2eb78519ca90>`_
570+
- `Excel SEQUENCE article <https://support.microsoft.com/office/sequence-function-57467a98-57e0-4817-9f14-2eb78519ca90>`_
569571
* - SIN(angle)
570572
- `Excel SIN article <https://support.microsoft.com/office/sin-function-cf0e3432-8b9e-483c-bc55-a76651c95602>`_
571573
* - SINH(value)
@@ -639,7 +641,7 @@ Parser
639641
* - Name and arguments
640642
- Description or link
641643
* - CONVERT(number, from_unit, to_unit)
642-
- `Excel CONVERT article <https://support.microsoft.com/en-us/office/convert-function-d785bef1-808e-4aac-bdcd-666c810f9af2>`_
644+
- `Excel CONVERT article <https://support.microsoft.com/office/convert-function-d785bef1-808e-4aac-bdcd-666c810f9af2>`_
643645

644646
.. _spreadsheet/functions/statistical:
645647

@@ -813,7 +815,7 @@ Text
813815
* - UPPER(text)
814816
- `Excel UPPER article <https://support.microsoft.com/office/upper-function-c11f29b3-d1a3-4537-8df6-04d0049963d6>`_
815817
* - VALUE(text)
816-
- `Excel VALUE article <https://support.microsoft.com/en-us/office/value-function-257d0108-07dc-437d-ae1c-bc2d3953d8c2>`_
818+
- `Excel VALUE article <https://support.microsoft.com/office/value-function-257d0108-07dc-437d-ae1c-bc2d3953d8c2>`_
817819

818820
.. _spreadsheet/functions/web:
819821

0 commit comments

Comments
 (0)