# IFERROR
## Definition
### [[Nexus - Google Analytics Certificate Course|Google Analytics Certificate]]
### [[Spreadsheet]]
>[! Definition]
>This is a [[Spreadsheet]] [[Function|function]] that takes 2 arguments. The first is the formula to be evaluated, the second is the value to apply if an error is generated by the given formula.
## Examples
### Spreadsheet
```spreadsheet
=IFERROR(B4/A1, "Not Applicable")
```
The above formula uses a function.
The first argument in the function is the formula to be applied in the cell. If an error results from that formula in the specific cell, then "Not applicable" is entered
## Related
[[Function#Spreadsheet functions|Spreadsheet functions]]
[[Spreadsheet]]
## Resources
## Flashcards
The below code are generated for use with [Spaced Repetition plugin](https://github.com/st3v3nmw/obsidian-spaced-repetition/) [docs](https://www.stephenmwangi.com/obsidian-spaced-repetition/)
### Spreadsheet
The {{IFERROR()}} function is a [[Spreadsheet]] [[Function|function]] that takes 2 arguments. The first is {{the formula to be evaluated}}, the second is {{the value to apply}} if an error is generated by the given formula.
<!--SR:!2024-11-11,4,270!2024-11-10,3,250!2024-11-10,3,250-->