Operators IF, THEN, ELSE

An IF, THEN, ELSE operator is defined as follows:

If (condition)

Then (true expression)

Else (false expression)

The value when using this operator is obtained in the following way:

More Information

Check formula operators

About operators