J
Jasper Recto
Is there an alternative to the IIF function?
I use a different software that has a function called CASE. It works like
this:
CASE(expression, when-value-a, return-value-a, when-value-b, return-value-b,
.... ,
default-return-value)
This works like a nested IIF function
Thanks!
Jasper
I use a different software that has a function called CASE. It works like
this:
CASE(expression, when-value-a, return-value-a, when-value-b, return-value-b,
.... ,
default-return-value)
This works like a nested IIF function
Thanks!
Jasper