Google Sheets - Search, QUERY function

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

Комментарии • 266

  • @ParthaDas-wy6ps
    @ParthaDas-wy6ps 5 лет назад +13

    I've been doing this search problem for two days now, and finally, after watching your video, I found a solution to my problem.Thank You Sir.

  • @malikastar9265
    @malikastar9265 9 месяцев назад

    Your method of teaching makes everything look easy, you're my most important resource of learning google sheets, thank you so much !

  • @dfilliernl
    @dfilliernl 3 года назад +5

    Fantastic tutorial ... you just saved me and my team a ~huge~ amount of time and effort.
    Thanks for taking the time to produce and share this tutorial.

  • @uncertainAuthor
    @uncertainAuthor 3 года назад +4

    This was exactly what I was looking for to try and put a search function into a spreadsheet I've been working on! Thank you so much for sharing this easy to follow and informative tutorial ♥

  • @nikhilgala25
    @nikhilgala25 3 года назад

    very much informative. ecplained so well.nice tutorial. thanks

  • @Azzz01s
    @Azzz01s 4 года назад +6

    Love it how implanted the split them join to create such a loop! Amazing idea, more to it I've adjusted the AND to OR too show all data in single words, thanks a lot, gonna be watching more and more of your vids to learm more too, never thought SQL could be such fun and amazing language and excitingly challenging to use to help me out big time with my needs 👍🏻👍🏻👍🏻👍🏻👍🏻

    • @Azzz01s
      @Azzz01s 4 года назад +2

      @Ömer Faruk Akkaya @21:12 see the AND after JOIN! ... change the AND to be OR, so by this the query will turn the results to anything that contains any of the words/letters you put in your search criteria. if you put DRESS BABY it will show you any results containing ANY of these two words and not necessarily containing both, hope it cleared for you ;)

  • @bobykumar3960
    @bobykumar3960 3 года назад +7

    again.... you are "THE" SOLUTION....

  • @angrybobr365
    @angrybobr365 5 месяцев назад

    At the beginning of the video, I was looking at it and thinking: "Oh...boring, every newbie knows that"... but later, close to the end... the only words in my head were: "What a tricky mo***fu***, u got me!"
    Big thanx for that tutorial.

  • @arnellcarmichael635
    @arnellcarmichael635 2 года назад +4

    Absolutely brilliant tutorial my guy! Very easy to follow, and educational! Thanks for putting this video together, and it definitely helped me save time searching data within my CRM! Best - Arnell

  • @arielzabatecuizon5147
    @arielzabatecuizon5147 3 года назад

    Thanks so much for this very instructive video..more power to help us newbie out here!!

  • @quangminhdang4404
    @quangminhdang4404 2 года назад

    the function query is good, I like it! and thank you so much for sharing this easy function.

  • @sergiomira741
    @sergiomira741 5 месяцев назад

    This is spectacular, simply Amazing!!!!!!! Thank you!!!!!
    Greetings from Colombia friend

  • @pramodnair7697
    @pramodnair7697 4 года назад +1

    VERY VERY USEFUL VIDEO, THANKS

  • @tahanawfal
    @tahanawfal 4 года назад +11

    to make it search for multi columns:
    _=QUERY(data,"SELECT * WHERE D LIKE ""%"&B2&"%"" AND (C LIKE ""%"&B3&"%"" OR B LIKE ""%"&B3&"%"") ",1)_
    notice that AND & OR are logic gates and you should change between them if there is no result

  • @andresleon8076
    @andresleon8076 3 года назад +1

    THANKS! I've been through many of your videos looking for something like this.. Really Helpful

  • @jerikhodejesus8570
    @jerikhodejesus8570 3 года назад +1

    thank you so much for sharing. I just want to ask to you if what is your advise to control the simultaneous flashing of result from the query using the QUERY ONE function when the google sheet users had type their own searching data in the search box at the same time? Thank you very much

  • @mani2care
    @mani2care 5 лет назад +2

    Really nice for me to get it resolved my issue but same thing how can i do it for multiple sheet to fetch the same result

  • @shammetje
    @shammetje 2 года назад

    this helped me find the solution in the first few seconds of the video.
    thanks

  • @btrzanne
    @btrzanne 3 года назад +1

    very helpful and informative! thank you so much!!!

  • @amoeudaemonic6435
    @amoeudaemonic6435 2 года назад

    Thank you for the tutorial! Easy to follow, but I also learned some functions of formulas as well! We created a searchable database of flavors and nicotine strengths for our vape store with this. You've given my workers a nice cheat sheet for sure! Thanks again! 🙂

  • @Allen-L-Canada
    @Allen-L-Canada 3 года назад +1

    Great! In a drop-down can you allow multiple selections instead of only one?

  • @carlosharper5046
    @carlosharper5046 4 года назад +3

    What would the query be to search multiple tabs/sheets?

  • @jonathanprunier2368
    @jonathanprunier2368 4 года назад +1

    Very useful ! Thanks a lot you are very competent

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 года назад +1

      Glad it was helpful!

    • @9394sing
      @9394sing 4 года назад

      Learn Google Spreadsheets thanks a lot, great video and very useful for my work

  • @m.kamranbaloch6214
    @m.kamranbaloch6214 3 года назад

    Perfect video i have ever seen
    Thankyou so much

  • @DuaaAbudra
    @DuaaAbudra 2 года назад

    Very informative
    Thank you

  • @ВикторКурильчик-х2ю

    Thanks for clear explanation. You are wonderful tutor.

  • @christelquimbo1995
    @christelquimbo1995 2 года назад

    Thank you so much for this tutorial.

  • @myhelpdesk6414
    @myhelpdesk6414 5 лет назад

    really nice tutorial sir. you are great sir thanks..

  • @mayuraakhade7275
    @mayuraakhade7275 2 года назад

    This was exactly what I was looking for Thank you for share this tutorial

  • @iftaminka2804
    @iftaminka2804 2 года назад

    I did this tutorial and it's amazingly help me completed my final task, Thanks!
    But I've no idea how to create this when I've few different data in multiple sheets, looking for it

  • @lauracru
    @lauracru Год назад

    Your help has been invaluable. Thank you

  • @selvarajandiappa3143
    @selvarajandiappa3143 3 года назад

    Thanks, very helpful. Following most of your tutoring.. Just want to find out why after search result when you edit any data, all search data disappears and the formula reruns errer

  • @Juan_Albor_Cardenas
    @Juan_Albor_Cardenas 4 года назад +1

    Great video helped alot with me searching but I have a question how can I do this search to entire workbook or multiple worksheets? Can you please help?

  • @monicamusial4665
    @monicamusial4665 4 года назад +1

    This is a great tool and you explained it very well! Thank you!! I just have a question. Is there a way for the search results to be blank when the search drop-down is empty?

    • @BlueStarsConsulting
      @BlueStarsConsulting 3 года назад

      Yeah. I have the same question. How can you have all the options show when the field is blank?

  • @HarrisonBennett
    @HarrisonBennett 3 года назад +1

    Exactly what I was looking for! Thanks man

  • @natew
    @natew 2 года назад

    Thank you for all your hard work generating this great content!

  • @chhenglykandal3768
    @chhenglykandal3768 3 года назад

    Thank You Sir from Cambodia and this help me a lot. would u mind create Query related to Bar Chart report or Graph Analysis in the next video? Thank You.

  • @jonayego
    @jonayego 2 года назад

    Wow, this is great. A million thanks. Please, supposing you want to generate a cost for two different items, how do you go about??

  • @dejo095
    @dejo095 11 месяцев назад

    very helpful, thanks

  • @annekristelmangarin3196
    @annekristelmangarin3196 4 года назад +2

    Can I do the search on the whole array instead of just one column?

  • @varioII
    @varioII 4 года назад

    This is awesome, just started using this. Wondering how to handle B2 being empty - split function doesn't like it. I'm trying to include ALL results in the query if B2 is blank?

  • @chhansambath5244
    @chhansambath5244 2 года назад +1

    hi! in this case we can make the same cell to search in more in column A,B ,c...? ( 1 single cell can search by name, phone number or date)

  • @duzshootingrange
    @duzshootingrange 3 года назад

    There's anyway to make the results of the search to carry the text formatting used in the data?
    Awesome tutorial.

  • @aakritimoda4402
    @aakritimoda4402 2 года назад +2

    Your video is excellent but can you please share the sample file too so that it gets easier to along ?

    • @judeodele6450
      @judeodele6450 Год назад

      =QUERY(data,"SELECT * WHERE 1=1 “&”AND LOWER(E)LIKE LOWER(“”%” &JOIN(“%””) AND LOWER(E)LIKE LOWER(“”%”, SPLIT(B1,””))&”%“”)”,1)

  • @kulvinder8211
    @kulvinder8211 3 года назад

    Sir U are great person

  • @deafmultilingual8527
    @deafmultilingual8527 4 года назад +1

    how do you also pull through the hyperlink in the data sheet as well? So say your skirts has a hyperlink to open up a video and you need this hyperlink brought through so that you could click skirt and watch the video?

  • @user-zp2if5yb5o
    @user-zp2if5yb5o Год назад

    Hello, this was very helpful but I was wondering how to do something. Is there a way to search for things in multiple columns at once?

  • @mansaha9288
    @mansaha9288 4 года назад

    Thanks for the apostrophes info

  • @keerthanab1103
    @keerthanab1103 3 года назад

    Very useful class. You taught how to use query function with examples of region and reps. Can we have search option along with regions and sales reps. 🤔

  • @sureshshah8508
    @sureshshah8508 4 года назад

    i have used this and thank you for this video

  • @anurajms
    @anurajms 4 года назад

    thanks for the video .really appreciate your help

  • @brethrencemetery4965
    @brethrencemetery4965 4 года назад +2

    This was a great explanation. If I wanted to edit one of these records, how would I either edit it here and update the main sheet, or how would I like to that record so I could edit it in the main sheet?

  • @eristidwialmubarok
    @eristidwialmubarok 21 день назад

    Thanks for the video, it help me alot.
    I have a question,
    if these sheet used by one user it look seem working allright.
    but, how if there is some users want to use those sheet at the same time? anyone will be interupt by one and another person while working.
    Do you have any alternative for it? thanks before.

  • @CloudPower
    @CloudPower 4 года назад

    Excellent ! Very useful.

  • @SiamLiaqat
    @SiamLiaqat 2 года назад

    Very Nice 👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍

  • @Mikarevival
    @Mikarevival 5 лет назад

    Great Job!!! Thank you so much!! I wanted to ask you to do something like this....but you had the Idea before I could ask!! Thanks!!!

  • @pooranikannan7634
    @pooranikannan7634 2 года назад

    Thank you soo much! You are a life saver :)

  • @rachitm109
    @rachitm109 3 года назад

    Love it! Thanks bro! This is so good!

  • @adindasyarah1163
    @adindasyarah1163 4 года назад +2

    I Love You So Much

  • @shadabchaudhary5632
    @shadabchaudhary5632 5 лет назад

    Good job 👍

  • @mrkfong
    @mrkfong 4 года назад +1

    Thanks bro, big help!

  • @pinnibyp3950
    @pinnibyp3950 4 года назад

    Thank you so much!!! you help us to work much easier ! May I ask if query function can also import both value and format? seem like it only import value not include format of that cell.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 года назад +1

      It only imports the value. You can specify what format you want for the output, but it's not going to pick up the original formatting. Watch my QUERY function series for more details.

    • @pinnibyp3950
      @pinnibyp3950 4 года назад

      @@ExcelGoogleSheets Thank you, I'll check whole series !!

  • @Basudeb_Chandra
    @Basudeb_Chandra Год назад

    For those who wants to use more than one column to quary use this formula..
    =QUERY('Physical Book'!A:D, "SELECT * WHERE LOWER (D) LIKE LOWER (""%"&i22&"%"") AND LOWER (B) LIKE LOWER (""%"&j22&"%"")",3)
    It's for two different columns. Just change some things according to your sheets.

  • @edmarcabilingdolar9978
    @edmarcabilingdolar9978 Год назад

    Hey there, can i ask question? About your video? Is it possible that if i can and search function on specific sheet it can able to update the data also ?

  • @likemantv
    @likemantv 4 года назад +1

    Hello,
    So I want to do a thing, when I search for example: an apple, it will check all the lists and when it finds the word apple, it will show it under the search bar (like in the video, but it will check all lists).
    Is that possible?
    Can you help me?

  • @stylelife7705
    @stylelife7705 5 лет назад +1

    helpful content thank you !

  • @abhinavm8871
    @abhinavm8871 3 года назад

    Really thank you Buddy

  • @JMPatel-nk8gr
    @JMPatel-nk8gr 5 лет назад

    As always absolutely fantastic

  • @natanaelbby
    @natanaelbby 2 года назад

    I love this tutorial, your tutorial is very great 🔥. I just using it to my data and it works, but I just confused and want to ask if i want to using this formula to search a unique code number from my list, is it using a same code? Or there's different code?

    • @natanaelbby
      @natanaelbby 2 года назад

      Because when Im using this code for searching number it didn't shown up the data

  • @lazalazarevic6192
    @lazalazarevic6192 5 лет назад

    The last part was so good! Thanks, man. Is it possible to make it more dynamic? Like selecting the column we wanna search?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  5 лет назад

      Sure. Just make a VLOOKUP with a helper table that maps the column selection to column letter and use it in your select statement. Or at least that's one way :)

  • @conteudoanimal
    @conteudoanimal 4 года назад

    Congrats for your channel ... it is helping me a lot ... keep the great job man !

  • @jeevankurian204
    @jeevankurian204 3 года назад

    Awesome tutorial! Is there any way we can edit the searched results? So that it reflects the original sheet

  • @DavidMarcadet
    @DavidMarcadet 4 года назад

    Very usefull, thx

  • @matthewnguyen2606
    @matthewnguyen2606 2 года назад

    Hey brother I loved this video, in the small chance you see this, what if there is typos? It seems to break the query thank you

  • @prashantkannake1319
    @prashantkannake1319 Год назад

    Thank you very much

  • @ldickens86
    @ldickens86 4 года назад

    thanks for this great video. Is there a way to make the search check different tabs on the form. I want to search data in column A on multiple tabs rather than just one tab. thank you

    • @marcobanderas3306
      @marcobanderas3306 3 года назад

      Both If and Indirect will do the trick (+ filtering of null values), e.g query(Indirect(*here comes drop-down with sheet names*&"!"Range") or QUERY(INDIRECT(A2&"!A2:D"),"select *",1).

  • @francisabellana780
    @francisabellana780 4 года назад +1

    Thank you so much!

  • @unanosininvierno1783
    @unanosininvierno1783 4 года назад

    Hello there. I have a long log of footage in spreadsheets. The scene descriptions are in cells that contain a significant amount of text and when I search for a word, I am always shown the whole cell, but not the word itself, which in my case is a bit of a problem. Is there a way to get a search result that is more detailed than just the cell where the particular text string is? This would be very helpful, thanks!

  • @PencilBoxID
    @PencilBoxID 5 лет назад

    Thank for the tutorial

  • @The066773
    @The066773 4 года назад +1

    awesome..

  • @indyshome
    @indyshome 4 года назад +1

    Thank you so much

  • @shanekatsoolis8434
    @shanekatsoolis8434 3 года назад

    Can you Please add UNIQUE (or something) so that my Hyperlinks are returned intact and still function as hyperlinks? Queary returns them as useless data. Thanks for the great tutorials

  • @TheArctomian
    @TheArctomian 2 года назад

    How did you add the keymoments like that in the description?

  • @realitysoul7444
    @realitysoul7444 4 года назад +1

    Is there a way to have the query function, pull from two or even three different columns in seperate search cells? So example I want to search the Location Column (E column), The Job Column (F Column), the Availability Column (G column), and I want each Search (location, Job, Availability) to be in their own separate search cells as drop down lists. So in Cell A5 is drop down search function for Location, in B5 is Drop down Search Function for Job, and C5 is Drop Down Search for Availability. I want to give the searcher several options on how to find the Artists that fits either one or search parameters.

    • @marcobanderas3306
      @marcobanderas3306 3 года назад

      You can try something like this (where A1=1st dropdown and A2=2nd dropdown). QUERY('Raw Data'!A1:E, "select * Where A is not null "&"IF(A1="AllResults",""," AND Lower(A) = Lower('"&A1&"') ")&IF(A2="AllResults",""," AND Lower(B) = Lower('"&A2&"')"),1,)

    • @marcobanderas3306
      @marcobanderas3306 3 года назад +1

      Found Simpler solution based on AND Statements =QUERY(Your Data Range,"SELECT * WHERE E LIKE ""%"&A1&"%"" AND F LIKE ""%"&A2&"%"" AND G LIKE ""%"&A3&"%""",1). Also, you can supplement those ANDs with ORs so that you don't get blanks/errors.

    • @rosabelguiang4187
      @rosabelguiang4187 3 года назад

      @@marcobanderas3306 Hello, can I ask you questions?

  • @TevfikBagcivan
    @TevfikBagcivan 3 года назад +1

    Wow

  • @benponderin
    @benponderin 5 лет назад

    You're awesome, my friend

  • @ricseeds4835
    @ricseeds4835 3 года назад +1

    Genius!

  • @MrTATT-he5bm
    @MrTATT-he5bm 4 года назад +1

    Good stuff! thank you so much :)

  • @katgiardinadms274
    @katgiardinadms274 3 года назад

    Thank you! Is there a way to lock the search box so that when one person enters a search it does not filter down the data for other users looking at the sheet?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  3 года назад

      No, but you should be able to user FILTER VIEWS to get something similar to what you want.

  • @markuswinter-cdps3008
    @markuswinter-cdps3008 3 месяца назад

    Greetings. I'm looking to query from a dropdown a data set that does not always exactly match the reference in the dropdown. I've tried CONTAINS, LIKE, wildcards (such as %), and it doesn't work. For example, my data would include "Kites Red", "Kites - Red", "Kites Blue", "Kites - Blue", etc. When the dropdown shows "Kites - Red", the "Kites Red" results do not appear. What query syntax can I use that will result in both "Kites - Red" and "Kites Red" showing as search results? Thanks.

  • @antoniojunior5646
    @antoniojunior5646 4 года назад

    Thanks
    Very good

  • @arkaorarkie
    @arkaorarkie 3 года назад

    Thank you so much.

  • @cheewurz
    @cheewurz 5 лет назад

    How would you Setup Google Sheets in an Index Card Platform?

  • @treepor1
    @treepor1 4 года назад +1

    this is a very helpful and useful video but i have more question. Is it possible to do Query with Number bc i tried to do the same as you teach but it doesnt work for me . please help
    thank you :)

  • @laurenfigaro3820
    @laurenfigaro3820 4 года назад +5

    Why is all of my search result ending up in one row?

    • @fvc421
      @fvc421 4 года назад +1

      Same. Did you figure it out?

    • @bellejadraque4575
      @bellejadraque4575 4 года назад +1

      @@fvc421 Same thing, please share if you happen to fix it :)

  • @jflying2167
    @jflying2167 3 года назад

    Thank you for this... For some reason the formula isn't working on numbers though? I have a column with numbers and fractions to search but it only give me the header when I search with this code. Is there anything I need to add to get this to sync with numbers and fractions?

  • @stevehansen4112
    @stevehansen4112 Год назад

    Perhaps one of you folks may know, is there a way to perform this sort of query, but be able to change the column being queried? In this example, it's always referencing column E, but is there a way to have that E switch over to B or C and use the same typeable text field to search multiple categories?

  • @JaredPlane
    @JaredPlane 4 года назад

    In the "Search Contains Words" when there's nothing in the search field it comes up with #VALUE!. How do I get it to display everything like at 9:20?

  • @rosabelguiang4187
    @rosabelguiang4187 3 года назад

    Hi,
    I’ve used the following formula like yours in order for me to achieve what I need.
    So I have the data from the database sheet where in I get to find things on column D
    =QUERY(Database!$A:$T,”SELECT A,D,O,P,R,S WHERE 1=1 “&”AND LOWER (D) LIKE LOWER(‘%” &JOIN(“%’) AND LOWER (D) LIKE LOWER(‘%”,SPLIT(B1,” “))&”%’)”,1)
    Now, May I ask what can I do if I also want to search for data in Column A, those data contain numbers.
    What formula can I add to the above?
    Really appreciate every videos!
    Thank you!

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  3 года назад +2

      When you search for numbers you don't need to put the value in single quotes. So for example:
      WHERE A = 'Keyword'
      WHERE A = 4

  • @StevenSeiller
    @StevenSeiller 5 лет назад

    🙏 Very helpful seeing how to escape the content apostrophe with the double double-quotes. Is that the only practical way to handle that? In SQL, the content is escaped so that it won’t cause this problem. Is there a way to escape the content in Sheets query?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  5 лет назад +2

      I wasn't able to find anything. If anyone knows I'm interested too. That being said you could use SUBSTITUTE function to replace double quotes in your data with double double quotes and then it would work like escape.

    • @StevenSeiller
      @StevenSeiller 5 лет назад

      Learn Google Spreadsheets Thanks. I was thinking of maybe using SUBSTITUTE ‘ for its CHAR equivalent to avoid the problem with content, but I have yet to try it.