@@ -221,7 +221,7 @@ Filter
221
221
* - ODOO.FILTER.VALUE(filter_name)
222
222
- Returns the current value of a spreadsheet filter (not compatible with Excel)
223
223
* - 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 >`_
225
225
* - UNIQUE(range, [by_column], [exactly_once])
226
226
- `Excel UNIQUE article <https://support.microsoft.com/office/unique-function-c5ab87fd-30a3-4ce9-9d1a-40204fb85e1e >`_
227
227
@@ -408,6 +408,8 @@ Logical
408
408
- `Excel NOT article <https://support.microsoft.com/office/not-function-9cfc6011-a054-40c7-a140-cd4ba2d87d77 >`_
409
409
* - OR(logical_expression1, [logical_expression2, ...])
410
410
- `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 >`_
411
413
* - TRUE()
412
414
- `Excel TRUE article <https://support.microsoft.com/office/true-function-7652c6e3-8987-48d0-97cd-ef223246b3fb >`_
413
415
* - XOR(logical_expression1, [logical_expression2, ...])
@@ -441,7 +443,7 @@ Lookup
441
443
* - MATCH(search_key, range, [search_type])
442
444
- `Excel MATCH article <https://support.microsoft.com/office/match-function-e8dffd45-c762-47d6-bf89-533f4a37673a >`_
443
445
* - 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 >`_
445
447
* - PIVOT(pivot_id, [row_count], [include_total], [include_column_titles], [column_count])
446
448
- Get a pivot table (not compatible with Excel)
447
449
* - PIVOT.HEADER(pivot_id, [domain_field_name, ...], [domain_value, ...])
565
567
* - SECH(value)
566
568
- `Excel SECH article <https://support.microsoft.com/office/sech-function-e05a789f-5ff7-4d7f-984a-5edb9b09556f >`_
567
569
* - 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 >`_
569
571
* - SIN(angle)
570
572
- `Excel SIN article <https://support.microsoft.com/office/sin-function-cf0e3432-8b9e-483c-bc55-a76651c95602 >`_
571
573
* - SINH(value)
@@ -639,7 +641,7 @@ Parser
639
641
* - Name and arguments
640
642
- Description or link
641
643
* - 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 >`_
643
645
644
646
.. _spreadsheet/functions/statistical :
645
647
813
815
* - UPPER(text)
814
816
- `Excel UPPER article <https://support.microsoft.com/office/upper-function-c11f29b3-d1a3-4537-8df6-04d0049963d6 >`_
815
817
* - 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 >`_
817
819
818
820
.. _spreadsheet/functions/web :
819
821
0 commit comments