Work with functions, formulas, and cells
- Last UpdatedFeb 27, 2025
- 1 minute read
An Excel function is a predefined formula that performs a calculation. For example, a function can add two numbers and return the results:
=SUM(number1,number2, ...)
An array formula is a type of function that can perform multiple calculations and then return either single or multiple results. Array formulas act on two or more sets of values called array arguments. The arguments are the inputs to the function and are required to be in a particular order. Most of the formulas created using the AVEVA Historian Client Workbook are array formulas. For example:
=wwAnalogTagDetails(DataSource, TagRange, Description, EngUnit, EURange, RawRange, Storage, OptionRange)
When the specific inputs are provided and the array formula is executed, the results appear in one or more cells. You can click anywhere in the array results to see the associated formula.
You can manually create or edit array formulas in the same way that you create or edit other formulas, except you press CTRL+SHIFT+ENTER to enter or update the array formula.