+ Reply to Thread
Results 1 to 8 of 8

vlookup crawling from different sheet in google sheet

  1. #1
    Registered User
    Join Date
    06-16-2022
    Location
    bali
    MS-Off Ver
    Google Sheet
    Posts
    41

    vlookup crawling from different sheet in google sheet

    Hi,

    I'd like to ask a question, but I have asked this formula in few different forum before since no one has successfully given me the right comprehensive answer. Hereby, to abide by this forum's rule, I am listing down the links where I have asked the question. Here are where I have posted at :
    https://www.excelguru.ca/forums/show...ed=1#post47783
    https://forum.ozgrid.com/forum/index...s/#post1256490
    https://www.mrexcel.com/board/thread...8/page-2#posts
    https://www.myonlinetraininghub.com/...-crawls#p25604
    https://techcommunity.microsoft.com/...563303#M152602

    I posted there because this site were down for a day.


    So my question is :


    I'd like to crawl a keyword from sheet 2 colomn A:B (consist of multiple text and sentences) into sheet 1 colomn B (noting from sheet 2 colomn A). Please tell me the formula.

    Thank You

    Sheet 1 : https://prnt.sc/KO9_cq8rLBvF
    Sheet 2 : https://prnt.sc/7gM6G4CsOxrm

    This is for google excel sheet

    Please check attached
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,853

    Re: vlookup crawling from different sheet in google sheet

    This works in MS365 - you could try it:

    =IFERROR(TEXTJOIN(", ",1,FILTER(Sheet2!$A$2:$A$4,ISNUMBER(FIND(A2,Sheet2!$B$2:$B$4)))),"")
    Attached Files Attached Files
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    06-16-2022
    Location
    bali
    MS-Off Ver
    Google Sheet
    Posts
    41

    Re: vlookup crawling from different sheet in google sheet

    Quote Originally Posted by AliGW View Post
    This works in MS365 - you could try it:

    =IFERROR(TEXTJOIN(", ",1,FILTER(Sheet2!$A$2:$A$4,ISNUMBER(FIND(A2,Sheet2!$B$2:$B$4)))),"")
    Hi thank you, I have tried this in google sheet, but the result are all blanks even though if it should have result.

    Also, If I tried in excel, hence this is what had happened :
    1. I opened your file, result was good
    2. I clicked on the field (sheet 1 A2), (because I tried to copy - paste the formula to my google excel sheet.
    3. then I let go of my cursor from the field
    4. then the result became blank (A - in screenshot)

    Please check this screenshot https://prnt.sc/SlWT4Um_TqWx

    ask.png

    for B - in screenshot, I was wondering, why the formula became like (IFERROR(_xlfn.TEXTJOIN(", ",1,_xlfn._xlws.FILTER() ; from (=IFERROR(TEXTJOIN(", ",1,FILTER)

  4. #4
    Registered User
    Join Date
    06-16-2022
    Location
    bali
    MS-Off Ver
    Google Sheet
    Posts
    41

    Re: vlookup crawling from different sheet in google sheet

    In https://www.mrexcel.com/board/thread...2#post-5908551, by @fluff..

    I have found the correct formula => =IFERROR(TEXTJOIN(", ",1,FILTER(Sheet2!A$2:A$4,ISNUMBER(FIND(" "&A2&" "," "&Sheet2!B$2:B$4&" ")))),"")
    but issue with his formula is that, it needs to be accurate in terms of CAPS/not caps

    so if the words is adam in first sheet but then if in the second sheet is Adam, it would not crawl..
    unless if in the second sheet is adam also..

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

    Re: vlookup crawling from different sheet in google sheet

    Try using SEARCH instead of FIND.

    Hope this helps.

    Pete

  6. #6
    Registered User
    Join Date
    06-16-2022
    Location
    bali
    MS-Off Ver
    Google Sheet
    Posts
    41

    Re: vlookup crawling from different sheet in google sheet

    thank you very much, you have solved my problem !

  7. #7
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,853

    Re: vlookup crawling from different sheet in google sheet

    So on ExcelGuru, why did you say that it had been solved on Mr Excel?

    For what it’s worth, this level of cross posting is something that really puts me off. I won’t be alone in thinking this way. I wouldn’t make a habit of it if I were you.

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

    Re: vlookup crawling from different sheet in google sheet

    Quote Originally Posted by Asdf99 View Post
    thank you very much, you have solved my problem !
    Glad to have helped. Thanks for the rep.

    Pete

+ 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. Google SHeets: Count Checked checkboxes in filtered data of google sheet
    By Faizan Naseem in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 1
    Last Post: 07-07-2022, 05:42 AM
  2. [SOLVED] Google Sheet : Import From Multiple sheet into 1 sheet with keep format
    By Jhon Mustofa in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 3
    Last Post: 12-14-2021, 07:00 PM
  3. [SOLVED] Google Sheet : Time Stamp Code Work Only in Active Sheet Always Rename Sheet
    By Jhon Mustofa in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 2
    Last Post: 11-23-2021, 10:18 AM
  4. [SOLVED] Google Sheet : ImportRange With Different Amount of Row [Target Sheet & Data Sheet]
    By Jhon Mustofa in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 4
    Last Post: 11-22-2021, 12:14 PM
  5. Locations in Google Sheet to Google Maps with markers and lines
    By Enounce in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 0
    Last Post: 05-19-2021, 01:57 PM
  6. Google sheet: Help to attachment file from Google Drive and send email fill in Google Form
    By sbv1986 in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 0
    Last Post: 03-01-2021, 10:47 PM
  7. [SOLVED] Vlookup for another sheet in google sheets
    By turkanet in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 3
    Last Post: 12-02-2018, 04:42 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