Members-only tutorial

Watch the video and get the practice sheet with membership.

See membership options

Search Every Function in Google Sheets

About this Tutorial

Built a useful tool to filter Google Sheet formulas based on keywords.

Video Transcript

<div>&nbsp;Hi, welcome. Uh, if you are looking for any function Explore the various functions available in Google Sheets. Opens in new tab , if it exists, uh, and you Google it, you're going to somehow end up here a Google Sheet's function Explore the various functions available in Google Sheets. Opens in new tab list. Uh, this is from Google. It gives you two options. You can filter Learn how to filter data effectively in your Google Sheets. Opens in new tab with a few key words, like, um, let's do.<br><br>If, if we know what our, where Understand how to use the WHERE clause in queries. Opens in new tab it is or, um, partial, we get some results. We can also say, let's, let's say we, uh, filter Learn how to filter data effectively in your Google Sheets. Opens in new tab by date. Oh yeah, we wanna work with dates. Okay, here's all the date functions Get an overview of all functions in Google Sheets. Opens in new tab . Well, this is all well and. Um, but, uh, one of the main things I can't do is, uh, write some notes Discover how to add and manage notes in your sheets. Opens in new tab .

Um, and, uh, it's, it's, it's frustrating that this syntax Familiarize yourself with the syntax used in Google Sheets functions. Opens in new tab is, is most of the time.<br><br>Uh, I do wanna see the syntax Familiarize yourself with the syntax used in Google Sheets functions. Opens in new tab and I wanna understand it outside of Google Sheets and it's really hard to. Like, I can't even make it in one line. Like it's all, it's always, um, a folded word wrapped. So, um, and all these descriptions are word wrapped as well. It, it fits nicely into this table Learn about tables and how to structure data in Google Sheets. Opens in new tab , right? Um, but sometimes this isn't how I wanna read it and sometimes I wanna write some notes Discover how to add and manage notes in your sheets. Opens in new tab , especially because I'm making these videos.<br><br>I am looking for a way to capital catalog these and.

Make sure that I have covered the ones that I use the most. Check them off the list. Um, you know, and sometimes if you are truly, really excited to learn about Google Sheets, you might actually spend some time reading these. There's 491, I know this because I put them all on a Google sheet.<br><br>Um, that's 492 rows, so that's 491, um, functions Get an overview of all functions in Google Sheets. Opens in new tab . Now there is still a lot that I have not gone through, so I'm, I'm going through them and learning more and more just by reading down and reading what they do. Formats and number Understand how to work with numbers in Google Sheets. Opens in new tab of Roman nus amazing. You go from one to I or two to I.

I, um, what's interesting too is I will be writing some notes Discover how to add and manage notes in your sheets. Opens in new tab .<br><br>maybe even doing some kind of check boxes and, and generally looking for, you know, a way to catalog and categorize these myself because these cat, these types aren't really super helpful. They're helpful to an extent, but here's two things that I did is I wanted to replicate. Also this filtering of keywords and this, this narrowing this, um, fascinating.<br><br>So I did that. Um, and I wanna share Find out how to share your Google Sheets with others. Opens in new tab with you how I did that.

So, um, because it's really, uh, fun to be able to create a little search, uh, search bar inside of your Google Sheets if you ever have a lot of data Explore data management techniques in Google Sheets. Opens in new tab and you have some text in a column that you wanna search through. So here's what I did. So to filter Learn how to filter data effectively in your Google Sheets. Opens in new tab by, Um, I set this up.<br><br>In the header Learn about headers and their importance in your sheets. Opens in new tab . So I took down a couple rows, I did a dropdown Understand data validation and how to implement it. Opens in new tab , and this dropdown Understand data validation and how to implement it. Opens in new tab actually is super easy. The data validation Discover how to create dropdown lists in Google Sheets. Opens in new tab is literally just the entire column Learn how to reference entire columns in your formulas. Opens in new tab of data Explore data management techniques in Google Sheets. Opens in new tab A to a, so it says a two to a 4 92, uh, list from a range.

