Spreadsheets generally have a large number of integrated functions for processing data. There are hundreds, 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 semi-colons, to which the function applies. Thus, a function called FUNCTION would be written as follows:
FUNCTION(arguments)