Members-only tutorial

Watch the video and get the practice sheet with membership.

See membership options

Benoit Asks: How to Convert Case

About this Tutorial

How can I use this function, lower, upper, or proper as a conditional formatting? And then the other question is, how can I use this to apply on a bunch of cells without having to double the cells?

Video Transcript

<div>&nbsp;Hey Ben your questions were one, how can I use this function Learn about functions and how to use them effectively in your spreadsheets. Opens in new tab , lower, upper, or proper as a conditional formatting Discover how to apply conditional formatting to enhance your data visualization. Opens in new tab ? And then the other question is, how can I use this to apply on a bunch of cells Understand the importance of cells and how to manipulate them in your sheets. Opens in new tab without having to double the cells Understand the importance of cells and how to manipulate them in your sheets. Opens in new tab ? Unfortunately, there's no good answers Find answers to common questions and challenges in spreadsheet management. Opens in new tab to this. Let's look at conditional formatting Discover how to apply conditional formatting to enhance your data visualization. Opens in new tab first.<br><br> Conditional formatting Discover how to apply conditional formatting to enhance your data visualization. Opens in new tab move my face over here. The formatting Explore various formatting options to improve the appearance of your data. Opens in new tab styles you can choose from are just fill color.&nbsp; a text color strike through underlying italic or bold or all.

And then when you have, you have sort Learn how to sort your data for better organization and analysis. Opens in new tab of these three options here and there's nothing else you can choose your custom formula Get familiar with the syntax rules for writing formulas in spreadsheets. Opens in new tab that you chose or these what is interesting though is even in color scale Utilize color scales to visually represent data trends and patterns. Opens in new tab , you can't do that as well.<br><br>Unfortunately you can. Do that in conditional Discover how to apply conditional formatting to enhance your data visualization. Opens in new tab , but here's a couple ways you sort Learn how to sort your data for better organization and analysis. Opens in new tab of, the answer to your second question again is not really great, but it is what I do, and then I'll give you a weird way to do that in font. So you have a list of say names and you want to lowercase them, right?

You would do lower and then you have this other column, right?<br><br>Of all of this, these formulas, right? You. The only thing you can really do differently is wrap Find out how to wrap text in cells for better readability. Opens in new tab this in an array formula Discover how to use array formulas to streamline your calculations. Opens in new tab . So you go array Formula Discover how to use array formulas to streamline your calculations. Opens in new tab , formula Get familiar with the syntax rules for writing formulas in spreadsheets. Opens in new tab and then put C to C there. And now you can do the entire column Learn how to apply functions to entire columns efficiently. Opens in new tab all in one formula Get familiar with the syntax rules for writing formulas in spreadsheets. Opens in new tab . And then, By hand command C, which is copy, and then go over this and I do shift command V for paste values Understand the paste values function to keep your data clean. Opens in new tab , so then I can get rid of this.<br><br>So this is really only remembering this sort Learn how to sort your data for better organization and analysis. Opens in new tab of double formula array formula lower and then DeLeT that. And so now you have it accomplished.

Programmatically you can do this with script. . There is in scripts, actually, I will show you in a second, but the only way that I can show you right now very quickly is to show that you can create a different formula Get familiar with the syntax rules for writing formulas in spreadsheets. Opens in new tab .<br><br>So you can say like e equals you. C1 we'll come back to this in a second. It's gonna give us an error Get insights on common errors in sheets and how to resolve them. Opens in new tab right now. But again, you can go error Get insights on common errors in sheets and how to resolve them. Opens in new tab a formula Get familiar with the syntax rules for writing formulas in spreadsheets. Opens in new tab , you can do upper. C one or C to C, and now you can command C and shift command V for copy and paste value. So doesn't take so much time to do that.

