Introduction
These functions help you handle errors in your formulas. IFERROR shows a custom message or value when a formula has an error. IFNA does the same but only for #N/A errors. This keeps your sheets neat and easy to understand.
When you want to show 'No data' instead of an error if a lookup fails
When dividing numbers and you want to avoid showing #DIV/0! errors
When you use formulas that might return #N/A and want to replace it with a friendly message
When you want to keep your report clean by hiding error messages
When you want to provide a default value if a formula result is an error