+ Reply to Thread
Results 1 to 5 of 5

formula to extract specific word from a dynamic range

  1. #1
    Forum Contributor
    Join Date
    02-11-2014
    Location
    mauritius
    MS-Off Ver
    MS365
    Posts
    1,079

    formula to extract specific word from a dynamic range

    I have a worksheet in which columns A which has dynamic data .

    Looking a formula to extract a specific word from each cell to columns B .

    The word to extract in column B is SADC
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,893

    Re: formula to extract specific word from a dynamic range

    Maybe this:

    =IF(ISNUMBER(SEARCH("SADC",A2)),"SADC","")
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,215

    Re: formula to extract specific word from a dynamic range

    Try with
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  4. #4
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,891

    Re: formula to extract specific word from a dynamic range

    Or try:

    =IF(COUNTIF(A2,"*SADC*"),"SADC","")

  5. #5
    Forum Contributor
    Join Date
    02-11-2014
    Location
    mauritius
    MS-Off Ver
    MS365
    Posts
    1,079

    Re: formula to extract specific word from a dynamic range

    Thank you all , for solution provided , all worked perfectly

+ 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] extract specific word from a description to a specific column
    By JEAN1972 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-08-2018, 10:32 AM
  2. Find / Extract Word & Words after a Specific Word
    By roseuz in forum Excel General
    Replies: 8
    Last Post: 07-05-2017, 01:07 PM
  3. Extract words/numeric after each specific word
    By chweetvjy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-22-2014, 06:40 AM
  4. [SOLVED] Formula to count number of times specific word used in column range
    By flammer4 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-07-2012, 01:42 PM
  5. Extract specific word from a text string
    By krjoshi in forum Excel General
    Replies: 10
    Last Post: 01-19-2012, 02:00 PM
  6. Extract String After Specific Word
    By Gingeiko in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 12-03-2011, 09:05 AM
  7. Extract a value if a specific word is in the next column
    By cjkcoupon in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-15-2011, 02:28 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