Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

Formulas can be used to calculate list values. All input values for the formula must come from the same list. If the value that you want to calculate needs to be part of many lists or the calculations are multi dimensional you can consider to use Cube Calculations instead.

Create a Formula

There are two places where you can create a Formula. When you create a List Item you can click or in the Lists itself, you can click to open the Formula Editor.

...

TypeDescriptionFormulaOption
SUMSum(ParameterItem+ParameterItem+ParameterItem+etc.) 
SUMRSum Range(ParameterItem:ParameterItem) 
AVGAverage(ParameterItem.ParameterItem.ParameterItem. etc.) 
AVGRAverage Range(ParameterItem:ParameterItem) 
VARVarianceVariance(ParameterItem-ParameterItem)Absolute / Relative
RATRatioRatio(ParameterItem/ParameterItem)Absolute / Percentage
MULTMultiplierMultiplier(ParameterItem*MultiplierItem) 

Please note that the range formula's (SUMR and AVGR) only work on values within the range that are visible.

FAQ