View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Andym Andym is offline
external usenet poster
 
Posts: 35
Default Replacing information from one doc to another if conditions ap

Yes, that is right.. you have to include the ISERROR function within the
formula as well. Sorry, should have included that.

Andy


"dan dungan" wrote:

I think it would be something like:

=IF(ISERROR(VLOOKUP($A5,Reroute!$A$2:$V$362,7,FALS E)),
$A5,VLOOKUP(Reroute!$A$2:$V$362,7,FALSE))

That depends on if the original address is in A5. Also, I don't know
the purpose of
having the absolute column reference in $A5.

Dan