IfThen, If

IfThen is a conditional function that returns a value when the condition equals True, and another value when the condition equals False.

Syntax:

IfThen(Condition, TrueParameter, FalseParameter)