|
META TOPICPARENT |
name="TWikiVariables" |
CALC{"formula"} -- add spreadsheet calculations to tables |
|
< < |
- The
%CALC{formula}% variable is handled by the SpreadSheetPlugin. Around 100 functions are available, such as $ABS() , $EXACT() , $EXISTS() , $GET()/$SET() , $IF() , $LOG() , $LOWER() , $PERCENTILE() , $TIME() , $VALUE() .
|
> > |
- The
%CALC{formula}% variable is handled by the SpreadSheetPlugin. Over 100 functions are available, such as $ABS() , $EXACT() , $EXISTS() , $GET()/$SET() , $IF() , $LOG() , $LOWER() , $PERCENTILE() , $TIME() , $VALUE() .
|
|
- Syntax:
%CALC{formula}%
- Examples:
-
%CALC{$SUM($ABOVE())}% returns the sum of all cells above the current cell
|