Use Excel's FILTER Function Like Never Before

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

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

  • @GoodlyChandeep
    @GoodlyChandeep  Год назад +1

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

  • @Rice0987
    @Rice0987 Год назад +5

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

  • @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.

  • @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.

  • @romulusmilea2747
    @romulusmilea2747 Год назад +3

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

  • @tinytoons2517
    @tinytoons2517 3 месяца назад

    simply brilliant

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

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

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

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

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

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

  • @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 🤗🤗

  • @ManiKandan-bt6uj
    @ManiKandan-bt6uj Год назад

    Approximate search is awesome bro

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

    Wow, nice tips. Great! Thank you!👍

  • @ddp2049
    @ddp2049 8 месяцев назад

    This is well created. I going to use it.

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

    Thanks Chandeep, super helpful

  • @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

  • @joffrimpong7720
    @joffrimpong7720 3 месяца назад

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

  • @ShubhamSharma-ls6hj
    @ShubhamSharma-ls6hj Год назад

    Extremely good hacks

  • @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.

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

    Great session👍

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

    Excellent!!

  • @teoxengineer
    @teoxengineer 8 месяцев назад

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

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

    Thank you 😊

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

    Loved it!!

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

    Excelente vídeo!

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

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

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

    Great really helpful.😊

  • @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?

  • @hi_vishy
    @hi_vishy День назад

    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 ?

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

    Countif was new for me

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

    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.

  • @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.

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

    The syntax for AND and OR seem unintuitive.

  • @edcooper1471
    @edcooper1471 6 месяцев назад

    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  6 месяцев назад

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

  • @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.

  • @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

  • @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

  • @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 ruclips.net/video/jLpgt-wptH4/видео.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.