Spreadsheets generally have a large number of integrated functions for processing data and can easily produce graphic representations of this data. In this article, we discuss the categories of functions, as well as the function syntax.
>There are hundreds of function, categorised as follows:
A function is characterised by its name (written in uppercase by convention), followed by parenthesis. It contains arguments (inside the parenthesis), which are a set of values, separated by semicolons, to which the function applies. Thus, a function called FUNCTION would be written as follows:
FUNCTION(argument1; argument2; etc.)
DON'T MISS