Gregory M. answered 05/22/22
Tutor
5.0
(275)
Three degrees in Computer Science and ~10 years experience
In Google Sheets it's an error #N/A: Did not find value in VLOOKUP evaluation. If you want it to be something else, you can wrap your VLOOKUP in IFERROR like this:
=IFERROR(VLOOKUP('what_to_find', A1:C, 3, False), "Not found.")