+ Reply to Thread
Results 1 to 5 of 5

Find partial text in a range o cells

  1. #1
    Registered User
    Join Date
    04-02-2015
    Location
    athens
    MS-Off Ver
    2010
    Posts
    2

    Find partial text in a range o cells

    Hey to everyone,

    Been cracking my head with this puzzle.

    I have 4 Columns, A - B and D - E in the same sheet.
    Columns A and D contains id numbers, columns B and E contain categories written in Greek.
    i want a function that does:

    looks in column D for specific partial text given by user and if it finds a match (for example E90) then it copies the corresponding id (D90) from column D to column A (A90).

    thnx in advance

  2. #2
    Forum Contributor LokeshKumar's Avatar
    Join Date
    03-31-2015
    Location
    India
    MS-Off Ver
    All, mostly 2010 now..
    Posts
    471

    Re: Find partial text in a range o cells

    Could you please upload the sample file.....

  3. #3
    Registered User
    Join Date
    04-02-2015
    Location
    athens
    MS-Off Ver
    2010
    Posts
    2

    Re: Find partial text in a range o cells

    here it is. thanks for the response

    so in this example, i want a function to put in each cell in column a that searches for partial text "example1" and if it finds a match, it takes the id from column D as a result

    PS: case insensitive partial text
    Attached Files Attached Files
    Last edited by bbb13; 04-02-2015 at 07:21 AM.

  4. #4
    Forum Contributor LokeshKumar's Avatar
    Join Date
    03-31-2015
    Location
    India
    MS-Off Ver
    All, mostly 2010 now..
    Posts
    471

    Re: Find partial text in a range o cells

    Hey thanks for the attachment....
    Could you please try this one...if you are looking for different thing..pls let me know..
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Last edited by LokeshKumar; 04-03-2015 at 03:01 PM.

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Find partial text in a range o cells

    =IF(NOT(ISERROR(SEARCH("Example",B2))),D2,"")
    Here's another way to write that:

    =IF(COUNT(SEARCH("Example",B2)),D2,"")
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. Replies: 3
    Last Post: 01-22-2015, 06:21 PM
  2. [SOLVED] To find partial text
    By gan_xl in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-06-2013, 10:44 AM
  3. [SOLVED] PARTIAL TEXT Search from range of cells.
    By manharji in forum Excel General
    Replies: 1
    Last Post: 04-07-2012, 08:19 AM
  4. Macro that can delete partial text from a range of cells
    By barkerw in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-14-2011, 12:19 PM
  5. Taking partial text from a range of cells, cutting it, and pasting it elsewhere
    By fecurtis in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-02-2008, 08:41 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