Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4006002
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T08:27:44+00:00 2026-05-20T08:27:44+00:00

I want to get filter column string from below Data. URL PreFix OutPut ConcatStrings

  • 0

I want to get filter column string from below Data.

                    URL                          PreFix              OutPut             ConcatStrings
────────────────────────────────────────────────────────────────────────────────────────────────────────────────
    http://AbCD.com/grouponorange-county    |     Deals   |    orangecounty |    Dealsorangecounty

In,
Column-1 first column there is an URL string.
Column-2 There is fixed words here ex. Deals or any fixed string
Column-3 Want to get string after this “http://AbCD.com/groupon” string

                 there is orange-Country then remove all special character so here output is orangeCountry.
Coulmn-4 ConcatString ” [Column-2] + [Column-3] “

How I can do in Microsoft Excel sheet.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T08:27:45+00:00Added an answer on May 20, 2026 at 8:27 am

    Column 4: use the formula =B:B&C:C.

    Column 3: if you always have the same hostname, you can use:

    =SUBSTITUTE(A:A,"http://AbCD.com/groupon","")
    

    If it has a different hostname, use:

    =RIGHT(A:A,LEN(A:A)-FIND("groupon",A:A)-LEN("groupon")+1)
    

    (edit) Use Alt+F11 to go into VBA, go to Insert > Module, and paste this in:

    Public Function remove_special_characters(s As String) As String
        ' based on code by Aaron Blood posted here:
        ' http://www.ozgrid.com/forum/showthread.php?t=55082&page=1
    
        Dim cur_char As String
        Dim i As Long
    
        For i = 1 To Len(s)
            cur_char = Mid(s, i, 1)
            If cur_char Like "[A-Za-z0-9]" Then
                remove_special_characters = remove_special_characters & cur_char
            End If
        Next i
    End Function
    

    You can then use =remove_special_characters() in Excel as a wrapper around the functions above.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to get the MD5 Hash of a string value in SQL Server
I want to get the size of an http:/.../file before I download it. The
If all tables I want to delete from have the column gamer_id can i
I want to get started doing some game development using Microsoft's XNA. Part of
I want to get my databases under version control. I'll always want to have
I want to get an overview of files that are updated in TFS (that
I want to get the base 10 logarithm of a Fixnum using Ruby, but
I want to get a files these attributes as integer values.
I want to get a list of files in a directory, but I want
I want to get user input in one page, store that in a php

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.