+ Reply to Thread
Results 1 to 3 of 3

Partial Strings Match

  1. #1
    Forum Contributor
    Join Date
    08-29-2012
    Location
    Hyderbad
    MS-Off Ver
    Excel 2003
    Posts
    122

    Partial Strings Match

    Hi,

    Request for vba code with loops for the below :

    I have list of names in column E and full names in column I
    And i need to match list of column E with list of column I
    If matched column I values should be pasted in column F against the value matched in column I.

    Sample Image :
    Partial String Match.png

    Sample workbook attached......

    Can anyone please...

    Thank You.
    Attached Files Attached Files

  2. #2
    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.

    Please Login or Register  to view this content.
    to this

    Please Login or Register  to view this content.
    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.

  3. #3
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Partial Strings Match

    Hello jagadeesh.rt,

    You can use this formula in column "F" and drag down.
    =INDEX($I:$I,MATCH("*"&E2&"*",$I:$I,0))
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

+ 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. [SOLVED] Summing partial strings.
    By [email protected] in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-08-2005, 07:05 AM
  5. 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