+ Reply to Thread
Results 1 to 4 of 4

Organizing list of websites and subdomains

  1. #1
    Registered User
    Join Date
    10-07-2011
    Location
    CA
    MS-Off Ver
    Excel 2008 for Mac
    Posts
    2

    Question Organizing list of websites and subdomains

    This forum seems like a complete gift from the internet. Thank you in advance.

    I have a long list of subdomains in one column of Excel that need to be consolidated if they are from the same main site.
    eg. site.com, forum.site.com, & home.site.com all need to be counted together.

    Is there a formula that would tell excel "if cell contains 'site.com' replace the text in that cell with 'site.com'"? (I don't need to keep the data of what the subdomains were, as I just need the data in their rows grouped next to each other.)

    Thanks!
    Last edited by snmt; 10-10-2011 at 06:02 PM.

  2. #2
    Forum Contributor
    Join Date
    09-10-2011
    Location
    Chicago
    MS-Off Ver
    Excel 2007
    Posts
    176

    Re: Organizing list of websites and subdomains

    Hi Snmt,

    Welcome to the forum!!

    If you just want count of the domains & sub domains that has site.com you can try the below formula assuming your list is in Column A.

    Please Login or Register  to view this content.
    If this is not your requirement, please upload the sample file.

    Regards,
    Humac
    Last edited by humacdeep; 10-07-2011 at 10:40 PM.

  3. #3
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229

    Re: Organizing list of websites and subdomains

    Try this formula
    =IF(ISNUMBER(FIND("site.com",A1)),"site.com",A1)
    _
    ...How to Cross-post politely...
    ..Wrap code by selecting the code and clicking the # or read this. Thank you.

  4. #4
    Registered User
    Join Date
    10-07-2011
    Location
    CA
    MS-Off Ver
    Excel 2008 for Mac
    Posts
    2

    Re: Organizing list of websites and subdomains

    Quote Originally Posted by mikerickson View Post
    Try this formula
    =IF(ISNUMBER(FIND("site.com",A1)),"site.com",A1)
    this was perfect, thank you!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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