Valid if condition with 2 customized error messages?

Hi

I have a Valid_If condition.

Is it possible to have 2 different error messages from this 1 valid_if condition?

eg:
Valid_If: (valid expression)
Error message: if(NOT(valid expression), โ€œdo thisโ€, โ€œdo thatโ€)

0 3 238
3 REPLIES 3

Hello @zachery.lin, yes, it is perfectly possible, and your example is one of the ways it could be done.

You could use IF, IFS, or SWITCH for this.

hmmmโ€ฆthen my valid_if condition is not workable as I thoughtโ€ฆtks

Note that the error message displays only if the Valid If expression evaluates as FALSE.

Top Labels in this Space