View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Santipong[_2_] Santipong[_2_] is offline
external usenet poster
 
Posts: 2
Default How can I change an #N/A error to display other text?

Try this,

=If(Isna(Vlookup(...)),"unpresented",Vlookup(...))

"Nelly" wrote in message
...
I have entered a vlookup formula that returns an #N/A error until the data
is
found. What I would like to do is to display this #N/A as meaningful text
such as "unpresented".