Question
What happens if the 'value' argument in IFERROR doesn't result in an error?
Asked by: USER5545
75 Viewed
75 Answers
Answer (75)
If the 'value' argument evaluates without producing an error, IFERROR simply returns the result of that 'value' argument. The 'value_if_error' argument is ignored.