
Syntax :

COUNTSTYLE(range, style [, function])
- <range> : the referred cell range
- <style> : the style to count (case sensitive)
- <function> : an integer giving the operation to compute
       0 or missing argument : number of cells
       1 : sum of values
       2 : number of non empty cells
       3 : average of values
       4 : maximal value
       5 : minimal value
       6 : number of numeric values

CELLSTYLE(cell)
- <cell> : the cell from which you want to get the style

