
Using the Action Menu
ucellif
Function: Evaluates an equality or inequality, and returns one of three different expressions based on whether the equality/inequality is true (expression 1), false (expression 2), or inconclusive (expression 3).
With this function, the equality/inequality can include a string as in the following example: cellif(A1="Red", 0,1,2).
Syntax: cellif(equation, expression 1, expression 2, expression 3)
cellif(inequality, expression 1, expression 2, expression 3)
Example: For each value in cells A1 through A10, to display “Big” in the neighboring
(=cellif(A>5,"Big","Small"))
• Expression 3 is optional for both equation and inequality.
20060301