View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 1,726
Default vlookup function that returns blank if error

=IF(ISNA(vlookup_formula),"",vlookup_formula)

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"Richard" wrote in message
...

The normal vlookup function returns a NA if the table_array doesn't
contain
the lookup_value.

Can you help me write a new function that returns a blank or "" instead?


--
Richard