Absolute Value(@abs)

 

It is function to get the absolute value(always positive value) of specified cell(single cell).

If you select the 'Insert | Function' after selecting the cell (one or several), Insert Function dialogue box comes up.

After inserting the '@abs(A0)' at Insert Function dialogue box, you can modify this function by using the Cell Text Edit dialogue box. This dialogue box comes up by selecting the 'Form | Cell | Cell Text' or icon of Reporter ToolBox.

Also, you can insert this function by using the Cell Text Edit dialogue box without Insert Function dialogue box.

 

Function of absolute value uses following format.

-Function definition : double abs(cell 1)

-Function parameter : Specific number of cell to get the absolute value.

-Result : The calculated absolute value.

 

The absolute function always displays the positive(+) value.

 

Example of written function) = @abs(F4);

Function description : It displays the absolute value of F4 cell at cell which you select.

 

 

Relate items)

Inserting a Function

Reporter ToolBox

Edit a Cell Text

Insert menu in Reporter Editor

Reporter Editor Main Help