NEW - EXCEL FILTER Function - Everything you need to know

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

КОМЕНТАРІ • 38

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

    Saved my life I was looking for this tut for hours

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

      Yes!! Glad you found my vid, and that it helped you out. I really like the filter function

  • @SalmanAhmad-k5r
    @SalmanAhmad-k5r 6 місяців тому +2

    Could you please provide guidance on how to edit data within Excel filtered results? I'm interested in learning methods to manipulate and update data while working with filtered views in Excel. Any assistance or instructions you can offer would be greatly appreciated. Thank you!

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

    I like filter, good exemples, Thank you!

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

    Is there a way to pick these criteria via combo box instead of typing because sometimes there are many criteria. Let's say I have to filter either Positive or Negative or No showed or Not tested or Refused test. Thank you for your concise video.

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

    Great video, thank you!

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

    Hello, how to filter if it contains the value or name when we put two ages? for example in FILTER(AND) page you give two ages and it show all but i need it to filter only specific name.

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

    how can i have more than one word in the "if contains example)? I am guessing you need to combine filtering word A, word B and the OR function somehow ? Like, in your example how can I filter results from two different states ?

  • @RareshCo
    @RareshCo 10 місяців тому

    What has to do isnumber formula i there?

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

    What about filtering if it DOES NOT contain a text, can we do that?
    Thanks for the video!

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

      Good news. A video with filter(does not contain) is available.
      ua-cam.com/video/SdUQsNoUMjk/v-deo.html

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

    thank you

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

    It is dynamic or static?

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

      Hey there, the result of these should update with changes in the data. Just make sure the cell ranges are large enough to capture when new data is added.

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

    Amazing

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

    So, we can also send a man to Mars but we really STILL can’t filter on multiple tables or in a table separated with blank rows? I have colleagues who love to stack tables or they use header rows or leave blanks. Can I use filter to get around this or does the data set need to be contiguous? Thx.

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

      Even better.....if data is spread across multiple sheets :-ua-cam.com/video/Au-j0ytEqF4/v-deo.html

    • @nathandiaz3446
      @nathandiaz3446 9 місяців тому

      Well once you wake up and realize the moon landing was fake it starts to make more sense.

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

    This is so helpful, and I'm getting closer to what I need, but I'm hoping for something pretty complex. Is it possible to search for results across multiple columns? I would like for my "search field" (H1 in your example) to be able to search across multiple columns of data. I've tried entering "A:D" in place of "D:D" in the search portion of the formula, but get #VALUE! when I do that and I tried "A:A*B:B" and so on, but then get "Nothing" and I'm stumped.

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

      Im not exactly sure what you're trying to do, but maybe the (OR) version of this filter will work. Instead of filtering A:D, you might have to do a longer formula. For example filter column A:A by h2 OR column B:B by h2 OR column C:C by h2. Use the OR filter example from the video and combine using the + symbol.

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

      Here’s one way of performing a keyword search across multiple columns…
      =FILTER(A2:E1000, BYROW(A2:E1000, LAMBDA(row, COUNTIF(row, H1))))
      The beauty of this method is that you can perform any type of search by using wildcards. For example, in cell H1 you could input:
      [1] Eric (equals “Eric”)
      [2] San* (begins with “San”)
      [3] *ez (ends with “ez”)
      [4] *cali* (contains “cali”)
      [5] ???? (is four characters long)
      I only recommend this with small to medium size data sets (not entire sheet columns like A:E), as the BYROW function calculates row by row and will perform slowly on larger data sets.

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

      Thanks for the insight. I love being able to mix and match formula to get what you need.

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

    How about if I want this criteria to filter only the dates Opened Case column that is Today()-90. The sheet has 4k rows. Example: Today a nurse was assigned to a Case and she has 90days from today to give diagnose. So if Diagnose column is blank means the nurse did not provided yet the diagnose. So I have to filter all the cases that has blank diagnose counting 90 days back, there are many cases from 2023, 2022, 2021 including all the months and days and has not diagnose yet. So, show all the Opened Case Dates that Is null Or

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

      Thanks for watching... as part of the filter formula, (if the dates were in column A, rows 2 to 4000), I'd use (a2:a4000

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

    i need used filter function between 3 table at 3 different sheets .Sales 2022 .sales 2021 sales 2020.....thanxxx

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

      Hey, in case you are still trying to find a solution, I have released a new video on how to filter across multiple sheets.
      ua-cam.com/video/Au-j0ytEqF4/v-deo.html

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

    But the formula is throwing only few values say, out of 10 only 5 values are appearing

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

    Everything? What about the =FILTER(array, {#,#,#,#,#,#}) # are 1 or 0

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

    *plz Try to filter by city name*

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

    =FILTER() NOT WORKING ON MY EXCEL

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

      Hi there, this is a newer feature on excel and my not be available on some olders versions.

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

      It could be your data is dirty specially when copy or import from crazy programs. And some invisible/visible spaces caracteres are there and will interfere with your formula. You need to clean, field with wrong formats, etc. Need to clean your data first. I have 365 and it was not working the filter function. So I did some fresh data input from scratch in clean/virgem sheet and it worked, and then I will go back to my big data that I upload from the torture CERNER and start cleaning.

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

    If we want to find people who is over 50 old ?

    • @datauntelligence
      @datauntelligence  3 місяці тому +1

      Hi there. You can go to about 5:30 in the video. It shows you how to add 2 conditions. In your case, just include 1 condition where age>50.