I am get a #N/A when I use this to look up names if it can not find the name. it give me a #N/A. How do I get rid of the N/A. it work find if I am looking up number and if it does not find the number it leave it blank. I like it to do the same thing for names look ups.
=IF($A$3="","",VLOOKUP($A3,'<wbr style="font-family: Arial, Helvetica, sans-serif; font-size: small;">CASS-Appointment'!$B$9:$H$53,<wbr style="font-family: Arial, Helvetica, sans-serif; font-size: small;">7,FALSE))
=IF($A$3="","",VLOOKUP($A3,'<wbr style="font-family: Arial, Helvetica, sans-serif; font-size: small;">CASS-Appointment'!$B$9:$H$53,<wbr style="font-family: Arial, Helvetica, sans-serif; font-size: small;">7,FALSE))