Hello,
Is there a way to generate #VALUE! error for the output of a LAMBDA function?
For built-in functions, if the wrong values are entered for the parameters, the functions return the #VALUE! error, and I want to mimic that behavior for my LAMBDAs. (Essentially, I need something like the NA() function that generates the #N/A! error.)
Thanks for any input!
Is there a way to generate #VALUE! error for the output of a LAMBDA function?
For built-in functions, if the wrong values are entered for the parameters, the functions return the #VALUE! error, and I want to mimic that behavior for my LAMBDAs. (Essentially, I need something like the NA() function that generates the #N/A! error.)
Thanks for any input!