Bug 161841 - Add ARRAYFORMULA function
Summary: Add ARRAYFORMULA function
Status: UNCONFIRMED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-29 21:18 UTC by Óvári
Modified: 2024-06-29 21:37 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Óvári 2024-06-29 21:18:49 UTC
Description:
Alternative to pressing Ctrl+Shift+Enter (CSE formulae) (or Cmd+Shift+Enter on macOS) while editing a formula

https://support.google.com/docs/answer/3093275

Thank you

Steps to Reproduce:
Interoperability with Google Sheets

Actual Results:
Error if ARRAYFORMULA() function is used

Expected Results:
Work if ARRAYFORMULA() function is used


Reproducible: Always


User Profile Reset: No

Additional Info:
ARRAYFORMULA
https://support.google.com/docs/answer/3093275

Enables the display of values returned from an array formula into multiple rows and/or columns and the use of non-array functions with arrays.
Sample Usage

ARRAYFORMULA(SUM(IF(A1:A10>5, A1:A10, 0)))

ARRAYFORMULA(A1:C1+A2:C2)
Syntax

ARRAYFORMULA(array_formula)

* array_formula - A range, mathematical expression using one cell range or multiple ranges of the same size, or a function that returns a result greater than one cell.

Notes

* Many array formulas will be automatically expanded into neighboring cells, obviating the explicit use of ARRAYFORMULA.

* Pressing Ctrl+Shift+Enter while editing a formula will automatically add ARRAYFORMULA( to the beginning of the formula.

* Note that array formulas cannot be exported.

See Also

ARRAY_CONSTRAIN: Constrains an array result to a specified size.
https://support.google.com/docs/answer/3267036?sjid=16672828875549345965-AP
Comment 1 m_a_riosv 2024-06-29 21:37:34 UTC
+1

I think the need of a function for that was already reported, but I can't find it.