+ Reply to Thread
Results 1 to 3 of 3

Partial Strings Match

Hybrid View

  1. #1
    Forum Expert skywriter's Avatar
    Join Date
    06-09-2014
    Location
    USA
    MS-Off Ver
    2016
    Posts
    2,760

    Re: Partial Strings Match

    This code is not case sensitive.
    jagadeesh will match jagadeesh rt or Jagadeesh rt.
    If you want it to be case sensitive then change this line.

    If InStr(1, x.Value, r.Value, 1) > 0 Then
    to this

    If InStr(1, x.Value, r.Value) > 0 Then
    Good Luck.


    If your original request is fulfilled please click the Thread Tools drop down box above your first post and choose solved.

    If you are happy with my help, please consider clicking the add reputation button in the lower left hand corner of this post.
    Attached Files Attached Files
    Click the * Add Reputation button in the lower left hand corner of this post to say thanks.

    Don't forget to mark this thread SOLVED by going to the "Thread Tools" drop down list above your first post and choosing solved.

+ 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. Partial Strings match formula
    By jgw73 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-09-2014, 11:38 AM
  2. Counting partial strings
    By darkhangelsk in forum Excel General
    Replies: 3
    Last Post: 07-31-2009, 11:24 PM
  3. MATCH on partial strings
    By ffffloyd in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-28-2008, 05:26 AM
  4. Summing partial strings.
    By [email protected] in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-08-2005, 07:05 AM
  5. [SOLVED] Sumproduct and finding partial strings
    By Jeff in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-06-2005, 01:06 PM

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