Examples for the ifna formula
Copy these examples into a spreadsheet and adjust the ranges for your own data.
IFNA syntax pattern
=IFNA(value, fallback)Use this IFNA pattern as the starting point for your spreadsheet formula.
IFNA in a worksheet
=IFNA(value, fallback)Returns fallback if there was a no match error computing value; otherwise returns value.
When to use IFNA
Use IFNA when you need to return fallback if there was a no match error computing value; otherwise returns value.
- Branch spreadsheet logic based on conditions.
- Handle errors and combine boolean checks.
How IFNA works in Quadratic
In Quadratic, IFNA follows the syntax IFNA(value, fallback). The function works inside Quadratic formulas and can be combined with spreadsheet ranges, tables, and other formulas.
Common IFNA mistakes
Most IFNA issues come from mismatched argument types, ranges that do not cover the intended data, or optional parameters being omitted when the default behavior is not what you expected.
- Check each required parameter before copying the formula across a sheet.
- Confirm that ranges line up with the rows or columns you intend to analyze.
- Use Quadratic AI to explain or debug the formula when the result looks wrong.