Hi all,
I want my VLOOKUP to return the word "No" when it finds nothing, instead of #N/A. How do I do that?
Hi all,
I want my VLOOKUP to return the word "No" when it finds nothing, instead of #N/A. How do I do that?
use IFERROR
e.g.
=IFERROR(VLOOKUP(....),"No")
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Hi Wetbean,
Use following error handler:-
=IF(ISERROR(VLOOKUP(E12,H:I,2,0)),"No",VLOOKUP(E12,H:I,2,0))
Replace VLOOKUP(E12,H:I,2,0) with your vlookup formula.
Cheers
Regards,
DILIPandey
<click on below 'star' if this helps>
DILIPandey, Excel rMVP
+919810929744 (India), +971528225509 (Dubai), dilipandey@gmail.com
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks