I am using the VLOOKUP formula to return an office location (from column 3) in another sheet (named California Partners Data Sheet) using a contact list (named Submitting Lawyer Email). The problem is that the contact list sometimes displays name instead of email and in those instances, my formula returns an error #NO MATCH. How can I get my contact list to only display email addresses, so the formula will work? My formula is below and works for 80% of the entries.
=VLOOKUP([Submitting Lawyer Email]@row,{California Partners Data Sheet Range 4},3,false)