+ Reply to Thread
Results 1 to 3 of 3

How can I count Hyperlinks?

  1. #1
    Registered User
    Join Date
    10-28-2006
    Posts
    6

    How can I count Hyperlinks?

    I have a spread sheet with 100 jobs I have applied for from different job boards. They are listed in a large column as Hyperlinks. How can I count how many came from each job board?

    Pseudo-Code:
    =CountIFHyperlinkContains(A1:A100,"monster.com")

    Sort of a take off on the real formula:
    =COUNTIF(B1:B100,"*Applied April*")

    Any ideas?

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Does this not work

    =COUNTIF(A:A,"*Monster*")

    VBA Noob
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  3. #3
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258
    Hello Samualt,

    Use this UDF code. The hyperlinks are a collection object that is part of each worksheet which is the Hyperlinks parentobject.

    Please Login or Register  to view this content.
    Worksheet Usage Example:
    Cell A2 Formula: ="Sheet1"
    Cell A1 formula: =CountHyperlinks(A2)

    Sincerely,
    Leith Ross

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1