Calculating at the Cell Level

You can create a custom cell-level formula on cells in a formula row or column. When you select a formula cell, you can select the following calculation preferences in Cell Properties:

  • If the cell is an intersection of a formula row and formula column, you can choose whether the calculation is based on the row formula, the column formula, or a new custom formula.

  • If a cell is located in a formula row, you can choose whether the calculation is based on a row formula or a new custom formula.

  • If a cell is located in a formula column, you can choose whether the calculation is based on a column formula or a new custom formula.

Figure -2 shows an example of a cell that is calculated to display the % variance. Cell D4 displays the % variance between the sum of "Jan" and the sum of "Feb"; specifically, ((356-350)/350) *100=1.71%. A cell level formula gives the intended result by placing a custom formula in the cell D4. The formula needed to get the correct result is (([B]-[A])/[A])* 100.

Figure -2 Reason for Using Cell Level Calculation

Description of Figure -2 follows
Description of "Figure -2 Reason for Using Cell Level Calculation"

To calculate at the cell level:

  1. Open a report and select a grid.
  2. Select a formula cell or cells.
  3. In Cell Properties, under Calculation order, select one of the following options:
    • Use the row formula— Applies the row calculation to the cells.

    • Use the column formula—Applies the column calculation to the cells.

    • Use a custom formula— Adds a new formula. (Enter the custom formula in the formula bar at the top of the Report Designer.)

Tip:

You can select multiple contiguous formula cells in a formula row or column to change the calculation order.