Next level FILTER Function tricks | Excel Off The Grid

Sdílet
Vložit
  • čas přidán 30. 06. 2024
  • ★ Want to automate Excel? Check out our training academy ★
    exceloffthegrid.com/academy
    ★ Get the example file ★
    Sign up for our free Insiders program and get the example file:
    exceloffthegrid.com/insiders-...
    File Reference for this video: 0214 FILTER function tricks.zip
    ★ About this video ★
    This video includes amazing FILTER function tricks that you can use to take your spreadsheets beyond the next level.
    INCLUDES:
    0:00 Introduction
    0:17 FILTER Recap
    1:42 Multiple Conditions
    3:01 If_empty Array
    3:52 Partial Match
    5:06 Based on List
    6:10 Using Slicers
    8:15 Automate Excel
    8:40 Show All Items
    10:03 Specific Columns
    11:04 User Column Selection
    12:00 Dependent Drop Down
    13:09 Wrap-up
    ★ Download 30 most useful Excel VBA Macros ebook for FREE ★
    exceloffthegrid.com/
    ★ Where to find Excel Off The Grid ★
    Blog: exceloffthegrid.com
    Twitter: / exceloffthegrid
    #MsExcel

Komentáře • 99

  • @ExcelOffTheGrid
    @ExcelOffTheGrid  Před 18 dny +2

    Sign up for our free Insiders program and get the example file:
    exceloffthegrid.com/insiders
    File Reference for this video: 0214 FILTER function tricks

  • @excelgazialimuhiddinhacibekir

    HATS OFF to Excel OFF the Grid! Much, but very very much appreciated, Mark! You are absolutely a genius! It is so hard to thank you enough!

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  Před 17 dny +1

      Thank You - that is so kind of you to say. I really appreciate it. 😁

  • @rajrawat287
    @rajrawat287 Před 5 dny

    Watched Best video On FILTER functions ever.Thank you for Your Contribution to our Success

  • @IvanCortinas_ES
    @IvanCortinas_ES Před 17 dny +9

    Excellent video Mark. As always, going a little deeper, where others don't go. Very professional. Thank you so much.

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  Před 17 dny +2

      It took a little while to prepare and edit, but hopefully it was worth it.

  • @martyc5674
    @martyc5674 Před 17 dny +4

    Brilliant Mark- I’ve seen all of these before but not all in the one place- great Video

  • @williamarthur4801
    @williamarthur4801 Před 16 dny +2

    Really like the return all option, also the use of choosecols, I still head straight to index or worse offset for a lot of things where these 'newer' funcs could be used.

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  Před 15 dny

      INDEX is still the most important Excel function. So, it’s a solid choice.
      I toyed with showing INDEX, but decided that it would better to show another newish function.

  • @noelgreen6198
    @noelgreen6198 Před 10 dny +1

    Brillant explanation as always. Have been using this function since its release, but learn a lot from your logical process steps. Thanks a lot.

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  Před 10 dny

      Great stuff. It’s always useful to pick up new tricks.

  • @stevemorris4938
    @stevemorris4938 Před 16 dny +1

    Good roundup and a couple of new tricks for me :)
    Ctrl + Enter keeps the current cell selected so you don't have to leep moving up again

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  Před 16 dny +2

      Thanks.
      I know about Ctrl + Enter... I just don't use it. I'm not even thinking about what the next thing is until I've seen the result of the previous step. So, for me, it's an irrelevance.

  • @kndeepak
    @kndeepak Před 17 dny +5

    Ridiculously easy to understand!! Outstanding as usual

  • @dharmmu
    @dharmmu Před 16 dny +2

    Making us understand that true and false logic in filter open lots of different permutations and combinations which can be used. its really insane😂

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  Před 15 dny

      It’s all about True/False.
      The same techniques work on the new GROUPBY and PIVOTBY functions.

  • @liquidapathy82
    @liquidapathy82 Před 7 dny

    Absolutely amazing and in depth. I learned many things, I am happy to say!

  • @colinekszczecin
    @colinekszczecin Před 16 dny +3

    Filtering based on a list will be a big game changer for me, thank you very much for this video

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  Před 15 dny

      Great news - I’m glad you’ll be able to put it into action.

  • @PhilipDrown
    @PhilipDrown Před 16 dny +1

    Excellent step-by-step, from the ground up, logical, walk through explanation! I have been playing with developing a new streamlined method of searching and filtering data and this is giving me some ideas. Much thanks! (Just subscribed as well.)

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  Před 15 dny

      Great stuff - lots of new things to try here. So you’ve got some fun days ahead. 😁

  • @sherryfox227
    @sherryfox227 Před 16 dny +1

    @MMark, outstanding! My favorite is Ex8 Filter/Choose specific columns. Thanks for sharing!!!!

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  Před 15 dny

      Yes, that is very useful. Gives you a lot of control. But… the formatting can be tricky.

  • @cherianiype
    @cherianiype Před 17 dny +3

    one of the best videos on FILTER... thank you very much Mark! Cherian in Abu Dhabi!

  • @andreyserdyukov7465
    @andreyserdyukov7465 Před 14 dny +1

    Thank you!

  • @petercompton538
    @petercompton538 Před 17 dny +1

    Another superb video Mark, I learnt a lot.

  • @ivanbork4175
    @ivanbork4175 Před 17 dny +3

    Wow -
    Normally I consider myself fairly good using Excel, but this is a bit like playing in the Sunday league and watching Premia league.
    The part using Slicers, and the capability to let users choose columns, are new to me, thanks
    One question, I see that you wrap choosecols inside filter, but I guess that it works as well wrapping filter inside choosecols?, I find it easier to do it like that!.

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  Před 17 dny +2

      Thanks - I'm glad I should share something new.
      In terms of CHOOSECOLS inside/outside the FILTER. Either will work.
      I went with the inside because in theory, it should be faster as it does the easier task (i.e. CHOOSECOLS) to reduce the columns, then uses the FILTER (the harder task) on a smaller array. But I have no idea if it actually makes any difference.

  • @UtuDudas
    @UtuDudas Před 15 dny +1

    For filtering by a list, I recommend ISNUMBER with XMATCH. It works better because you can use it inside of LET. XMATCH can use arrays only whereas COUNTIF/S needs at least a range to work.

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  Před 15 dny

      Yes, that’s very true about COUNTIFS not taking arrays.
      Is there a reason to use XMATCH over just MATCH? Does it provide any advantages?

    • @UtuDudas
      @UtuDudas Před 14 dny

      No, in this particular instance you could just use the old MATCH

  • @eduardomunoz2764
    @eduardomunoz2764 Před 17 dny +2

    Magistral video!.. Saludos y gracias por compartir.

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  Před 17 dny

      Thank you. I'm happy you've found it so useful.

    • @donniemcgee7523
      @donniemcgee7523 Před 17 dny

      Estoy completamente de acuerdo. Los videos de Mark son entre Los mejores.

  • @osoriomatucurane9511
    @osoriomatucurane9511 Před 17 dny +1

    Another Epic tutorial, I knew right away that it would be outstanding one from Mark, specially when it come to play arround with the filter as you have cracket advanced filter with vba.
    You are absolutely an Excel Legend, always going extra mile. I couldnt agree more, that your Excel skills are unmatched! Keep it up.
    By the way, do you have any tutorial on Excel lambda().
    I cant thank you enough for your awesome tutorials. ❤

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  Před 15 dny

      Thank you for your kind comments.
      Some of my videos use LAMBDA, but not a specific video about it.
      My next course will be about LAMBDA, so I will go deep there.

  • @usmaniqbal1836
    @usmaniqbal1836 Před 17 dny +2

    Perfect 👍

  • @silvanodemetrio407
    @silvanodemetrio407 Před 17 dny +2

    Awesome. I've been looking for "filter" functions examples and that's the best one. Great video!!!!

  • @Tfla803
    @Tfla803 Před 16 dny +1

    Great video!

  • @gabrielgordon
    @gabrielgordon Před 16 dny

    Wow! super extra extremely useful! Thanks!

  • @alexrosen8762
    @alexrosen8762 Před 17 dny +1

    One of the best tutorials I have seen so far on the filter function 👌

  • @Bhavik_Khatri
    @Bhavik_Khatri Před 17 dny +2

    Thank you for sharing these excellent techniques.

  • @kebincui
    @kebincui Před 17 dny

    Super video as always👍❤. Thanks Mark.

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  Před 17 dny

      Kebin - Thank You as always. I appreciate your support.

  • @h.esther9400
    @h.esther9400 Před 17 dny +1

    Excellent video! I often use the filter function, but still learned a lot with these tips! Thanks!

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  Před 15 dny +1

      Great news - I hope you can put some of the techniques to good use.

  • @donniemcgee7523
    @donniemcgee7523 Před 17 dny +2

    This is extremely helpful. Very well done! Thank you!

  • @piotrvsa317
    @piotrvsa317 Před 17 dny +1

    Thx for great examples and summary of FILTER function. So clearly explained :))) Bravo!

  • @safuwanch
    @safuwanch Před 14 dny +1

    As always nice video 🎉❤

  • @viktorasgolubevas2386
    @viktorasgolubevas2386 Před 16 dny +1

    wide, deep, quality material !
    thanks a lot for sharing !
    - -
    q: why in Ex7 SEQUENCE(ROWS) technique is used instead of more "consistent" for conditionals/booleans, say, Example7[Type]=Example7[Type]

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  Před 16 dny +1

      Thank You.
      For Ex7 - there are probably 10 ways to do that, and I had to pick one. So that’s the one I went with. No specific reason.

    • @viktorasgolubevas2386
      @viktorasgolubevas2386 Před 16 dny

      @@ExcelOffTheGrid
      ok :)

  • @chrisklimantiris2520
    @chrisklimantiris2520 Před 17 dny +2

    Thank you Mark.Great explanation

  • @hahome155
    @hahome155 Před 17 dny +1

    Much better tutorial than anyone else. Kudos ❤

  • @MarcelFaltermeier
    @MarcelFaltermeier Před 9 dny +1

    Thank you for sharing this amazing video. Good job! I have a question. Could you also do an example with a filter function (dropdown list or slicer) and a scrollbar? Idea is to display in a dashboard only 10 rows and by scrolling down with the scrollbar you see the rest items. One more specific thing. The database has more column I want to show in a dashboard. So I only want to certain columns.

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  Před 9 dny

      While you can link a scroll bar value to a cell, you can’t set the length of the scroll bar based on a cell.
      Therefore, this requires VBA to achieve it. So there is a lot more nuance, which would need to be covered.

  • @spilledgraphics
    @spilledgraphics Před 11 dny +2

    Mark amazing video! one question though: is it me or it is counter-intuitive that on minute 5:41, the arguments of the COUNTIFS function are inverted? Meaning shouldn't the criteria range (property column on the table) be first and then the criteria, which is your list?

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  Před 10 dny +1

      Good spot.
      Yes it is counter intuitive. I usually call this a “Reverse COUNTIFS”.
      We want the function to spill for each item (known as a scalar), therefore we need to provide multiple scalars in the criteria argument.

  • @krishnatate4765
    @krishnatate4765 Před 11 dny

    Thank u sir ❤❤

  • @user-wr3el1te1l
    @user-wr3el1te1l Před 17 dny +2

    Amazing depth Mark ❤❤❤❤

  • @clivepetty2338
    @clivepetty2338 Před 17 dny +1

    Mark, very helpfully and very well presented

  • @et.sachin
    @et.sachin Před 15 dny

    Excellent content 💯

  • @waitplanwp4129
    @waitplanwp4129 Před 17 dny

    so love this chanel❤

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  Před 17 dny

      Thanks. I hope we can keep delivering quality content.

  • @Trucpq
    @Trucpq Před 5 dny

    Can you share the solution for Example 6 for older Excel version (without Lambada function). Thanks a lot.

  • @BenBezuidenhout
    @BenBezuidenhout Před 17 dny +2

    Specific Columns Function = Pivottable anywhere

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  Před 17 dny

      Partly...yes. It does't perform any type of pivoting or aggregation, so a slightly different outcome.

  • @yvlove77
    @yvlove77 Před 14 dny

    Thank you for this! FILTER is pretty much my favorite function! I often use =UNIQUE(CHOOSECOLS(FILTER(....))) to pull specific filtered columns; I had not considered =FILTER(CHOOSECOLS...)) before. Do you know if both formulas work about the same? Or is one more efficient than the other? I always want to make sure I'm using the most efficient formulas! Thanks!! Great video!

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  Před 12 dny +1

      I don’t think it makes much difference.
      In theory using CHOOSECOLS first would be more efficient as it reduces the size of the array before doing more complex calculations.
      But I have no idea if that is true.

    • @yvlove77
      @yvlove77 Před 11 dny

      @@ExcelOffTheGrid Thanks for the response!

  • @22niloc
    @22niloc Před 14 dny +1

    Great content! Re. filling no match values across the entire row. The formula fills down the first column rather than across all columns. Any thoughts to fix this?

    • @ankursharma6157
      @ankursharma6157 Před 13 dny

      Please ensure You are using a comma and not a semi-colon.
      Comma - to spill the values in columns.
      Semi-colon - to spill the values in rows.
      Example: {1, 2, 3, 4, 5}
      Hope, this helps.

    • @22niloc
      @22niloc Před 13 dny

      Thanks for your reply. I'm actually using the French version which uses semi colons rather than commas. I've tried both punctuations but still no success. I'm doing something wrong...

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  Před 12 dny

      I think with French settings it is the \ character.

  • @swadhinmaharana
    @swadhinmaharana Před 13 dny +1

    How to use slicer with use column selection function combine?

    • @ExcelOffTheGrid
      @ExcelOffTheGrid  Před 12 dny

      You would need to create a disconnected Table - check out this video czcams.com/video/v-vrEtCMKiI/video.htmlsi=GEi0KKc8T169W4eF

  • @margerymartin3313
    @margerymartin3313 Před 5 dny

    When I entered the formula for filtering with a list, I get a #VALUE! ERROR could anybody plese help?

  • @ucheamadi1073
    @ucheamadi1073 Před 14 dny +1

    why not so clear

  • @mathijs9365
    @mathijs9365 Před 17 dny +1

    Nice. But I rather use the old fashion way.