IFERROR

Syntax

IFERROR(possibleError:<Any>;replacement:<Any>)

Description

IFERROR returns a value that specifies if a formula evaluates to an error.

  • if the expression in 'possibleError' is an ERROR value, then 'replacement' is returned, otherwise the value of 'possibleError' is returned 
  • both, 'possibleError' and 'replacement', must have the same type
  • if 'replacement' is also an ERROR, then that error value will be the result of IFERROR

Example

IFERROR(#B;100)

ABIFERROR
0<error>100.0
15.05.0
22.52.5
31.6661.666
41.251.25