You are here: All Help Topics > Other Information > Cell Functions > EVAL function

EVAL Function

The EVAL function evaluates an expression passed to it in a formula.

EVAL(expression)

EVAL(5*2)

Evaluates the expression and returns 10, the value of 2 times 5.

Note: Expressions involving CaseView objects such as cells, sum groups, and custom properties are not accepted by EVAL.

Related Topics