I added a little apps script to it that will check only one of the options. Check out the Radio Button Apps Script in another video.
Members-only tutorial
Watch the video and get the practice sheet with membership.
About this Tutorial
I added a little apps script to it that will check only one of the options. Check out the Radio Button Apps Script in another video.
Sheet Resources
Video Transcript
<div>0:00 Alright, in this video we're going to create a case converter because I realized that sometimes we have some kind of sentence or title, and we want to do different cases with it.<br>0:11 So we are gonna create a case converter, and I wanna show you this because I think it'll be fun. We're gonna have some, we're gonna sort Learn how to organize your data effectively with sorting techniques. Opens in new tab of create a little web app sort Learn how to organize your data effectively with sorting techniques. Opens in new tab of.<br>0:20 Things. So we're gonna do this from scratch. I'm gonna delete all of these columns and rows, because we don't need them.<br>0:29 We just need sort Learn how to organize your data effectively with sorting techniques. Opens in new tab of a few things. We want some area to present some words, some sentence.
We're gonna hide Discover how to format your text and cells for better presentation. Opens in new tab these grid Understand grid lines and how to manipulate them in your sheets. Opens in new tab lines.<br>0:39 We're going to, increase this a little bit, and we're gonna say right here, let's this is where Explore the WHERE clause in queries to filter your data. Opens in new tab we're gonna enter our information.<br>0:49 But we actually want to do it across two columns, I think. Well, we'll see how this goes. We're gonna make this one smaller and this one bigger, and we're gonna introduce, insert checkboxes here.<br>1:05 And we're gonna say here, uppercase actually, no title case, uppercase, we'll actually, case and lowercase.
So we have three options here.<br>1:18 We're gonna be able to write in our title we're gonna write in, write, something, here. Right now, this is title case.<br>1:30 And basically, once we click on this button, or these checkboxes, we'll be able to, change this. We're gonna have our output somewhere here as well.<br>1:39 Well, maybe, let's maybe, we have it right here. Insert a row below. And maybe we'll have our output here. We'll have our selection Master selection techniques to work efficiently with your data. Opens in new tab .<br>1:52 Maybe we put our selection Master selection techniques to work efficiently with your data. Opens in new tab one more down. Let's give it one more space. We'll have some output here.
Okay, so how do we do this?<br>2:03 How do we get this to actually do what we want it to do? Well, we can do equals tight. Actually, it's gonna be proper.<br>2:11 In our case, in Google Sheets, it's proper. And we can do something like this. Write something here and write something here.<br>2:19 And there we go. See, this is now in the title case, let's make all of this a bit bigger. And we don't want Ariel.<br>2:29 We want something like Carla. Yeah, that's nice. Even bigger. Because we want to see this. We want this to be larger.<br>2:38 There we go.
And let's make it centered to make it a little prettier. Right? Write something here and we get our response here.<br>2:46 Hmm. What else can we do? Well, we need to be able to click these buttons and get that title case, right?<br>2:56 Okay. So the easiest thing to do here is use the if, if be, seven or be eight. If that's true, then we're going to use proper.<br>3:10 If it's false, we're going to do another if. We can do nested ifs here, B9. And if that's true, we're going to do upper.<br>3:23 B4 and then if it's false, then it's probably going to be if B10.
It's going to be either true or false, and we're going to if that's true, we're going to do lower.<br>3:39 B4 there we go. And all this we now have all of these are false, so we can actually put at the end of these, we need to put just a comma I think and we get oh if I think you need to add this comma there and now it'll be blank.<br>4:01 Okay, maybe we want to put a message here select Learn about the SELECT clause in queries for data retrieval. Opens in new tab one case below and that tells us okay, select Learn about the SELECT clause in queries for data retrieval. Opens in new tab this. Oh, we have our title case.<br>4:15 If we select Learn about the SELECT clause in queries for data retrieval. Opens in new tab the upper case there, if we select Learn about the SELECT clause in queries for data retrieval. Opens in new tab lowercase, it'll be lowercase.
If we have two, what happens if we have two?<br>4:21 These are just checkboxes. They're independent. And then of each other, we could sort Learn how to organize your data effectively with sorting techniques. Opens in new tab of write a little app script Get introduced to Apps Script for automating tasks in Google Sheets. Opens in new tab to fix that.<br>4:29 And I'm going to go over to this tutorial here where Explore the WHERE clause in queries to filter your data. Opens in new tab I create a radio button, I'm going to grab this app script Get introduced to Apps Script for automating tasks in Google Sheets. Opens in new tab .<br>4:35 Cool. So we got that from create a radio button. And we have now a button. The checkbox Find out how to use checkboxes to enhance interactivity in your sheets. Opens in new tab that if we click another checkbox Find out how to use checkboxes to enhance interactivity in your sheets. Opens in new tab like this, we have B eight already selected.<br>4:49 And if we check B nine, it will set all of them to false.
And then the one that we clicked will set it to true.<br>4:55 So we can only have one click at any particular time. So you can see that over here in the app script Get introduced to Apps Script for automating tasks in Google Sheets. Opens in new tab , but that's another video.<br>5:03 I just wanted to introduce this here and show that we can create this sort Learn how to organize your data effectively with sorting techniques. Opens in new tab of cool case converter with title case, uppercase and lowercase here select Learn about the SELECT clause in queries for data retrieval. Opens in new tab that and now we have our output right here.<br>5:17 You can say uppercase if we want title case. And if you're watching this and you remember, you can get the sheet down below.<br>5:25 Bye.</div>