Use Excel's FILTER Function Like Never Before

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

КОМЕНТАРІ • 50

  • @GoodlyChandeep
    @GoodlyChandeep  Рік тому +1

    Download File - goodly.co.in/crazy-excel-filter-function-hacks-i-wish-i-knew-before/

  • @jimfitch
    @jimfitch Рік тому +3

    Great tutorial. I use FILTER function extensively. It took me a while to figure out these hacks. Your tutorial provides fabulous explanations.

  • @Rice0987
    @Rice0987 Рік тому +5

    In choosecol func you may use list style of column numbers: {1,2,3}.

  • @tinytoons2517
    @tinytoons2517 3 місяці тому

    simply brilliant

  • @richardhay645
    @richardhay645 Рік тому +3

    Use CHOOSECOLS and wrap it arround the horizontal array of headers and select the same column numbers as in the CHOOSECOLS wrap around FILTER to line up headers with the chosen FILTER columns.

  • @hi_vishy
    @hi_vishy 7 днів тому

    Wow. Only you showed how to filter on multiple values from a single field. Is it possible to do a SQL like grouping sum, count etc ?

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

    Chandeep you are superb in terms of content and clarity u are showing in your videos..Hats off

  • @romulusmilea2747
    @romulusmilea2747 Рік тому +3

    The formula to copy the header of raw data table is =Data[#Headers].

  • @joffrimpong7720
    @joffrimpong7720 3 місяці тому

    Thanks for the video, but what it you want to choose a range ?

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

    Excellent tips and tricks. These are amazing for somebody who wants to transition from Excel to database thinking.

  • @gandhisunil3
    @gandhisunil3 Рік тому +1

    Hello Chandeep,
    Amazing examples of filter, these can be further automated using developer text box to get the most out of these...
    I too wished i had these before 🤗🤗

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

    Fantastic tutorial. I can think of many uses for it. Thank you very much.

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

    Amazing Chandeep! Hats off to your knowledge, attitude and the ease with which you explain the concepts. One question for you. How do I generate the column name dynamically? User selects one of the columns from 5 options (cols) and based on that selection the filter function selects that column dynamically

  • @igreen4460
    @igreen4460 5 місяців тому

    Thank you. Really helpful. Can you kindly assist with the following?
    I have a table of transactions by customer, payment date, payment amount.
    I want to extract the customer name, the last payment date and last payment amount. Ignore all other transactions.

  • @ManiKandan-bt6uj
    @ManiKandan-bt6uj Рік тому

    Approximate search is awesome bro

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

    Thanks Chandeep, super helpful

  • @teoxengineer
    @teoxengineer 8 місяців тому

    I wanna choose not all columns, two of them ore mixed ones. What will we do?

  • @ddp2049
    @ddp2049 8 місяців тому

    This is well created. I going to use it.

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

    Great session👍

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

    Wow, nice tips. Great! Thank you!👍

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

    Excellent!!

  • @ShubhamSharma-ls6hj
    @ShubhamSharma-ls6hj Рік тому

    Extremely good hacks

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

    Thank you 😊

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

    Nice trick with countif..👍
    Do you have choosecol video?

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

    It takes curly brackets automatically when I use filter formula on excel file....I saved file and changed the data...the formula doesn't work....any suggestions please

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

    The function is great but I don't understand the use case in real life, any examples from anyone will be great

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

    Can you do approx search for multiple inputs? ie organizations that contain both b and c or even a longer list?

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

    Loved it!!

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

    Great really helpful.😊

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

    Excelente vídeo!

  • @Scoofnie
    @Scoofnie 6 місяців тому

    the =filter function doesn't even work on my app, I don't understand why the online version of excel doesn't work the same as the downloaded app version.

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

    Hi Goodly, i am not able to enroll in your course through card please make any other way to buy course

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

      Can you please send me an email at goodly.wordpress@gmail.com

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

    Just tried doing this with text column and the formula wouldn't work - turns out Excel does not like dashes (minuses) (and I would suspect "+/*" either in text values). I took out dashes and it did work. Probably could have put quotations around the text to but went the easy way about it.

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

    Countif was new for me

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

    I enjoy your videos. What approach would you use with Filter to group by columns and sum the results?

    • @GoodlyChandeep
      @GoodlyChandeep  Рік тому +1

      Haven't tried grouping rows using FILTER. I'd rather use Power Query for that. See this might help ua-cam.com/video/jLpgt-wptH4/v-deo.html

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

      @@GoodlyChandeep Thank you, I've used your Power Query videos before and M-Code. In this instance I had a report to publish based on a DAX Qry with manual edits inserted, and was curious if a sum and group by could be achieved without Pwr Qry. I used a nested LET,UNIQUE,FILTER, HSTACK,SUMIFS,LARGE, INDEX, FILTER, SORT, & FILTER function to come get there. Seems like there is no easy way to do this in Excel. It would be nice if MS would add a GroupBy function that is not in PowerQry or DAX.

  • @edcooper1471
    @edcooper1471 7 місяців тому

    Here's my issue with the filter function. It makes the excel spreadsheet so large that I can't email or share it. You can't even upload it to a Google Drive to share because it's so large, not to mention that it takes a much longer time to open up. I have a spreadsheet that only has 419 rows in it, and 13 columns. And the initial size of it, before I used only one "Filter" command, was 262kb; but after I used only one "Filter" command in it, it increased to a size of 37,837KB. So my question is, is it typical for an Excel spreadsheet to increase dramatically when we use these new functions, because I usually create spreadsheets (especially at work) to share with others and colleagues, but if these new functions are making these Excel spreadsheets so large that you can't do that, then wouldn't it make more sense to use the old methods of massaging the data instead of using these new functions?

    • @GoodlyChandeep
      @GoodlyChandeep  7 місяців тому

      It is possible that something else is going on in your spreadsheet. I doubt the file is getting large because of the filter function

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

    The syntax for AND and OR seem unintuitive.

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

    Wow....

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

    I am facing a challenge. I am using the Filter function and using the Filter condition on one of the columns in the source data.
    However, I do not want to include that filtered column in my output. How do I do that?
    This is very easy and intuitive in Google Sheets with Query formula but in Excel, it doesn't seem that easy.

    • @gandhisunil3
      @gandhisunil3 Рік тому +1

      There can be two ways..
      First one choose columns and you mention all column numbers except that which you don't want.
      Second wrap this in another filter and use xmatch as filter condition

    • @martyc5674
      @martyc5674 Рік тому +1

      Easiest way is to wrap your original filter function in another filter function, and put for example {1,0,1} as the include argument in the second function- this would exclude column 2 if there were 3 columns.
      Eg
      =filter(
      filter(Data,
      Data[Name]=“Chandeep”),
      {1,0,1}
      )

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

      @@martyc5674 Yes, thanks. It works that way but I was looking for a formula that other users will understand.
      0,1 parameters may not be so intuitive. Again, what happens if we insert a new column in source data, later.

    • @priyeshsanghvi8424
      @priyeshsanghvi8424 11 місяців тому

      Hi @martyc5674 , something is wrong........I tried exactly as above but it does not work. Can you please check ? I guess, you have to use CHOOSECOLS only instead of the first FILTER functions

    • @martyc5674
      @martyc5674 11 місяців тому

      @@priyeshsanghvi8424 no need for choose cols- build your filter function returning all columns, the wrap it in another filter function, the include argument should be in the format {1,0,1,0,} where 1s represent columns you want returned and Zeros you don’t want returned. It works- it’s easy- yes there are better dynamic solutions but this is a great starting point.