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

Awesome -- I'll try it today. Thanks for the help!

"AndyM" wrote:

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