What happens if the 'value' argument in IFERROR doesn't result in an error?

Responsive Ad Header

Question

Grade: Education Subject: Support
What happens if the 'value' argument in IFERROR doesn't result in an error?
Asked by:
75 Viewed 75 Answers
Responsive Ad After Question

Answer (75)

Best Answer
(163)
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.