Same with doing this proper, and we get it back to its proper place.<br><br>So then command C, shift command V, and now I have my choice of any of these I can.<br><br>I can copy and paste into here. We'll get back to that. We'll get back to this error Get insights on common errors in sheets and how to resolve them. Opens in new tab over here in a second so we can delete that. And now we have proper right, so a little quicker than say going proper E one and then, you know, copy and pasting down here. , but we'll see. Maybe that helps you out.<br><br>But here, how do we get this, which is even a faster sort Learn how to sort your data for better organization and analysis. Opens in new tab of upper, and you can almost do anything you want. You go to tools.

Let's go to script editor Explore the script editor for advanced automation in your spreadsheets. Opens in new tab . I've done this a couple times already, so you might see some scripts here already written. So I wrote this script, which is just a function Learn about functions and how to use them effectively in your spreadsheets. Opens in new tab U and E is here for.<br><br>value and all we're doing is returning E two uppercase, which is the JavaScript slash Google script version. And if we go over here, we might see that already happening here. Yeah.

So you have now a quicker way to do exactly the same thing you did before upper and, and something else I'll I might be able to show you in a hot second.<br><br>you can do macros and record Learn how to record actions for automation in your sheets. Opens in new tab them and edit them, but it's gonna be, it's pretty deep conversation. I don't know the exact macro Discover how to create and use macros for repetitive tasks. Opens in new tab you'll want to use because I don't know how often you're using this. And, and if you are saying if any of these are edited, do them again.

So I won't go too deep into this, but really all you're gonna do is say tools, macro Discover how to create and use macros for repetitive tasks. Opens in new tab .<br><br>You're gonna record Learn how to record actions for automation in your sheets. Opens in new tab a macro Discover how to create and use macros for repetitive tasks. Opens in new tab and then there's ways you can edit that macro Discover how to create and use macros for repetitive tasks. Opens in new tab in order to continually do that. You know, maybe every night go through and do exactly what you need to do. But I can't really show you macro Discover how to create and use macros for repetitive tasks. Opens in new tab . Cause I don't know exactly. If you're doing the entire column Learn how to apply functions to entire columns efficiently. Opens in new tab , if you're saying if a bunch of ifs, like if this is this way or this is, this is this way, with your conditional formatting Discover how to apply conditional formatting to enhance your data visualization. Opens in new tab , you're usually.<br><br>Based on some condition Understand how to set conditions for data manipulation and analysis. Opens in new tab and what that condition is it wasn't clear.

So happy to try to answer your question deeper if you have some specific situations that you want to use this. So, so far here I said you can use array formula Discover how to use array formulas to streamline your calculations. Opens in new tab to sort Learn how to sort your data for better organization and analysis. Opens in new tab of get a little faster. And probably some.<br><br>Scripting. The other way is if you want to, this is weird. You can use fonts that are only an uppercase, sometimes this visually is appealing and also prevents people from.&nbsp; entering a lowercase. For some reason, I, and I only, I can only come across uppercase.

You, you can find maybe some other fonts that are only lowercase.<br><br>But these two, this one is Allegra alleg, sorry, alleg Graya font. It is a small cap font, so what happens is the upper. They're all uppercase, but the lowercase are smaller upper cases, small caps, and six caps. Font as well is an all uppercase but also small caps where Learn about the query where clause for filtering data effectively. Opens in new tab you, you can see just a very tiny difference between the uppercase and lowercase and.<br><br>That's it. So unfortunately, conditional formatting Discover how to apply conditional formatting to enhance your data visualization. Opens in new tab doesn't work for what you need.

The array formula Discover how to use array formulas to streamline your calculations. Opens in new tab and possibly a script is gonna increase your speed here, so you can do as you c1, let's see. Right, so that's quicker than typing upper upper c2, right? So equals U c3. . So you can save a few keystrokes there if you create a script.<br><br>And you should be able to do all of, all of the different types of ones. And then, yeah, the array formula Discover how to use array formulas to streamline your calculations. Opens in new tab , just to be able to type one formula Get familiar with the syntax rules for writing formulas in spreadsheets. Opens in new tab here for the entire column Learn how to apply functions to entire columns efficiently. Opens in new tab is pretty much the fastest that I, I know right now that you can do. And then, yeah, you can also try to use some all caps fonts.

