+ Reply to Thread
Results 1 to 5 of 5

Finding similar issues in a large excel dataset

  1. #1
    Registered User
    Join Date
    06-18-2015
    Location
    London
    MS-Off Ver
    2010
    Posts
    76

    Finding similar issues in a large excel dataset

    Hi all experts,

    I have a dataset composed of thousands row and several columns. Please take a look at the attached sample file. One of these columns (B) is called “Description” and another (E) is “symbol”; actually, one of the words in the contents of “Description” column is similar to “symbol”, bolded in sample file. I would like to find a corresponding symbol and put that symbol in front of a cell that contains a “symbol” word (like column C). Could you please help me out to do this work?

    Thank you in advance
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,612

    Re: Finding similar issues in a large excel dataset

    deleted....
    Last edited by protonLeah; 07-01-2016 at 02:06 AM.
    Ben Van Johnson

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,733

    Re: Finding similar issues in a large excel dataset

    You can put this array* formula in C2:

    =INDEX(E$2:E$12,MIN(IF(ISNUMBER(SEARCH(E$2:E$12,B2)),ROW(E$2:E$12)-1)))

    then copy down.

    *Note that an array formula needs to be committed using the key combination Ctrl-Shift-Enter (CSE), instead of the usual < Enter >.

    Hope this helps.

    Pete

  4. #4
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: Finding similar issues in a large excel dataset

    =lookup(1e+99,search(e$2:e$12,b2),e$2:e$12)

  5. #5
    Registered User
    Join Date
    06-18-2015
    Location
    London
    MS-Off Ver
    2010
    Posts
    76

    Re: Finding similar issues in a large excel dataset

    Thank you very much for both replies, they worked fine. I approved both of them.

+ 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. how to perform Ttest using Excel VBA on a large dataset
    By amalchacko in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-07-2015, 04:12 PM
  2. how to perform Ttest using Excel VBA on a large dataset
    By amalchacko in forum Hello..Introduce yourself
    Replies: 3
    Last Post: 07-07-2015, 04:12 PM
  3. Replies: 3
    Last Post: 01-23-2014, 10:13 AM
  4. [SOLVED] Finding similar words to a target word in a large Excel range.
    By staggers47 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-09-2013, 11:09 AM
  5. [SOLVED] Finding ALL CAPS in large dataset
    By renee705 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-30-2012, 02:35 PM
  6. Finding first and bottomlast years in large dataset
    By laurafv in forum Excel General
    Replies: 2
    Last Post: 02-28-2011, 09:55 AM

Tags for this Thread

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