Sort and Filter - New Features for Google Sheets

แชร์
ฝัง

ความคิดเห็น • 32

  • @aaroncrawford740
    @aaroncrawford740 3 หลายเดือนก่อน +3

    Really like your way of teaching. Not rushed, calm, clear, knowledgeable. Have subscribed.

  • @dianaduch01
    @dianaduch01 ปีที่แล้ว +4

    That was extremely helpful, thank you for sharing.

  • @lafamillecarrington
    @lafamillecarrington 9 หลายเดือนก่อน +1

    Very helpful overview - lots of things I had forgotten!
    Since I learned to use the Query function, I hardly ever use anything else.

    • @ProlificOaktree
      @ProlificOaktree  8 หลายเดือนก่อน

      Yeah, I think anyone who took the time to learn it would just want to use it all the time. I miss it when I have to use Excel.

  • @WoodyHertzogIII
    @WoodyHertzogIII 9 หลายเดือนก่อน

    Hi, thanks for the video. I could only add the filter funnel icon to one column. Nothing I did would add this to my other columns. Not sure what to do. Thank you!

  • @StonebridgeTesting
    @StonebridgeTesting ปีที่แล้ว +1

    This is helpful, can you help me understand how to make filter "catergories", I don't know how to explain. In my table, I have three locations, in another cell column I have number 1,2,3. The different locations go with the numbers, so like London in line with 1, London in line with 2, Madrid in line with 1, Madrid in line with 2 2 and so on. How can I make a filter for each region so that it will be like Madrid 1, Madrid 2, Madrid 3?

  • @chrisgraham8297
    @chrisgraham8297 หลายเดือนก่อน

    For some reason I had trouble using drop down values as criteria. But then I got there and would not have without your video. Thank you!

    • @ProlificOaktree
      @ProlificOaktree  หลายเดือนก่อน

      Love to hear it, glad I could help!

  • @TilakConrad
    @TilakConrad 11 หลายเดือนก่อน

    Superb style, pace and presentation - thank you very much

  • @ChrisPurser
    @ChrisPurser 11 หลายเดือนก่อน

    Great Video. Do you have any information about when they might add this basic function of sorting by multiple inside a savable view? Seems kind of broken without it. Thanks.

    • @ProlificOaktree
      @ProlificOaktree  11 หลายเดือนก่อน

      That is a feature of the filter views: th-cam.com/video/YiQmftRD6sw/w-d-xo.html

    • @ChrisPurser
      @ChrisPurser 11 หลายเดือนก่อน

      @@ProlificOaktree I’ve not found any way to sort by multiple in a saved view. Like sort by Price THEN alphabetical by name. Sorting using the filters at the top of a column blocks nested sorts.

    • @ProlificOaktree
      @ProlificOaktree  11 หลายเดือนก่อน +1

      @@ChrisPurser Oh, I see what you mean. Not a "view" per se, but you could use the FILTER or QUERY functions if you just want a dynamic list but you can't add to it.

    • @ChrisPurser
      @ChrisPurser 11 หลายเดือนก่อน

      @@ProlificOaktree thanks. I guess I don’t know what is meant by Query Functions and I guess I don’t really need to add to it. I was just looking for a SAVE concept after having set all the sorts I wanted. Seems only a single sort is savable. 😞

  • @Doomsterlobster
    @Doomsterlobster ปีที่แล้ว +1

    Re: multiple sorting criteria with filters - am I missing something when you say you can't do it? You just did it, in the video: by sorting first by order date and then category, the end result is rows sorted by category and within those categories, sorted by order date. If you did it in the opposite order, you would get them sorted by date and within the same date, by category.

    • @ProlificOaktree
      @ProlificOaktree  ปีที่แล้ว +1

      SORT is built to accept multiple levels. If you try with FILTER, you'd have to remember what you did last and it would be gone if you filtered another way. SORT keeps the multi-level priorities that you give it.

  • @prawnproductions234
    @prawnproductions234 ปีที่แล้ว

    Hi, is there a reason why filters don’t work on data that came from ImportRange function?

    • @ProlificOaktree
      @ProlificOaktree  ปีที่แล้ว +1

      Because it's really only one value...sort of...Try wrapping the IMPORTRANGE function inside a FILTER function.

  • @jenizortman2907
    @jenizortman2907 8 หลายเดือนก่อน

    I have a sheet with images inserted in one column, but nothing I've tried keeps the correct image with its corresponding data when the sheet is sorted. The images seem to be randomly placed, and some end up stacked. Any ideas? (I need step-by-step, if possible. Thanks in advance!

    • @ProlificOaktree
      @ProlificOaktree  8 หลายเดือนก่อน

      Use the IMAGE function instead of copy paste

  • @taniapocius3964
    @taniapocius3964 7 หลายเดือนก่อน

    Thank you! This helped me.

  • @Farqs32
    @Farqs32 8 หลายเดือนก่อน

    Is it possible to Sort or Filter data on a Protected Sheet?

    • @ProlificOaktree
      @ProlificOaktree  8 หลายเดือนก่อน

      Yes, it won’t make a difference.

  • @nirvanabliss
    @nirvanabliss หลายเดือนก่อน

    thank you sm!!!

  • @RobertHana
    @RobertHana 7 หลายเดือนก่อน

    I think it isn't possible to multi-column sort on a Filter. Dadgummit!

    • @ProlificOaktree
      @ProlificOaktree  7 หลายเดือนก่อน

      Yeah, you've gotta do that with the FILTER function or just sort instead of filter.