Hopefully that helped you come up with some creative ways.<br><br>Your problem, and if you want to describe your problem in a little bit more detail, I'm more than happy to try again at one of these solutions, probably better than the other's. Bite.</div>

Courses

Sheet Stories / Video Notes + ADDED: Email Notifications

00:00:00

Fast FAQS

Enter Google Drive File Name Get URL

ChatGPT Clone in Google Sheets Part 2

Create an Internal Google Sheets Add-on

Tweet From a Sheet

Why Different Cell References in AI Integration in Sheets?

Show Sheet Tabs Based on Edit

Add Title Case to Google Sheets

How to Power Testimonials with Google Forms and Sheets

Getting Started Coding in Apps Script

Seek Errors When Coding Apps Script

Think Like a Programmer: Develop The Mindset of an Apps Script Coder

ChatGPT Clone in Google Sheets Part 1

Embed a Number in a Website from a Google Sheet

Create Navigation Like A Book or Presentation

Add Click Tracking To Your Google Sheets | Bitly in a Google Sheet

00:29:08

Hold a Giveaway Raffle in a Google Sheet

Quickstart Tutorial OpenAI API in Google Sheets

Capture Emails from Website Form to a Google Sheet (Without Zapier)

Embed a Headline in a Website from Google Sheets

Create a new Spreadsheet from just a Name in a Sheet.

00:05:21

Bjarne Asks: Can I show the Last Time of the Last Edit in a sheet?

00:05:43

Email Yourself a Cell from a Google Sheet, Every Day

OpenSea Data Inside Sheets

Create an Email Campaign Stats Calculator

00:35:13

Twitter App Clone in a Google Sheet

Dylan Asks: How to Automatically Delete Rows If Cell Contains Value

Highlight Row as You Move Your Cell Selection

Create a Timer with Apps Script

LinkTree in a Google Sheet

00:11:22

Password Protecting Data In a Google Sheet

Automatic Weekly Backup of Google Sheets

Create a CPM Custom Function (Create Better Calculators!)

Move Entire Row when a Cell is changed to "Yes" - The $75,000 Google Script

00:12:29

What Can You Automate in Google Sheets? Every single trigger available to Google Sheet users

Sync Two Tabs Without ImportRange()

Google Sheets Stories? No! But we'll add timestamped video notes to your google sheets.

00:00:00

Password Protecting Data In a Google Sheet Part 2 The Basics

Benoit Asks: How to Convert Case

00:07:35

Learn to Code in Google Sheets, For Programmers

Add a Checkbox to Turn on Dark Mode

00:05:10

Write Your First Script

00:08:31

Find Keywords in Any Column. Create quick search dropdown to find keywords

00:09:37

Basic CRM - Add a Powerful Script To Move Row Based on Status

How To Improve: 1,000 Business ideas: Business Idea Generator

00:11:20

Let's Make a Bookmarklet!

00:12:37

Troubleshooting Bitly in a Google Sheet Script

00:07:07

Unique Features - Design a Better Dashboard Part 2

00:04:13

How To Set Up Stripe Webhook to Google Sheets with Google Script

00:22:10

How to Edit a Macro

00:08:22

Sheet Stories / Video Notes + Clear 24 Hour Old Videos

00:35:10

Add A Timestamp to Task Lists (without Now Formula)

00:07:44

Make your Custom Functions Like Native Functions | Custom Function Autocomplete

00:17:58

Create a Changelog Between 2 Cells Custom Function | To learn Double For Loop

00:23:26

New Syntax for WhatChanged Formula in Google Script

00:07:14

How to Record Macros

00:06:20

2 Ways to Delete Lines Quickly (CAREFUL, it's a script!)

00:09:53

Deep Inside Dark Habits Google Script

00:18:54

How to Trigger Macros Daily

00:06:58

5 Ways to Create Coupon Codes | Create UUIDs

Create a Radio Button From Checkboxes Using Google Apps Script

00:15:01