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 7702341
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T23:12:20+00:00 2026-05-31T23:12:20+00:00

I have the list with like 100,000 site link strings Each link is unique,

  • 0

I have the list with like 100,000 site link strings

  • Each link is unique, but it has consistent ?Item=
  • Then, it’s either nothing or it continues after & symbol.

My question is: How do I pull out the item numbers?

I know replace function can offer similar functionality, but it works with Fixed sizes, in my case string can be different in size.

Link example:
www.site.com?sadfsf?sdfsdf&adfasfd?Item=JGFGGG55555
or
www.site.com?sadfsf?sdfsdf&adfasfd?Item=JGFGGG55555&sdafsdfsdfsdf

In both cases I need to get JGFGGG55555 only

  • 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-31T23:12:21+00:00Added an answer on May 31, 2026 at 11:12 pm

    If this always is the last portion of the string, you can use the following:

    =MID(A1, FIND("?Item=", A1) + 6, 99)
    

    This assumes:

    • no item numbers will be over 99 digits.
    • no additional fields follow the item number.

    Edit:

    With the update to your question, it is apparent you have some strings with additional data after the ?Item= field. Without using VBA there is not a simple means of using MID and FIND to extract this.

    However you could create a column which acts as a placeholder.

    For example, create a column using:

    =MID(A1,FIND("?Item=",A1)+6,99)
    

    This gets you the following value: JGFGGG55555&sdafsdfsdfsdf

    Next, create a column using:

    =IF(ISERROR(FIND("&",B2)),B2,LEFT(B2,FIND("&",B2)-1))
    

    This produces: JGFGGG55555 by searching the first value for a & and using the portion before it. If it is not found, the first value is simply repeated.

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

Sidebar

Related Questions

I have a list of approx. 500,000 strings, each approx. 100 characters long. Given
may be too simple groovy question but....please help i have a list like this:
I have a simple list like this: <ul id=cyclelist> <li>Item 1</li> <li>Item 2</li> <li>Item
i have to maintain a list of numbers, count up to 100,000... if the
I have code that is adding ~100,000 items to a List. If I add
If I have a list like this [ [100], [500], [300] ] , what's
I have a list of (label, count) tuples like this: [('grape', 100), ('grape', 3),
I have a SharePoint external list that points to a 100,000 record SQL table.
I have a list like: list = [[1,2,3],[4,5,6],[7,8,9]] I want to append a number
I have a list like this Dim emailList as new List(Of String) emailList.Add(one@domain.com) emailList.Add(two@domain.com)

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.