Google Sheets · Verified tutorial
Verified by JosephineAbout 75 seconds
Xlookup returns #N/A in Google Sheets
G2 returns #N/A. Replace it with exactly =XLOOKUP("Missing",A2:A4,B2:B4,"Not found").
Verified by JosephineAbout 75 secondsQuick answer
G2 returns #N/A. Replace it with exactly =XLOOKUP("Missing",A2:A4,B2:B4,"Not found").
Step-by-step
1
Select the targetG2 returns #N/A.
2
Apply the changeReplace it with exactly =XLOOKUP("Missing",A2:A4,B2:B4,"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.
| Name | Amount | ||||
| Alpha | 10 | ||||
| Beta | 20 | ||||
| Gamma | 30 |
Video transcript
- Open the prepared Formula repair spreadsheet.
- Select the target. G2 returns #N/A.
- Apply the change. Replace it with exactly =XLOOKUP("Missing",A2:A4,B2:B4,"Not found").
- G2 contains the corrected formula and displays Not found.