IIF
An if-then statement with capability of returning a third, unique value if condition is null
Last updated
An if-then statement with capability of returning a third, unique value if condition is null
Last updated
Argument
Description
condition
Boolean expression to test
then
What to return if true
else
What to return if false
when null
What to return if condition
is unknown