Functions
A function is a named formula that takes zero or more arguments, performs an operation, and, optionally, returns a result. Some examples of function calls are: PI(), POWER(A1,B3)
, and SUM(C6:C10)
.
There are more than 300 predefined functions defined by this Office Open XML specification. User-defined functions are also permitted.