Use IFNA to parse address components in Google Sheets. Complete tutorial with syntax and examples.
IFNA(value, value_if_na)
Evaluates a value. If the value is an #N/A error, returns the specified value. To parse address components, combine IFNA with the right arguments for your dataset.
More specific than IFERROR โ only catches #N/A, not other errors.