Make a Search Bar in Excel to Find Anything!

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

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

  • @KenjiExplains
    @KenjiExplains  Год назад +15

    Check out our Excel course!: www.careerprinciples.com/courses/excel-for-business-finance

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

      Can i get a discount code?

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

      @KenjiExplains HELP! I do not have the ability to select "FILTER" in insert a function in the 2016 version. I only have "FILTERXML" available. What can I do to solve this? Any suggestions? :)

  • @benhermann3038
    @benhermann3038 7 месяцев назад +4

    Thanks heaps for this solution, it is brilliant! I'd like to offer a solution to the conditional formatting in case the search box is empty: Add another condition that checks if the linked cell is empty. Place it above the one you have introduced. If that condition is TRUE then remove formatting and stop processing more rules.
    And in general: Your teaching is wonderful! Clear voice and speaking, clear demonstration, not wasting time by fast forwarding during non-essential formatting of boxes etc. Very well done, thank you!

  • @CavanHaganInvesting
    @CavanHaganInvesting Год назад +8

    For anyone working with a large data table, the way I implemented this was I turned the formula calculation option to manual, and used the search bar icon as a macro button that will calculate when clicked. That way it doesn't try and filter the massive table every time a letter is typed.

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

      Can you make a video on this and paste the link here

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

      @@Jyotika4 go to the formula tab, and change calculation options to manual. Then record a macro where you click on calculate sheet. Then insert the search icon, right click, press assign macro and choose the macro you just made. If there's other content on your spreadsheet, you will need to add the macro button to those also so they can calculate since the whole document is manual calculation

  • @AMIRKHAN-bj4ny
    @AMIRKHAN-bj4ny 9 месяцев назад +3

    You taught the search filter formula in your video in the most simple way ever. 🎉🎉🎉
    I really Appreciate your way of teaching.
    Your video helped me a lot in my projects.
    Thank you so much.

  • @abdulsalam935
    @abdulsalam935 8 месяцев назад +3

    Sir, video is good. How this can be done with "OLDER VERSIONS OF EXCEL"

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

    I am from Pakistan and Gas Turbine Engineer, I learnt a lot after watching your videos and now I can make spreadsheet and other calculators for complex calculations. Thanks.

  • @zzota
    @zzota Год назад +18

    Really neat trick. You could also wrap the whole FILTER function in an IF: IF(H2="","" FILTER....). Then you'd get a blank list if you haven't entered a search parameter.

    • @terminator3697
      @terminator3697 11 месяцев назад +2

      I followed Ken's instructions from this video and it does not work for me because I have multiple sheets, from Jan-Dec, when I changed table 2 to Jan: Dec, I kept getting errors in my format, little help would be appreciated.

    • @kennetharcalaz4843
      @kennetharcalaz4843 10 месяцев назад +1

      I tried this but it diddnt work. Is that thw whole formula needed?

    • @dreddph
      @dreddph 9 месяцев назад +2

      Does not work.

    • @kenikthyan
      @kenikthyan 7 месяцев назад +2

      @@kennetharcalaz4843 What @zzota means is that you need to add an IF function before to reference a NULL. The formula is missing a comma unfortunately but @zzota's idea is brilliant (thanks @zzota).
      Corrected formula: =IF($H$2="", "", FILTER(..............))

  • @shabeerahmed1408
    @shabeerahmed1408 Год назад +8

    Hello Kenji, how are you? Your all videos are very helpful for me. Regarding this " Filter" function, it only support in " Excel 365" & " Excel 2021" . What is the alternative function in old versions(like excel 2013, 2016,2019)?

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

    Great! can you search across multiple sheets using this?

  • @NishantPotdar
    @NishantPotdar 2 месяца назад

    Wow!! Nicely explained!! Happy with what I was looking for!! Thank you so much!

  • @Learning_to_Excel
    @Learning_to_Excel Год назад +6

    Really cool video Kenji! Always thought there were so many cool opportunities with the Partial Match function and this may be the best one!

  • @RealTakunia
    @RealTakunia 8 месяцев назад +1

    Bonus trick: Ctrl+F :) Great video, thanks.

  • @tomletcher5127
    @tomletcher5127 Год назад +4

    Thanks Kenji!! made my life a whole lot easier!! Great content, seamlessly explained ... Legend :)

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

    You literally taught me more in 5 minutes than any other video on here thank you!!!!

  • @5ssandraa5
    @5ssandraa5 10 месяцев назад +1

    I think this is wonderful! Thank you :) Would it be possible to implement a filter that could search for values within the text, even if they're not at the beginning? It would be really helpful if the filter could locate values in the middle of chapters too.

  • @dalimiso
    @dalimiso Год назад +2

    Such a powerful tool/method and clearly explained. Can you use it to pool data from more than one Table or Sheets?

  • @salvatorva64
    @salvatorva64 Год назад +29

    In the search formula, it is more convenient and shorter to concatenate the table fields instead of repeating the search formula: =FILTER(Table1,ISNUMBER(SEARCH($H$2,Table1[First]&Table1[Last]&Table1[Country]&Table1[Age])),"No Match")

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

      I haven't tried it but it seems like a great suggestion!

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

      @@KenjiExplains First, I'd like to thank you for your very didactic videos: they are helpful, clear, to-the-point.
      For your information, I tried with the CONCAT function; it did not work. It works well with “&”.

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

      Can confirm it works with the "&". Great suggestion!@@salvatorva64

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

      ​@salvatorva64 if the search box is blank, how we can change the result in to a "enter text to search" message instead of showing all the data in the table selected.

    • @Dan_De_Man
      @Dan_De_Man 10 месяцев назад +1

      ​@@sebrahim_tat start of formula enter =if(H2="", "Enter Text to Search", Filter... And enter another bracket at the end

  • @toddharrison2213
    @toddharrison2213 Месяц назад

    Excellent teaching method. I like how you explain things slowly and with highlights. I have one question.... Are you able to change values in your search results that will remain changed in the original list. For example: Janet got married and you want to change her last name. Your list is very long and you don't want to scroll down to find her. Can you search in the search bar for Janet, change her last name from Murphy to Smith. Will it change to Smith in your original list?

  • @Chillmobei
    @Chillmobei 10 месяцев назад +1

    Hello Kenji, thanks for that nice tool. It works if anything is at the same page. But how to search if there is one main page with hyperlink word (each word connected to another site) is it possible to search at the main page and get the result were to click on and reach the correct page? I think this is high class of searching. Maybe it isn’t possible… but excel = excellent 😅

  • @micheleschultz6791
    @micheleschultz6791 4 месяца назад

    Excellent Teacher, very clear way of teaching and to the point.
    I am seeking how to pull certain info (line)from the master sheet to another sheet by a code. For Example, in an inventory schedule. All codes starting with MSB to flick to the button sheet schedule one underneath the other.

  • @CheatSheets
    @CheatSheets 11 месяцев назад

    Love this idea! Well explained!

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

    Last few days, I was trying to make s search box with VBA coding, but it is very difficult, but your trick just is outstanding, thanku so much sir ❤

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

    This is so helpful and I love how Kenji explains everything.

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

    OMG you saved my career! This is the best tutorial about search bar in excel that I have watched. More power to you! Thank you so much!

  • @newmiziri
    @newmiziri 21 день назад

    Hi Keji n This one best explanation i have see please continue

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

    This is the most useful Function i have seen for EXCEL. Thank you so much for this information

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

    Amazing .. You are the ONE "EXCEL MASTER" 》》 THANKS 👏🏼👌🏼👍🏼

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

    You just made my job 10x easier, thanks!! Subscribed

  • @thesith-f1t
    @thesith-f1t 27 дней назад

    Hi! Thank you so much for the very easy to understand tutorial!
    I was just wondering if it was possible to create a search bar at say the main sheet (search sheet) and search for the location of such target( location of the sheet etc) or even more search for its related information (of the whole workbook) Thank you so much!

  • @cyberbeast1789
    @cyberbeast1789 Месяц назад

    good day sir! watching from the Philippines. I'd like to ask if you also a tutorial like this on the video that when customer/product is found, details of the customer will list/add/copy to another blank table? thank you..

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

    Kenji... I am learning a lot with you with those cool Excel features... Thank you for sharing the knowledge...

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

    thanks, we d love if u make it with previous versions that doesn't support the formula FILTER

  • @MSExcelSolutions-
    @MSExcelSolutions- 2 месяца назад

    Excellent way of using Filter function..

  • @konnojubhavana3207
    @konnojubhavana3207 Месяц назад

    Hi, suggest on tip that ,I want to enter same data in different rows which are not continues ,Can we do enter row numbers search bar for enter same data

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

    This a valuable tutorial for my work!! Thank you so much...

  • @MarieLemelin
    @MarieLemelin 5 месяцев назад +1

    @KenjiExplains HELP! I do not have the ability to select "FILTER" in insert a function in the 2016 version. I only have "FILTERXML" available. What can I do to solve this? Are there any alternatives?

  • @JohnKnorr
    @JohnKnorr 11 месяцев назад

    Great tutorial! Is it possible to protect the sheet (data/formulas) while still making the search box editable?

  • @arshalmurmu
    @arshalmurmu 11 месяцев назад

    Thanks kenji bro for awesome trick to create search bar simple and easy

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

    This is awesome! Loved it and use it for my projects.

  • @bobcaruthers4427
    @bobcaruthers4427 8 месяцев назад +1

    Great videos, but when I attempt the second formula, it throws up errors. despite my copying the exact formula you use.

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

    That’s so great that I will try it.Thank you very much Sir.

  • @omamen
    @omamen 10 месяцев назад

    I have created the search bar and in works, thank you very much!!!
    BUT....after the resul come out i need to be able to modify some values in the result and save it.
    How do i do it?
    Thank you in advance!!!

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

    Hi. Good Instructions. Is there any option to be able to edit data from the search result ? or to highlight the findings on table itself ?

  • @charimainegumarac4834
    @charimainegumarac4834 7 месяцев назад +1

    kenj, one question, why it doesn't show all of the data after entering the name? only the name appears

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

    Really great and helpful video. One question if I may, my table has variable row heights but I can't seem to get the rows in the results to automatically adjust the row height. Is there any way to do this?

  • @artur_momot
    @artur_momot 7 месяцев назад

    Great video, thanks! Also, I have a question is it there any way to hide all those data that not being in use? For example, hide those list that showing if its empty search bar. Thanks a lot!

  • @spongebobby188
    @spongebobby188 8 месяцев назад +1

    OK, I used this successfully on a table with lots of text comments, so the search is helpful. BUT, I now cannot view the contents of the cell as it doesn't appear in the formula bar as that only shows the index formula. This means I have to copy the result of the search into a new worksheet to view the contents! Please advise on how to resolve this. 🙏

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

    These are very valuable skills, please continue to share so everyone can learn from you

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

    Thanks for the awesome vid, man! I just can't seem to use it on more than one table. Can it be done? Thanks!

  • @yussofalfredofrancomorgado700
    @yussofalfredofrancomorgado700 9 месяцев назад

    Very nice kenji, thank you for sharing your knowledge, I'm looking for a way to look up a date (using filter ) that is in other table but has contacted with the main one table. ....is possible with filter funcion

  • @andreausa123
    @andreausa123 10 месяцев назад

    Great! it is what i needed. Thank you Kenji very much !

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

    🎉 thank you for sharing this kind of tutorial. It really helps me to learn Excel formulas. You explain it well.

  • @MAN0202VAN
    @MAN0202VAN 10 месяцев назад

    That's amazing
    But can we apply it to Excel Online ??

  • @KG-xs3ih
    @KG-xs3ih 4 месяца назад

    This guy is a wizard ✨️

  • @punchole
    @punchole 10 месяцев назад

    Dear sir,, what filter result only selected columns, for example only showing cell first and third column?

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

    This is very helpful and works for me with one problem: my filter results don't automatically update (i.e. I have to put the curser in the first cell and then re-run the formula from the formula bar). The results do not auto-populate as I type in a query.

  • @julianaramburo2023
    @julianaramburo2023 7 месяцев назад

    Hi, thanks for this video. It's awesome. I tried using the dynamic search, and I did exactly what you did, but for some reason the cursor and the text don't show in the search box. The search actually works but I cannot see what I'm typing. I can only see what I typed after a click away from the box, anywhere in the sheet. It is weird because the search actually works and I can see the data moving dynamically, but I cannot see what I'm typing and it's really annoying. Can you help? thanks so much

  • @dougmphilly
    @dougmphilly 10 месяцев назад

    so good that i subscribed. i love how simple this is.

  • @RizavemObo
    @RizavemObo Месяц назад

    Thanks for this! Such a big help

  • @davidtulk7159
    @davidtulk7159 2 месяца назад

    This works great (even though I use Excel for Mac which doesn't have Active X Controls) but I just use the formula in a cell rather than a search box, however, Once I find a match, I need to be able to edit the data and have it update the original data in the table. Can someone assist with this additional task please.

  • @nehalpatel4345
    @nehalpatel4345 7 месяцев назад

    Hey Kenji, thanks for the video, but how to avoid the downside of highlighting entire table when nothing is there in search box.

  • @Raj-cf6fe
    @Raj-cf6fe 9 месяцев назад +1

    I have multiple sheet of students with their certificate number and exam date of different lesson. I am able to find all the subjects done using Find and Replace. I want to create a sheet with a search command to gather all the subject details of a student. Is that possible? Can you tell please?

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

    can we adjust formula to make filter table empty wen we don't but anything in H2 ???? it will be cool 🎉🎉

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

    Thank you so much for a helpful video and detailed explanation.

  • @dreddph
    @dreddph 9 месяцев назад

    Kenji thanks for this video. It worked for me. However, I want the search results to be blank at first before I enter a search parameter. Any ideas on how to accomplish this?

    • @dreddph
      @dreddph 9 месяцев назад

      Never mind I did it already. Thanks!

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

    This is very easy.
    What about returning the values only between 2 dates with different timings?
    Like, there were 10 different names in 10 different timings the sale happened on a particular day or between day X and day Y.
    I have tried many different ways, I don't get all the values returned in the result. Either 1 or 2 are left out or more is included as a result.

  • @stefankleinhans4895
    @stefankleinhans4895 2 месяца назад

    Hi, Hope all is well. I am trying to use your search but with a slicer. Filter the slicer to show what ever I have searched. Is that possible?

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

    Nice, very good. How can I make the results selectable, clickable or keep the hyperlink ?

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

    First comment from India ❤🎉 Thanks kenji...

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

    Its very helpful but i would like to know how to copy the list of data in search bar for another sheet to print

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

    Nice video brother but i want to search from different worksheet and there's multiple sheets and each sheet it has same columns names and i want to search from different columns also sometimes by name some time by their emp id so how I'll get my search data into search bar sheet from multiple columns?

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

    Hi, is there a way to make it so when you search, it returns the values its found in the smaller table but is also editable in that table, and then whatever changes are made in the smaller search table are then executed in the original table? I hope that makes sense, any help would be greatly appreciated!

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

    I have a big collective sheet and I want to filter based on search, but with this function it returns ALL columns, also the useless ones. I tried added only those columns to the array area, but then I just get VALUE! back. Any chance you can explain how to search on selective source columns?

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

    this was awesome however, how can I do a multiple search within the search box. For instance in my first cell I have office numbers (ex: 0005, 00061, etc). If I wanted to search in the search box for office 0160 and 1310, how do I do that?

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

    Hi Kenji!! Was just wondering if you could show ways in case if we want values greater than or less than in this search as well.

  • @jaffa2023
    @jaffa2023 9 месяцев назад

    Can we update the filtered result like modifying the data after filtering it

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

    works great but does not bring any hyperlinks that may be in the source data. can that bne corrected?

  • @margaretfarquhar-xb1nk
    @margaretfarquhar-xb1nk Год назад +1

    That was extremely helpful and well explained, thank you

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

    Thanks for the great tutorial. I
    f the first name is repeating twice lets say Janet is repeating in cell 2 and cell 4 does this formula works?

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

    How to search on different sheets?thank you for the answer

  • @KVIXNodalOffice
    @KVIXNodalOffice 7 месяцев назад

    How can we use this search bar method to search data from more than one table for eg. i have three different table is in three different worksheets. And need to use this kind of search for 3 worksheets together. We can not combine 3 worksheets tables into one worksheets, those 3 worksheets have to be kept separate for some other purposes

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

    Hi Kenji. I love this search box, but i had one problem when a tried to apply in my tables. The result not contain different in upper and lower cases (If data is written as ORANGE, the result not find if I type Orange in the SearchBox). How can I fix it?

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

    Its wonderful...... I applied in my file👍👍👍👍👍👍👍

  • @s.d.nmarufi1051
    @s.d.nmarufi1051 Год назад

    Very very very helpful video.
    But I want to search between two or three columns at a time. But it should be optional not necessary. Means when I select the condition than search conditionally otherwise should be searchable unconditionally

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

    Cool, what about searching in another sheet in the same workbook?

  • @NajibHasnan
    @NajibHasnan 10 месяцев назад

    Hi thank you for this tutorial. I did exactly the same as you.. but mine only works until the exact match, partial match does not work. it shows value error...

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

    Hi is it possible to put formula only first line of the cell?
    For example
    1. Balance as on 30-9-23
    2. Abc..............
    3.Abc.............
    First line i want to Formulalise in order to change the date automatically in every month.

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

    Thank you for this amazing content

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

    If your search text is found in more than one column within the same row, will you not get repeated rows in the filter formula? You are after all just stacking the rows by adding them up...

  • @HaroonKhan-gp4vj
    @HaroonKhan-gp4vj Год назад

    thank you! best wishes from Pakistan

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

    I just worked follow yours. But due to want to add function more if isblank, it shall return the true & fale argument. Ex. My column 0%, it returns to 0%, if column/cell empty shall be show empty not to 0% especially for Important tax. May you advise pls

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

    The problem I see here is that most sheets if not all contain formulas to perform calculations as in a Register transaction sheet. Converting to a Table seems to destroy the integrity of a sheet - I also have a drop down combo which populates upon mouseclick. Cannot this be done without converting to a table. cr:

  • @MichaelBrown-lw9kz
    @MichaelBrown-lw9kz Год назад

    This is great. I am going to use this in an upcoming assignment I have.

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

    Hi kenji, to avoid the default highlight of table as described at 09:36 and have two tables shown we can use this update:
    in the conditional formatting tab, if the cell contain the text we type the formula with an if:
    =if($H$2 "", $H$2, "value")
    this will leave the table without a highlight.
    this formula will work also:
    =if($H$2 = "", "",(FILTER(Table1, ISNUMBER(SEARCH(H2, Table1[First])) + ISNUMBER(SEARCH(H2, Table1[Last])) + ISNUMBER(SEARCH(H2, Table1[Country])) + ISNUMBER(SEARCH(H2, Table1[Age])), "no match")))
    thank you for your videos they are very clear and helpful!

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

    Kenji excellent tutorial. A question about the filter formula (G5), is it possible to make it so that when H2 is empty nothing appears?
    So that the data only appears when I start typing in the H2 search box?
    Thanks for your help.

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

      Ehy mate, did u find how to make this?

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

      Yes I Find the solution by my self
      =IF(H2=””,””;FILTER etc…
      @@matteocervelli3786

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

      In Italian =SE(C2="";"";FILTRO ecc.

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

      I too have the same doubt.

  • @DeepakKumar-nf2vv
    @DeepakKumar-nf2vv Месяц назад

    which office version use it Because i am use 2021, but not show me as suggested in down table.

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

    Isn't possible to search directly in the principal table??
    Is it mandatory to create another lookup table??
    How else do you search directly in the main table??
    Thank you for edifying us 🙏🙏🙏

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

    Does it work for Google spread sheet?

  • @ThalhaYoosuf-w8y
    @ThalhaYoosuf-w8y 10 месяцев назад

    What we update the inventory list with new items should we rewrite the codings again

  • @RaffetAli2006
    @RaffetAli2006 10 месяцев назад

    But the filter function is not available in non-office365 excel. Is there any other alternative?