CellIf(

CellIf( #

Description #

This command returns expression 1 when the equality or inequality provided as the branch condition is true, and expression 2 when it is false.

Syntax #

CellIf(equality,expression 1,expression 2)

or

CellIf(inequality,expression 1,expression 2)

Example #

CellIf(A1>B1,A1,B1)