New: ready-to-use spreadsheet templatesExplore the collection  →
Google Sheets · Verified tutorial

Vlookup cannot find value in Google Sheets

G2 cannot find its lookup value. Replace it with exactly =IFNA(VLOOKUP("Missing",A2:B4,2,FALSE),"Not found").

Verified by JosephineAbout 75 seconds
Quick answer

G2 cannot find its lookup value. Replace it with exactly =IFNA(VLOOKUP("Missing",A2:B4,2,FALSE),"Not found").

Step-by-step

1

Select the targetG2 cannot find its lookup value.

2

Apply the changeReplace it with exactly =IFNA(VLOOKUP("Missing",A2:B4,2,FALSE),"Not found").

Shortcut or faster method

Use the menu path shown in the video and keep the target range selected until the change is applied.

Expected result

G2 contains the corrected formula and displays Not found.

Common mistake

Applying the change to more rows, columns, or cells than the task specifies.

Troubleshooting

Re-select G2 and repeat the final action. G2 contains the corrected formula and displays Not found.

Example spreadsheet data

This is the clean fixture used for the verified run.

NameAmount
Alpha10
Beta20
Gamma30

Video transcript

  1. Open the prepared Formula repair spreadsheet.
  2. Select the target. G2 cannot find its lookup value.
  3. Apply the change. Replace it with exactly =IFNA(VLOOKUP("Missing",A2:B4,2,FALSE),"Not found").
  4. G2 contains the corrected formula and displays Not found.