+ Reply to Thread
Results 1 to 6 of 6

Vlookup a specific word

  1. #1
    Forum Contributor
    Join Date
    02-15-2012
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2019
    Posts
    431

    Vlookup a specific word

    Hi,

    Need to find a specific word via vlookup.

    An excel file attached with necessary details.

    Pl. help.

    Thanks,
    Nagesh.
    Attached Files Attached Files

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

    Re: Vlookup a specific word

    You can use this formula in C2:

    =IF(COUNTIF(I:I,B2),IF(ISNUMBER(SEARCH("sip rksp",VLOOKUP(B2,I:J,2,0))),"Yet to clear",IF(ISNUMBER(SEARCH("sip",VLOOKUP(B2,I:J,2,0))),"Cleared","Yet to clear")),"")

    then copy down.

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    02-15-2012
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2019
    Posts
    431

    Re: Vlookup a specific word

    Hi,

    This is working well. But part of the formula (given below) to be changed. RKSP will not always come next to SIP. Formula to take care of this. Existing formula is not taking care of it.

    IF(ISNUMBER(SEARCH("sip rksp",VLOOKUP(B2,I:J,2,0))),"Yet to clear",

    Pl. do the needful.

    Thanks,
    Nagesh.

  4. #4
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,461

    Re: Vlookup a specific word

    c2:

    Please Login or Register  to view this content.
    Quang PT

  5. #5
    Forum Contributor
    Join Date
    02-15-2012
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2019
    Posts
    431

    Re: Vlookup a specific word

    Thank you Bebo. Its working perfectly.

    Thank you Pete for the help extended.

  6. #6
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Vlookup a specific word

    Is this work?

    =IF(J2="","",IF(SUMPRODUCT({1,0}-ISERR(SEARCH({"RKSP","SIP"},J2))),"Yet to clear","Cleared"))

+ 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] formula to convert specific word alphabet in a word to upper case only
    By JEAN1972 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-18-2020, 01:19 PM
  2. Using VLOOKUP to find a specific word in a phrase and return a value
    By arnagas in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-18-2016, 11:09 AM
  3. Replies: 1
    Last Post: 02-21-2016, 02:39 AM
  4. [SOLVED] Help with macro to find a specific word and replace the entire cell with the return word.
    By BG1983 in forum Excel Programming / VBA / Macros
    Replies: 21
    Last Post: 08-24-2015, 09:40 PM
  5. Replies: 2
    Last Post: 10-30-2014, 01:49 AM
  6. Replies: 4
    Last Post: 02-23-2014, 08:18 AM
  7. [SOLVED] search for a specific word and copy the word and the preceeding words until a comma
    By DHANANJAY in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 12-31-2005, 09:10 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