+ Reply to Thread
Results 1 to 5 of 5

Find Wildcard, return that Wildcard value?

  1. #1
    Registered User
    Join Date
    11-07-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    1

    Exclamation Find Wildcard, return that Wildcard value?

    I have about an 8000 row file with a bunch of different group names

    They all have a two digit code in them like AS, IP, AR, PO, etc.

    I want to do a formula that looks for this like " ?? ", and then gives me that value in column B, so I can sort by specific module.

    Help

    So for example
    [USA IP Requisition Processor][IP]
    [Requisition USA GL Processor][GL]
    [Processor USA Requisition AR ][AR]
    [USA IS Requisition Processor][IS]

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Find Wildcard, return that Wildcard value?

    With your string in A1, try

    ="["&MID(A1, SEARCH(" ?? ", A1),4)&"]"
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Expert boopathiraja's Avatar
    Join Date
    07-12-2013
    Location
    Coimbatore,TamilNadu, India
    MS-Off Ver
    Excel 2007, 2013, 2016, 365
    Posts
    1,455

    Re: Find Wildcard, return that Wildcard value?

    Hi, Try this

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Click just below left if it helps, Boo?ath?

  4. #4
    Forum Contributor
    Join Date
    05-04-2014
    Location
    New Jersey, United States
    MS-Off Ver
    Excel 2010, 2013
    Posts
    120

    Re: Find Wildcard, return that Wildcard value?

    Another option:

    =MID(A1,SEARCH(" ?? ",A1)+1,2)

  5. #5
    Forum Expert boopathiraja's Avatar
    Join Date
    07-12-2013
    Location
    Coimbatore,TamilNadu, India
    MS-Off Ver
    Excel 2007, 2013, 2016, 365
    Posts
    1,455

    Re: Find Wildcard, return that Wildcard value?

    Yes, if the codes are always two char as quoted in example

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] If text does not contain (wildcard), return value of cell
    By sabusby in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-27-2014, 02:59 PM
  2. [SOLVED] Find: Using wildcard, but don't replace with wildcard
    By JimDandy in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-06-2013, 05:39 PM
  3. Find with wildcard characters
    By stanleydgromjr in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-01-2010, 08:44 PM
  4. Find Worksheet with Wildcard
    By philwongnz in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-27-2006, 11:30 AM
  5. [SOLVED] Wildcard Query to return certain criteria
    By Gee in forum Excel General
    Replies: 4
    Last Post: 02-09-2006, 08:45 AM

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