e.g. if Column A is a URL list, and Column B is a redirect file, and you want to find which URLs (in A) redirect.
=IF(ISERROR(MATCH(A1,$B$1:$B$250000,0)),"","Is a match")
=COUNTIF($A$1:$A$10000,$B1)