Members-only tutorial
Watch the video and get the practice sheet with membership.
About this Tutorial
Sheet Resources
Video Transcript
<div>0:00 Hello, welcome. In this video I'm sharing Learn how to share your Google Sheets effectively. Opens in new tab with you two ways to use equal and two ways to use not equal or to get, not equal or to get equals.<br>0:10 In this case we, we have some use cases, right? We have some cells Discover everything about cells in Google Sheets. Opens in new tab that we wanna know are these two cells Discover everything about cells in Google Sheets. Opens in new tab equal or in some cases are these two cells Discover everything about cells in Google Sheets. Opens in new tab not equal?<br>0:20 There's actually two ways to do each one. There's two ways to do equals and there's two ways to do not equal.<br>0:26 And I wanna show you both ways.
So there's four different things we're gonna do and each one is going to come out either true or false.<br>0:32 So there's actually eight things, that's why you see eight things here. So we have these two columns, B and C, and we wanna know, are these two things true?<br>0:41 The first way we can do this is with the equal sign. So we type in equals and we don't have to use any formula Understand the syntax rules for Google Sheets formulas. Opens in new tab , formula Understand the syntax rules for Google Sheets formulas. Opens in new tab like pre-written here, you know, like this.<br>0:51 We can just type in B one and then we can use the equal sign and we can say C one.<br>0:57 And that alone will get you either true or false.
If you want to use numbers, you can use numbers and you can say, are these two numbers correct?<br>1:07 You can use dates And that's false and that's true, right? They're the same date. So you can use numbers, you can use text.<br>1:16 You can say, are these two things the same? If you use text and you say one and you use the number Explore how numbers are used in Google Sheets. Opens in new tab one, it's gonna be false.<br>1:22 Alright? Next one we can do. So we can do one, one that is true and it gives you resolves to either true or false.<br>1:31 The next way we can do this exactly the same thing, but we can actually use a formula Understand the syntax rules for Google Sheets formulas. Opens in new tab .
Now what we do is we type the equal sign and we type eq.<br>1:41 That is the formula Understand the syntax rules for Google Sheets formulas. Opens in new tab for equals we put up parenthesis and we can have one value and another value. So we can say, are these two values Get to know different types of values in Google Sheets. Opens in new tab the same?<br>1:49 We can put strings here. So we can type in, in quotes two and two and we get true, but we can also select Learn about the query select clause in Google Sheets. Opens in new tab and reference Understand how to reference cells in your formulas. Opens in new tab other cells Discover everything about cells in Google Sheets. Opens in new tab .<br>1:59 So we can say B one, C one.
Actually we should do b2, c2 cause we're in the second row, and that will resolve to either true or false.<br>2:11 If we change these, if we change this to the number Explore how numbers are used in Google Sheets. Opens in new tab three or the word three it will be false because three and two are not the same.<br>2:17 If we have numbers here, it will be either true or false. So we can type in three and it'll be thumb falls and we type in three and three and it's true.<br>2:27 All right, so now on the other side of things, how do we know if two two cells Discover everything about cells in Google Sheets. Opens in new tab are different that we wanna know?<br>2:38 Like maybe they're same all the time.
We wanna know are they, are they different? So in first case, we can say equal sign B three and we're gonna use a, a less than symbol and then a greater than symbol and C three.<br>3:00 And so what you see here is that it results too true. If the two reference Understand how to reference cells in your formulas. Opens in new tab cells Discover everything about cells in Google Sheets. Opens in new tab are not equal, the answer will be true.<br>3:09 Okay?
You might find this formatting Find out how to format your data in Google Sheets. Opens in new tab or this kind of syntax Understand the syntax rules for Google Sheets formulas. Opens in new tab inside of a very complicated formulas or combinations of formulas that you see online, especially if we're like looking up like different joins and splits and we're looking at different columns.<br>3:26 We want to find like an a blank one or the last one. This shows up a lot. And it's a really great way to see if two things are not equal to each other.<br>3:35 There's one other way to do that, which is with an actual filter Learn how to filter data in Google Sheets. Opens in new tab or an actual formula Understand the syntax rules for Google Sheets formulas. Opens in new tab , sorry.
And that's equals n e.<br>3:43 So we type in the equal sign n, the letters N and e, then a parenthesis, and we have two values Get to know different types of values in Google Sheets. Opens in new tab and we can reference Understand how to reference cells in your formulas. Opens in new tab those the same as we did before B four b, c four n parenthesis.<br>3:56 And that will resolve exactly the same, either true or false. It will be true if the two items are not the same.<br>4:05 If the two, if the two cells Discover everything about cells in Google Sheets. Opens in new tab contain two completely different texts, it will be true, it will resolve to true.<br>4:11 If they're the same, it will resolve to false. So we can say two and two and we get false.
And so we can have two and three here and it'll be true.<br>4:21 These are great ways to figure out if two cells Discover everything about cells in Google Sheets. Opens in new tab are equal or not equal. And now you have like four options, right?<br>4:29 We can use text, we can use numbers, we can use dates, we can use decimals, we can also put in other cells Discover everything about cells in Google Sheets. Opens in new tab here, reference Understand how to reference cells in your formulas. Opens in new tab other cells Discover everything about cells in Google Sheets. Opens in new tab in these two things, create complex formulas and then say, are these two things the same?<br>4:43 This is really cool. And and, and it, and it's also four completely different ways.
We might not need the formula Understand the syntax rules for Google Sheets formulas. Opens in new tab EQ or we might not need the formula Understand the syntax rules for Google Sheets formulas. Opens in new tab any.<br>4:54 We can do it with just the greater than in, less than simple. And literally we can use just the equal side.<br>5:01 The only thing is we do need to put the equal sign at the beginning to know that this is a formula Understand the syntax rules for Google Sheets formulas. Opens in new tab , but it doesn't have any text formula Understand the syntax rules for Google Sheets formulas. Opens in new tab in it.<br>5:08 So that's really cool.
And I think it's really useful also when you're looking at and rocking and parsing through complex formulas that you may see on like Stack Overflow Discover what cell overflow means in Google Sheets. Opens in new tab or even better sheets.<br>5:19 You might see some kind of complex formula Understand the syntax rules for Google Sheets formulas. Opens in new tab that's includes this symbol, these symbols here. And now you know what that means.<br>5:26 It means that these two things are not the same. It's, it's saying true or false, they are not the same.<br>5:31 Thanks for watching. Hope you enjoy learning more about Google Sheets. Bye.</div>