Why that's interesting is because I didn't have to do, uh, I didn't have to figure out which ones were unique Understand how to extract unique values from your data. Opens in new tab .<br><br>Um, I didn't have to take out the duplicates. It does it automatically. Um, typically whenever I'm doing some kind of like dropdown Understand data validation and how to implement it. Opens in new tab , I'll use a unique Understand how to extract unique values from your data. Opens in new tab list and then it'll update automatically. But this one, um, I didn't have to do that because I can, they. The data validation Discover how to create dropdown lists in Google Sheets. Opens in new tab itself will automatically take out the, uh, duplicates.<br><br>So it only shows unique Understand how to extract unique values from your data. Opens in new tab . It's really interesting. So it's one step.

So all I did is I click data validation Discover how to create dropdown lists in Google Sheets. Opens in new tab list from a range Explore how to define and use ranges in Google Sheets. Opens in new tab and listed the entire range Explore how to define and use ranges in Google Sheets. Opens in new tab . Obviously, this only works when, you know.&nbsp; when you know absolutely that the data Explore data management techniques in Google Sheets. Opens in new tab is, is good. Like if you don't know if you have duplicates, you should still do some kind of unique Understand how to extract unique values from your data. Opens in new tab function Explore the various functions available in Google Sheets. Opens in new tab and, and mung it a little, figure it out a little.<br><br>Then the, um, filter Learn how to filter data effectively in your Google Sheets. Opens in new tab is a couple things. So I, I did an if error Learn about common errors in Google Sheets and how to fix them. Opens in new tab , so let's take out this if error, just to show you how simple this is. So all I'm doing. Is, uh, taking a filter of everything. A to D, so a two Co, uh, colon D and I'm looking for.

To match Understand how to use the MATCH function effectively. Opens in new tab C2 here, two, the column A of data Explore data management techniques in Google Sheets. Opens in new tab , and that's it. That's just a filter Learn how to filter data effectively in your Google Sheets. Opens in new tab .<br><br>And so now, so, so if I took the, if I took the if error Learn about common errors in Google Sheets and how to fix them. Opens in new tab off, if I have nothing here, it gives me an error Learn about common errors in Google Sheets and how to fix them. Opens in new tab . So instead I put an if error Learn about common errors in Google Sheets and how to fix them. Opens in new tab around it so you can see the if error Learn about common errors in Google Sheets and how to fix them. Opens in new tab . , it says error Learn about common errors in Google Sheets and how to fix them. Opens in new tab pick type. So it's just telling me, Hey, if there's an error, just go pick type, because I know that the only errors are going to be, I know there's, uh, only so things I can select here.<br><br>So none of these are gonna throw an error.&nbsp; and the only error I'm gonna have is if it's blink.

So if somebody accidentally did that, and so it just tells you again to pick a type. Alright, search by keyword. This is what, this is the fun one. I've done this a few times. And here's one more time to show you how to do this.<br><br>So again, I, I put a. Search bar up here made this nice header Learn about headers and their importance in your sheets. Opens in new tab where Understand how to use the WHERE clause in queries. Opens in new tab the, uh, the place I want you to enter the, uh, words is white and then everything else is a nice blue. Um, and nothing special about this. Just have people enter a, a word there. , but here's the fun part.

It's a query Discover how to apply SQL-style queries in Google Sheets. Opens in new tab and it's actually a really simple query Discover how to apply SQL-style queries in Google Sheets. Opens in new tab because I want all of the four rows.<br><br>So my, my, it is literally query Discover how to apply SQL-style queries in Google Sheets. Opens in new tab then data Explore data management techniques in Google Sheets. Opens in new tab , A two to d just to get the whole range Explore how to define and use ranges in Google Sheets. Opens in new tab . And the query Discover how to apply SQL-style queries in Google Sheets. Opens in new tab is, is very similar to a sql. Query Discover how to apply SQL-style queries in Google Sheets. Opens in new tab s ql.

