View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.links
Mr Clone enolC Mr Clone enolC is offline
external usenet poster
 
Posts: 1
Default How can I count the number of links?


My spread sheet has a column of hyperlinks. About 100 of them. They
are jobs I've applied for from the job sites. Is there a way I can
search through the hyperlinks to count how many are from one specific
job board like "monster.com"?

Pseudo-Code:
=CountIFHyperlinkContains(A25:A982,"monster")

Any ideas?