Chartered Accountant
1693 Points
Joined April 2014
Hello,
Use IFERROR function with vloopup like
=IFERROR(VLOOKUP(lookup_value,table_array,Coloum_index_num,0),"incorrect name")
If you use iferror function then it will not show #N/A.. ........In my example it will show incorrect name. ..