And what I'm doing is I'm selecting all, which is this wild card, this, um, asterisk is a wild card saying select all Learn how to select all data in your Google Sheets. Opens in new tab where Understand how to use the WHERE clause in queries. Opens in new tab d which is the column I want to search through contains.<br><br>And now in the, the, the big thing here, this is like the most important part, I come out of the.&nbsp; quotes, and I put an and, and then I wrap Understand how to wrap text in cells for better readability. Opens in new tab an and around c2, but I also put these single quotes around it. So you gotta en exit the, uh, the, the text here with a double quote and C2 and double quote again, and then end this with a single quote and then end with double.<br><br>So that is the trickiest part.

If I didn't have the quotes, it is, uh, an error Learn about common errors in Google Sheets and how to fix them. Opens in new tab and it gives us this error Learn about common errors in Google Sheets and how to fix them. Opens in new tab . Unable to parse query string Learn about constructing query strings in Google Sheets. Opens in new tab for function Explore the various functions available in Google Sheets. Opens in new tab query Discover how to apply SQL-style queries in Google Sheets. Opens in new tab parameter Explore how to use parameters in your functions. Opens in new tab two, no column partial. So what it's saying is that it's, it doesn't know that this is a word. It thinks partial is. Something else. And so the way to fix that is you just wrap Understand how to wrap text in cells for better readability. Opens in new tab it with single quotes inside of the double quotes and that's it.<br><br>So now we have this cool little search function Explore the various functions available in Google Sheets. Opens in new tab where we can search for words, um, count. And we can get all of the results there. So I just redid the function here inside of a Google sheet. Enjoy bite. Oh wait.

If you want, oh my God, if you want to get this, I'm making it available to you. Um, so just go in the bottom of this video and I put, all I did is I put copy here.<br><br>Oh, not that copy. And so now you can make a copy of this Google sheet yourself, and you can, you can see how it works. Um, on your own and, uh, use it too. You can write your own notes Discover how to add and manage notes in your sheets. Opens in new tab here, and I challenge you to extend this to notes Discover how to add and manage notes in your sheets. Opens in new tab so you can do this.

Um, if you, I'm gonna take a pause here, and if you don't, if you want to go try it yourself, go ahead, but I'll tell you how to add the notes Discover how to add and manage notes in your sheets. Opens in new tab to this column here.<br><br>So if I wrote some notes Discover how to add and manage notes in your sheets. Opens in new tab , I'm just gonna write some, hello. Goodbye. See, this is notes Discover how to add and manage notes in your sheets. Opens in new tab , so if you wanna know, just stand by for like five more seconds and I'll show you how to add this notes Discover how to add and manage notes in your sheets. Opens in new tab column. All right. I've given you plenty of time. So it's, it's, it's really simple. Go to the formula Familiarize yourself with the syntax used in Google Sheets functions. Opens in new tab and you go change the D to an E.<br><br>When we say notes Discover how to add and manage notes in your sheets. Opens in new tab ,<br><br>let's go to which one. Do we have some notes Discover how to add and manage notes in your sheets. Opens in new tab on Array.

So go to array, and there's our notes Discover how to add and manage notes in your sheets. Opens in new tab on search by keyword. Go up to the filter Learn how to filter data effectively in your Google Sheets. Opens in new tab or the query Discover how to apply SQL-style queries in Google Sheets. Opens in new tab change, D to E. And now we just head it notes Discover how to add and manage notes in your sheets. Opens in new tab . Now let's see what we did, uh, array. And there's our notes Discover how to add and manage notes in your sheets. Opens in new tab . There we go. So we just made our, our, our, um, Google Sheets function Explore the various functions available in Google Sheets. Opens in new tab list inside of a Google sheet.<br><br>Much better because now we have our own notes Discover how to add and manage notes in your sheets. Opens in new tab . Thanks. Bye.</div>