Question:
What does "Function XYZ is an array function" mean?
Answer:
An array function is a function that returns multiple values (i.e. an array of values). For instance, the DIFF function returns the whole time series of the differenced time series.
An array function returns the value of the first element by default. To expand the values, please
- Select all cells column-wise (starting from the cell with formula).
- Press F2 or click in the formula bar to enter the formula edit mode.
- Press CTRL+SHIFT+ENTER together.
- If successful, you will see the formula enclosed between italic braces (i.e. {}).
Comments
Please sign in to leave a comment.