Logical Functions
Intermediate

IFNA Function

Handle #N/A errors specifically using IFNA.

Task:

You are using VLOOKUP to find product prices, but some products are not listed in the price table. Use VLOOKUP with IFNA to handle missing values and display 'Not Found' instead of #N/A in column B.

Learning Objectives:

  • Learn IFNA function
  • Understand specific error handling for #N/A
  • Practice lookup error management
Hints

Solve without hints for +5 XP

Interactive Spreadsheet

The data in this exercise

This is the grid you start with. Cell references in the task — B6, C2 — point at the row numbers and column letters below.

ABCDE
1ProductPricePrice List
2AppleApple2.5
3BananaBanana1.8
4OrangeOrange3.2
5GrapeMango4
What this exercise teaches (contains the answer)

IFNA function specifically handles #N/A errors, commonly returned by lookup functions like VLOOKUP when a value is not found.

Functions used here