View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
RADIOOZ
 
Posts: n/a
Default getting ride of #n/a result from vlookup

Had a simialr prob recently. Used a combination of IF and ISERROR to remove
the error messages. Try something similar to =IF(ISERROR(FIND("EI",'Previous
Project'!L5)),'Previous Project'!L5," "), this returned the value of cell L5
on another sheet if the letters EI were included in the value or a blank cell
if the letters were not in the value

"Todd F." wrote:

How does one best do away with the #n/a symbol when that is what the vlookup
returns

Is there a way to tell it to return "blank" or a designated value when the
voolkup does not come up with an exact match

note always use "false" - exact match.

Hey I appreciate your time