QUERY Function - Variables - Google Sheets

Поділитися
Вставка
  • Опубліковано 1 гру 2024

КОМЕНТАРІ • 68

  • @atropolifilm4500
    @atropolifilm4500 2 роки тому +1

    THANK GOOODD you saved my nerves. I struggled for three hours to find a solution how to add a variable into a Query function. Fabulous video! You are my go-to UA-cam channel for any questions concerning Google Sheets.

  • @CatZillaVid
    @CatZillaVid 3 роки тому +1

    You explained what everyone else was skipping. I was searching for dynamic where clause, those shitty top videos with millions of views didn't show it.
    Thank you 🙏

  • @SRDFTM
    @SRDFTM 3 роки тому +1

    Oh my god! This is the answer, a've been looking for
    I'm using FILTER and several IMPORTRANGE functions, i think this will help me soooo much
    Thank you!!

  • @AliJardz
    @AliJardz 4 роки тому +9

    I'd never thought of using substitute in this - super smart.

  • @thebestofbests7746
    @thebestofbests7746 4 роки тому +4

    Keep going ❤️

  • @nisargagza
    @nisargagza 4 роки тому +1

    Very useful in real world to make dashboard

  • @urntindanger
    @urntindanger 4 роки тому +2

    Great channel guys! I learned a lot from you - especially js and google colab. Also finding googlesheets videos useful as some ways of doing things are completly new for me. 👌🏼👌🏼👌🏼👌🏼 every day is a school day! 😏

  • @JBblondin
    @JBblondin 4 роки тому +3

    Amazing work, thanks!

  • @sethhill7573
    @sethhill7573 3 роки тому +1

    This was super helpful! Saved me from having to hire someone. Thank you.

  • @yaroslavhirnyak
    @yaroslavhirnyak Рік тому

    very helpful, thanks. Have been using =query for long, yet did not really understand that '&' mechanics

  • @JCCarstensen1
    @JCCarstensen1 4 роки тому +1

    Thanks for the breakdown!

  • @temyraverdana6421
    @temyraverdana6421 4 роки тому +1

    Thanks, very interesting and helpful

  • @davidfernandezbajo
    @davidfernandezbajo 4 роки тому +4

    Thank You!

  • @justinrichard9823
    @justinrichard9823 2 місяці тому

    How can you add / multiple a column from the data outside of the dataset? For example, all sales is listed from Midwest in Col7 and now I want to increase all Midwest sales from the dataset by 20%, how would I go about doing that?

  • @dominicbaiamonte9991
    @dominicbaiamonte9991 Рік тому

    Can you keep the text in column E and just reference both cell E4&B3? Actively edit the query outside the formila completely

  • @shanilka_wariyapperuma
    @shanilka_wariyapperuma 3 роки тому

    I was looking for this for weeks. Great work 😍❤️

  • @Ramkumar-kf3sb
    @Ramkumar-kf3sb 3 роки тому +1

    Nice video

  • @hockeylawrence9
    @hockeylawrence9 4 роки тому +1

    How would i go about doing exactly this with the multiple search criteria's but also if i wanted, being able to leave one of the boxes blank and still show a result?

  • @thethieu2039
    @thethieu2039 4 роки тому +2

    You're superman!!!

  • @walterpaiva719
    @walterpaiva719 4 роки тому +1

    Thanks for the video

  • @chrilleswybrandt7262
    @chrilleswybrandt7262 4 роки тому +3

    Can I also use regex in the query function to select both west and south? Eg. west|south as the value in the region field. Ps. Your videos are of great value to me. THANKS!

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому +3

      Yes. If you check the playlist it's in there someplace.

    • @getdavemoore
      @getdavemoore 4 роки тому

      I was just about to request a lesson on regex! I've tried to learn from so many sources but it's still an enigma to my brain!

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому +2

      I have videos on REGEX functions in Google Sheets on the channel. To be completely honest with you, it takes a long time to be good at writing regular expressions. After years of using it I'm still finding it confusing sometimes.

    • @chrilleswybrandt7262
      @chrilleswybrandt7262 4 роки тому

      @@ExcelGoogleSheets But they are very effective and in web analytics, you only need a subset. I benefit A LOT from regex.

  • @sadashivb5100
    @sadashivb5100 4 роки тому +1

    Pls make video how to separate data by name in different column base..

  • @rssumo-o2b
    @rssumo-o2b Рік тому

    Hi. can you please make an example with tabs as variable?

  • @amolparbat6428
    @amolparbat6428 3 роки тому

    Had a quick question on Query ....I have data in which one column has number format as " AB12234" when I use query function it's gives put as " " can you please provide resolution for this .... thank you

  • @zenlababit2472
    @zenlababit2472 3 роки тому

    How about looking for an equal number of variable not just numeric value?

  • @leonardomoleiro4144
    @leonardomoleiro4144 4 роки тому

    How could you filter for 'South' and 'MidWest`?

  • @akashmv6553
    @akashmv6553 2 роки тому

    Hi sir,
    I have one question regarding selecting multiple row values in a single column.
    in this data example if I want to select multiple regions then which query do I have to write please let me know.
    I have tried Contains, and Matches. but didn't get the correct output.
    Please help me with a solution.
    Thanks in advance.

  • @PhogBalaan
    @PhogBalaan 3 роки тому

    What if the content of the cell after "where" is a word?

  • @pichit.raetai
    @pichit.raetai 3 роки тому +1

    Thank you

  • @АртурПогосян-ю3н
    @АртурПогосян-ю3н 3 роки тому

    Thank you very mach

  • @masaudamin6699
    @masaudamin6699 2 роки тому

    Im facing with an error "Unable to parse query string for Function QUERY parameter 2: AVG_SUM_ONLY_NUMERIC"
    The query is: =Query(pivot table J:T, "Select J, R where J is not null group by J, R order by R ASC Label 'Month'")
    Please help me with that !!!!

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  2 роки тому

      One thing that is obviously inaccurate is the use of group by without any aggregate function.

  • @howtodomanystuffs
    @howtodomanystuffs 2 роки тому

    I'm a little lost - here's my query: =QUERY(Game_Data, "Select B where F= "&'Game Data'!F4,0) For some reason it's returning the error "Unable to parse query string for Function QUERY parameter 2: NO_COLUMN: Loss" (loss is 'Game Data'!F4). Can anyone tell me where I'm going wrong? It looks like it's trying to reference the variable as if it's part of the table and it's not. Thanks!

  • @vanshshah5921
    @vanshshah5921 2 роки тому

    when i remove the number from b3 it gives me an value error whereas I want it to show me the whole data

  • @何开文
    @何开文 4 роки тому +1

    good smart

  • @cdamaingoogleaccountcortex2919
    @cdamaingoogleaccountcortex2919 4 роки тому +2

    You could have just use named ranges, and then you can use the variable names instantly without having to substitute them.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      I'm not sure what you mean. These are not ranges.

    • @navigatormoore
      @navigatormoore 4 роки тому +1

      I understand: "Named Ranges" in Google Sheets is where one defines a name to refer to a cell or range of cells as in this example B3 could be named "amount" and B4 could be named "region" ...if those named cells are moved or split apart by adding new rows or columns they would always be referenced, even if moved to another tab in the workbook the variable (named range) has a global scope and can be used quickly in any cell or formula without needing to refer to the Worksheet tab name and cell (I.e. Data!B3)
      The Tutor is one the best in regard to Learning Google Spreadsheets, and taking the general route (I.e. for beginners) is usually the best route to teach the concept of referring to a cell that has a "value" versus a "header/label" and understanding the value types (I.e. string/text, int/number, array/bracketed csv) Not understanding the concept FIRST, could cause a person to use named ranges with mistakes like naming the label instead of the value. Ie. SUM(total_items * item_price) returns errors because it is trying to sum the label ('item' * 'price') as text instead of the value (3 * 2.99) ...all due to the user not clearly understanding the concept of referencing cells and moving to the advanced parts to quickly.
      But again, I understand what you mean; for I only use Googe Sheets because it does allow referencing cells (defining variables) by name otherwise I would just stick with Excel because there is no other way to fly as a programmer--especially when referring to a cell or cells that dynamically affect/update other cells. #namedranges #googlesheets

    • @cdamaingoogleaccountcortex2919
      @cdamaingoogleaccountcortex2919 4 роки тому

      @@ExcelGoogleSheets
      heres an example:
      =QUERY(F:F,"select F where F < "&named_rangle_variable)
      named_rangle_variable is a named range of a single cell, eg A2

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      @@navigatormoore Named ranges in Excel work the same way as they do in Google Sheets in my experience.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      @@cdamaingoogleaccountcortex2919 You could certainly do that, but that's not directly in the string. The point of substitution is to leave the query string intact. Having pretty variable names or reference names is a whole different issue.

  • @bvbarry
    @bvbarry 3 роки тому

    Is it possible to make the data "Data!A1:G1650" as variables?
    I want the same query work in different tabs
    Like DataA!A1:G1650, DataB!A1:G1650, DataC!A1:G1650... etc.
    Thanks

  • @emilianoreyes
    @emilianoreyes 4 роки тому

    Thank you! Please, can you help me with batch paste data function.

  • @rssumo-o2b
    @rssumo-o2b Рік тому

    I'm trying to do it with the variable JUN! which i have many tabs with other months like JUL, AUG, SEP. Please someone help me. below formula does not execute it just show as it is minus the equal sign. Thanks
    =QUERY(JUN!E:AN,"SELECT E,F,H,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,AA,AB,AC,AD,AE,AF,AG,AH,AJ,AK,AL,AM,AN WHERE H='CXSDA'OR H='CXSDA ENT'ORDER BY E, FALSE",2)JUN

  • @cheewurz
    @cheewurz 3 роки тому

    Wow

  • @romandeity4754
    @romandeity4754 3 роки тому

    Why do we add a star after SELECT?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  3 роки тому +1

      * means all columns. Watch QUERY series for more info.

  • @usmaniqbal1836
    @usmaniqbal1836 4 роки тому

    Sr, plz share this file

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      docs.google.com/spreadsheets/d/10QXfX2OqIbHJNnylAuTL6-MJ0EfNADG7e75ZKq-j_F4/edit?usp=sharing

    • @usmaniqbal1836
      @usmaniqbal1836 4 роки тому

      @@ExcelGoogleSheets Sr, grant me to edit this file for practice

    • @ryanculverwell
      @ryanculverwell 4 роки тому +2

      @@usmaniqbal1836 click on file - make a copy