Using the Excel FILTER Function to Create Dynamic Filters

  Рет қаралды 321,881

Technology for Teachers and Students

Technology for Teachers and Students

Күн бұрын

Пікірлер: 83
@socarquality1912
@socarquality1912 2 жыл бұрын
this function works only in excel 360 or 2021. :(( in 2016 version does not support the filter function unfortunetly
@BattleBladeWarrior
@BattleBladeWarrior 3 ай бұрын
Holy cow, this was amazing. Not only did you explain it really well, but I appreciate we had a full uncut video to go with it. A lot of other tutorials I've seen use static images, so its not always easy to see where they went or what they clicked on, but you gave us full view of the entire process.
@mooserider1
@mooserider1 Жыл бұрын
Just found this and immediately liked and subscribed. Perfect for what I needed, and this is one of the clearest and most professional Excel (or other) tutorials I have ever seen. Also bookmarked URL to keep it and your channel in my knowledge base. Thanks for posting!
@shoumikislam9242
@shoumikislam9242 Жыл бұрын
Just found what I needed, no chitchats, straight action.
@tannerzornes4872
@tannerzornes4872 Жыл бұрын
Not often does the first suggestion on Google provide me exactly what I'm looking for. This tutorial is explained perfectly. Well done!
@TylerHall-b6j
@TylerHall-b6j 12 күн бұрын
THANK YOU!!! THIS WORKED! How do I make it so i don't have to enter the entire search criteria exactly like it's listed? so from your example, I would like it to when I type "Fam" auto search for that without completing the word or words. Also how do I get it to say "None" when the search box is empty? Right now it gives me everything listed when empty cell. TYIA.
@CraigAbbott-m4i
@CraigAbbott-m4i 3 ай бұрын
AND and OR vs "*" and "+". Think of 1= TRUE and 0 = FALSE. 1*1 = 1 (TRUE AND TRUE = TRUE). 1*0, 0*1 and 0*0 all = 0 (TRUE AND FALSE, FALSE AND TRUE, FALSE AND FALSE ... are all FALSE) 0+1, 1+0 both =1 .. (TRUE OR FALSE, FALSE OR TRUE both equal TRUE) 0+0 = 0 ... FALSE OR FALSE = FALSE 1+1 = 2 ... well ... 1+1 > 0, so TRUE OR TRUE is TRUE (if you want to argue about 1+1 = 10, in binary, .. so just looking at the last bit, 1+1 = 0 .. then you are using XOR... but for Excel, 1+1 is non zero works well for "OR")
@Cherry-pu4mx
@Cherry-pu4mx 23 күн бұрын
Hi, I am confused by this function as lets say I have a table with 3 columns. From my understanding and your explanation, you first write out the index of data you are going to filter through. I.e. =Filter (A2:C21) but if I only want one value, it is valid to use (A2:A21) as the index and filter through (B2:B21)?
@mar29803
@mar29803 8 ай бұрын
Great video! I've been looking for a way to filter with an external cell reference. This works perfectly. Thanks
@MattaBinElba
@MattaBinElba 11 ай бұрын
What if your category column contains multiple categories, like "Comedy, Drama"
@clixx1431
@clixx1431 8 ай бұрын
then when typing the function, replace family with "Comedy,Drama" (with the quotations)
@injesusnameiplay6074
@injesusnameiplay6074 2 жыл бұрын
the spread sheet doesn"t exist!
@MahmoudShwky
@MahmoudShwky 2 жыл бұрын
What if i want to remove the rating from the filter function without rearranging the table. So it would be name catagory, and year
@sandeepnair8226
@sandeepnair8226 3 жыл бұрын
Sir How would be the syntax, if one particular Genre falls under 2 or more categories, For eg. if Big Fish comes under Drama, Musical & comedy at a time...Thankyou
@nischalrai157
@nischalrai157 3 жыл бұрын
when we dont have any data in rating then it shows none, it there any option that i would like to keep rating formula but choose sometimes to unfilter it, still expect the data to show as normal (like previous), i want rating to keep optional
@thefiveminutegamereview2117
@thefiveminutegamereview2117 2 жыл бұрын
Really clearly explained function, thank you. Is it possible to take it up another level and filter by multiple items for each category? For example filter for both PG and R rated movies?😀
@mythikry
@mythikry Жыл бұрын
Yes, assuming you use L1 for the second rating. "+" acts as an "OR" statement in the formula. Use =FILTER(A2:D43,(B2:B43=H1)*(C2:C43=K1)+(C2:C43=L1),"None")
@vasudevan-lg7lp
@vasudevan-lg7lp 2 жыл бұрын
But how can we do filter the values in the Second filter based on the Values selected in first Filter?
@wcthrill
@wcthrill 4 күн бұрын
How do you add data and have filter update automatically?
@vasudevan-lg7lp
@vasudevan-lg7lp 2 жыл бұрын
Superb, I was trying to get this function for very long period, but I got now.
@Nitens90
@Nitens90 10 ай бұрын
thanks, finally a video that goes straight to the point, almost shocking
@sekan9304
@sekan9304 2 жыл бұрын
why i have no filter in my excel ? can i add this function ?
@SeemaSharma-lj3cf
@SeemaSharma-lj3cf 3 жыл бұрын
Very useful feature . Thanks for the tutorial.
@AydeEstrada-j3b
@AydeEstrada-j3b Жыл бұрын
I get an error "FILTER has mismatched range sizes. Expected row count: 27682, column count: 1. Actual row count: 1, column count: 1" - any suggestions?
@richardbelu8252
@richardbelu8252 7 ай бұрын
Does this still work if you add new movies and you pass row 43. If not how would the formula change to allow adding for new movies to the list. Thank you
@malikaamir6412
@malikaamir6412 6 ай бұрын
Can we do this in excel 2013 bcz there is no FILTER function in it ?
@hemmojito
@hemmojito 3 жыл бұрын
Yes but can you filter partial matches? For example movies with the letters "ate" in it? It should show for example "Kate and Leopold" but also "Darling I ate the children" (bear with me). So a dynamic filter that finds partial matches in a list of text entries. Is there a combination of functions that can accomplish that?
@AnthonyChong-t7v
@AnthonyChong-t7v 6 ай бұрын
I am sorry, I tried this, but somehow, it's not working in my 365, but the video's explanation is great, it just does not work for me :(
@futuresuperstar4life
@futuresuperstar4life 2 жыл бұрын
I NEED HELP! PLZZ im a server and ive been working on an excel file to track my tips and sales percentages tip outs etc, it's very complex and im completely new to excel so it took me like two months. i'm trying to recreate an app that i was using but doesn't track enough details. in this app there are tabs on top for sorting the data yearly, monthly, weekly and biweekly and "all" and then at the bottom you can toggle between all of the data with arrows, between the 2 arrows there are 2 dates based off of the filter (the corresponding dates of the month, the week etc) but youre not limited to just "this month" and "last month", but you can continue to toggle between all months by clicking the arrow. i've tried with slicers and it kind of works but not as efficient or specific as i'd like it to be PLEASE TELL ME if you think that is at all possible on excel
@thewitt2890
@thewitt2890 3 жыл бұрын
Can I create a dropdown list that contains dropdown list? Your tutorials are the best
@agimasoschandir
@agimasoschandir 2 жыл бұрын
You can create a dynamic drop down list based on another drop down list
@BartoszXIV
@BartoszXIV 2 ай бұрын
Can you do "select all" or multiple in one of the filters?
@Thumper121234
@Thumper121234 3 жыл бұрын
Great as usual. How can you use the column if you add more data. Can you just name the column header?
@melindaperrotta4931
@melindaperrotta4931 Жыл бұрын
Thank you for this video. I have a spreadsheet with multiple entries, but in which one column is only filled in upon completion of work. I would like to be able to filter for the negative or blank space in this column. i.e. See the uncompleted work. Is that possible?
@MegaSahil05
@MegaSahil05 4 ай бұрын
NICE , INSTAED OF WRITING OR SELECTING FULL ARRAY YOU CAN ALSO NAME THE TABLE LIKE MOVIES AND GET THAT
@Ahmad-mq8xr
@Ahmad-mq8xr 2 жыл бұрын
Hi ! Do you think I can use FILTER inside Excel Table? I got SPILL error when try
@mohddanial8478
@mohddanial8478 Жыл бұрын
Thank god I found this video. Makes it much easier for my excel assignment :) - stuggling uni student :(
@vickyfolonier112
@vickyfolonier112 Жыл бұрын
Is there any dynamic filtering option like this but that would keep the formatting of my data that's on the source table?
@Haid-Studio
@Haid-Studio Жыл бұрын
Hi, Can you tell me where I can find advance Excel?
@soethein9525
@soethein9525 Жыл бұрын
Very Good and thanks you for your Video. Where can I download the Excel file?
@92417
@92417 3 жыл бұрын
Genius. Thankyou.👌
@MoatazMohamady
@MoatazMohamady 2 жыл бұрын
Thanks that was what I'm searching for, I just crate a new sheet for filtering ( I have one for data and another for filtering only)
@teoxengineer
@teoxengineer 3 жыл бұрын
Thank you for this tutorial. Can we use nested filter insede Filter function? =FILTER(FILTER(....,....,...),INCLUDE,IF_NOT_FOUND)
@imVNUTZ
@imVNUTZ Жыл бұрын
Amazing video. Is there a way to also filter the data you pulled automatically? Like Alphabetize the list?
@brunoyuske6267
@brunoyuske6267 2 жыл бұрын
Anyway to write back using this function?
@philipluisgonzaga8829
@philipluisgonzaga8829 Ай бұрын
Exactly what I need! Thanks
@NJtoTX
@NJtoTX 2 жыл бұрын
Mine only has FILTERXML.
@lestariu509
@lestariu509 2 жыл бұрын
This is what I'm Looking for...thank you...
@HendryAnwar-e9e
@HendryAnwar-e9e 7 ай бұрын
Thanks, you've saved me hours!
@gerardvaneggermond2067
@gerardvaneggermond2067 Жыл бұрын
Hello sir, maybe you can help me I made code in Vba but it is long now I would like to make it smaller and maybe "loop" and "for loop" can help with that. Here part of the code: Application.ScreenUpdating = False If Sheets("Menu").Range("E2") = 1 Then Sheets("toplay1").Select Range("A1").Select ActiveCell.Formula2R1C1 = _ "=FILTER('S1'!R[1]C[1]:R[20]C[1],'S1'!R[1]C[1]:R[20]C[1]" "")" Range("B1").Select ActiveCell.Formula2R1C1 = _ "=FILTER('S1'!R[1]C[5]:R[20]C[5],'S1'!R[1]C[5]:R[20]C[5]" "")" The Range continues until "J1" you also notice that at "c[ ] each time 4 are added, that is because the search area moves 4 columns each time, if you can help me with this I will be able to continue with the rest I think, can you help me PLEASE What I forgot is that the number of rows being searched is 20.
@michaelpapa7854
@michaelpapa7854 3 жыл бұрын
What if I wanted to make the formula and/or?
@roselerroldan2315
@roselerroldan2315 2 жыл бұрын
I don't have filter formula.
@BezUmiaru
@BezUmiaru 2 жыл бұрын
How to make a filter based on the text typed in a separate cell that filters the original table rather than creates a separate table with results? If possible, with functions not VB.
@agimasoschandir
@agimasoschandir 2 жыл бұрын
As of now (2021) one cannot filter a table in place based on a cell value without VBA
@ArcOfTheCovenant
@ArcOfTheCovenant Жыл бұрын
Can u use this between sheets? Like if I have a table that take up an entire sheet. Can I make a new sheet that filters the data sheet? I'm having issues with this big time!
@ArcOfTheCovenant
@ArcOfTheCovenant Жыл бұрын
I call bulkshit! This does not work@!
@sanmugamc6904
@sanmugamc6904 2 жыл бұрын
filter functions No my excel how to insert
@abigailkarr9305
@abigailkarr9305 3 жыл бұрын
LOVE this video!! What if you want movies to have multiple categories? If for example I wanted Back to the Future to fall under adventure and sci-fi; d I need to create a new column in my data set for each different category, or could I make a comma separated list for the categories?
@knivessilva
@knivessilva Жыл бұрын
Very helpful. Just what I needed. Thank you.
@movethebaracka36
@movethebaracka36 5 ай бұрын
GREAT JOB MY MAN ALWAYS ON TOP!!
@vickynazi
@vickynazi 2 ай бұрын
cool ! very nice and explanatory video and very well explained !
@danemmerich6775
@danemmerich6775 3 жыл бұрын
Great way to find specific info and as awlays a great tutorial.
@chrishaley6082
@chrishaley6082 2 жыл бұрын
This explains perfectly!
@lavishjain0605
@lavishjain0605 2 жыл бұрын
This is so awesome . Thank you so much for this
@bullbearjeff
@bullbearjeff Жыл бұрын
thank you for this
@gvantsakvelashvili898
@gvantsakvelashvili898 Жыл бұрын
love it! thank u
@binapark9208
@binapark9208 11 ай бұрын
This saved my day
@morgankigika494
@morgankigika494 3 жыл бұрын
Can u do something on if funtion kindly
@techteachersandstudents
@techteachersandstudents 3 жыл бұрын
Today's video, that I will post shortly, uses the IF function. Your timing in asking for this is perfect. :)
@devramharak7934
@devramharak7934 2 жыл бұрын
Well explained
@goodman-it2qy
@goodman-it2qy Жыл бұрын
Thanks.
@carltonbradley1192
@carltonbradley1192 2 жыл бұрын
Thanks!
@ArcOfTheCovenant
@ArcOfTheCovenant Жыл бұрын
This totally doesn't work. At all any of it. Not for me. And I have the filter function. I have office 360
@charlottek4157
@charlottek4157 3 жыл бұрын
me
@rajeshakkineni5127
@rajeshakkineni5127 3 жыл бұрын
👍👍👍👍👍
@zyclo
@zyclo 3 жыл бұрын
hi
@itzedomedo3721
@itzedomedo3721 3 жыл бұрын
hi
@jaimerosa1580
@jaimerosa1580 3 жыл бұрын
hey
@juliusschiffers7450
@juliusschiffers7450 3 жыл бұрын
@@jaimerosa1580 Hi
@azizahjaafar913
@azizahjaafar913 3 жыл бұрын
.
@KK-jg3uc
@KK-jg3uc 3 жыл бұрын
Hi, Can you please reply me with the formula for "pulling the data from 3 workbooks to 1 workbook and want a functionality where the column headers should not be dependent on column no. such as A1,C1 which means data can be fetched using the column header name". Also, I want 1 more feature while fetching the data to new one that I am able to view the full details when I type particular employee ID on the table . It is urgent, so please answer with formula or give me some reference. Thank you
@agimasoschandir
@agimasoschandir 2 жыл бұрын
You did not mention how much you would pay for such urgency
Master the FILTER Formula in Excel (Beginner to Pro)
10:42
Kenji Explains
Рет қаралды 157 М.
How to Filter in Excel
16:22
Kevin Stratvert
Рет қаралды 445 М.
How To Get Married:   #short
00:22
Jin and Hattie
Рет қаралды 23 МЛН
Новый уровень твоей сосиски
00:33
Кушать Хочу
Рет қаралды 5 МЛН
How Strong is Tin Foil? 💪
00:26
Preston
Рет қаралды 132 МЛН
Man Mocks Wife's Exercise Routine, Faces Embarrassment at Work #shorts
00:32
Fabiosa Best Lifehacks
Рет қаралды 6 МЛН
Advanced Excel - Creating Pivot Tables in Excel
13:11
Technology for Teachers and Students
Рет қаралды 2,5 МЛН
Dynamic Filter in Excel - Filter As You Type (with & without VBA)
13:00
Create Interactive Worksheets in Excel by Using the IF and COUNTIF Functions
8:53
Technology for Teachers and Students
Рет қаралды 24 М.
Excel FILTER Function - Lookup to Return Multiple Values
9:22
Leila Gharani
Рет қаралды 706 М.
EASILY Make an Automated Data Entry Form in Excel
14:52
Kenji Explains
Рет қаралды 653 М.
Create Dynamic Dropdown Lists in Excel
13:03
Technology for Teachers and Students
Рет қаралды 125 М.
Say Goodbye to IF Statements in Excel with SWITCH
7:45
Teacher's Tech
Рет қаралды 532 М.
Try This New Formula Instead of Pivot Tables
12:08
Kenji Explains
Рет қаралды 394 М.
How To Get Married:   #short
00:22
Jin and Hattie
Рет қаралды 23 МЛН