Lambda Functions
| BYCOL | (2024) The results from applying a LAMBDA function to each column in an array. |
| BYROW | (2024) The results from applying a LAMBDA function to each row in an array. |
| ISOMITTED | (2024) The boolean True or False depending whether the value in a LAMBDA is missing. |
| LAMBDA | (2024) The results of a formula added as a named range. |
| MAKEARRAY | (2024) The array calculated by applying a LAMBDA function. |
| MAP | (2024) The array formed by applying a map using a LAMBDA function. |
| REDUCE | (2024) The total value after reducing an array by applying a LAMBDA function. |
| SCAN | (2024) The array after applying a LAMBDA function to each value and returns an array. |
| BYCOL (2024) The results from applying a LAMBDA function to each column in an array. |
| BYROW (2024) The results from applying a LAMBDA function to each row in an array. |
| ISOMITTED (2024) The boolean True or False depending whether the value in a LAMBDA is missing. |
| LAMBDA (2024) The results of a formula added as a named range. |
| MAKEARRAY (2024) The array calculated by applying a LAMBDA function. |
| MAP (2024) The array formed by applying a map using a LAMBDA function. |
| REDUCE (2024) The total value after reducing an array by applying a LAMBDA function. |
| SCAN (2024) The array after applying a LAMBDA function to each value and returns an array. |
© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited Top