+ Reply to Thread
Results 1 to 3 of 3

Excel Formula to find a specific word/letters in multiple cells

  1. #1
    Registered User
    Join Date
    03-29-2019
    Location
    Manila, Philippines
    MS-Off Ver
    2018
    Posts
    4

    Excel Formula to find a specific word/letters in multiple cells

    Good day to all!

    Can you guys help out...

    i don't know how to formulate a certain condition in excel.

    Given Mutiple rows with names/codes, how can i specific look up a certain letter combination...


    xxxxpng.PNG

    what formula should i use to have result like shown in "column B"

    Thanks in advance
    Attached Images Attached Images
    Last edited by JohnSamson; 03-30-2019 at 05:43 AM.

  2. #2
    Forum Expert
    Join Date
    03-20-2015
    Location
    Primarily UK, sometimes NL
    MS-Off Ver
    Work: Office 365 / Home: Office 2010
    Posts
    2,405

    Re: Excel Formula to find a specific word/letters in multiple cells

    Looks like you always want the third and fourth letters, so use this:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Regards,
    Aardigspook

    I recently started a new job so am a bit busy and may not reply quickly. Sorry - it's not personal - I will reply eventually.
    If your problem is solved, please go to 'Thread Tools' above your first post and 'Mark this Thread as Solved'.
    If you use commas as your decimal separator (1,23 instead of 1.23) then please replace commas with semi-colons in your formulae.
    You don't need to give me rep if I helped, but a thank-you is nice.

  3. #3
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: Excel Formula to find a specific word/letters in multiple cells

    Hi All,

    @JohnSamson how many combinations of letters do you have to look up? If you have to spot only a couple of combinations of letters


    =IF(COUNTIF(A1,"*TL*"),"TL",IF(COUNTIF(A1,"*XF*"),"XF",""))

    You could combine IF and SEARCH

    =IF(ISNUMBER(SEARCH("TL",A1)),"TL",IF(ISNUMBER(SEARCH("XF",A1)),"XF",""))

    If you would work with a much longer list of combination to extract, better to use other formulas.
    Last edited by canapone; 03-30-2019 at 06:06 AM.
    -----------------------------------------------------

    At Excelforum, you can say "Thank you!" by clicking the star icon ("Add Reputation") below the post.

    Please, mark your thread [SOLVED] if you received your answer.

+ 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] Which formula do I have to use to find if a cell contains a specific word?
    By pingipingi in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-26-2015, 09:00 AM
  2. [SOLVED] Formula to find a specific word that and number adjacent to it
    By eoghanmolloy in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 12-05-2012, 08:33 AM
  3. [SOLVED] Find cells which contain specific word, delete cells and shift left.
    By BPSJACK in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-24-2012, 07:00 AM
  4. [SOLVED] Find word using combination of given letters
    By net.rider in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-02-2012, 04:38 AM
  5. VBA Trying to pull specific Word table cells into specific Excel cells
    By ez08mbba in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-16-2012, 01:11 PM
  6. Excel 2007 : Find specific word in excel
    By nlm in forum Excel General
    Replies: 4
    Last Post: 09-07-2011, 03:55 AM
  7. find same word in all capital letters
    By sportingsports in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 08-13-2010, 08:43 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