View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
nastech nastech is offline
external usenet poster
 
Posts: 383
Default Find Error, Hyperlink..

Hi, have a hyperlink formula that works for finding formula "error result" "X".
Is there a way to modify to search 1 column for general errors and / or
specific error, e.g.: #div/0!

have for finding x in a column, thanks

=HYPERLINK(IF(ISNA(MATCH("X",$AU$1:$AU$1109,0)),"" ,"#"&CELL("address",OFFSET(INDIRECT(SUBSTITUTE(SUB STITUTE(CELL("address",W14),"$",""),ROW(),"")&MATC H("X",$AU$1:$AU$1109,0)),$W$1,0))),"X")