Average

Use Average to insert the average of multiple values, such as the average score of multiple scorecards. This function has this syntax in which arg1.. represents the functions and objects to use:

Average(arg1, arg2...)

For example, Average(sScore(development cost), sScore(overhead), sSscore(cost of sales)) inserts the average score of the three scorecards specified.

  To insert this function:

  1. Select Functions, then Statistical, and double-click Average.

    This inserts Average(arg1, arg2...)

  2. Replace arg1 with the function that retrieves the data to use after the first bracket.

  3. Right-click and select the object whose values to use.

  4. Insert a comma and repeat steps 3-5 to identify the objects whose values to use in the calculation.