1. By adding the original word over and over again
2. Adding notes all in one cell with CMD + ENTER for new lines
3. Use Apps Script to sort the A column even with groups of rows.
Members-only tutorial
Watch the video and get the practice sheet with membership.
About this Tutorial
Sheet Resources
Video Transcript
<div>0:00 So you may be wanting to format Learn how to format your sheets for better readability and organization. Opens in new tab your sheets like this. In a particular case we have diseases on the left and then some notes Discover tips for adding and managing notes in your sheets effectively. Opens in new tab on the B column.<br>0:10 So what happens is you can sort Understand the basics of sorting data in Google Sheets. Opens in new tab this if and only if you put the same word in all of these A columns.<br>0:20 So, if we did this, we could solve this.
Select these, this range Get to know how to select and work with ranges in your spreadsheets. Opens in new tab , and we could go up to data Explore data management techniques within Google Sheets. Opens in new tab and we could sort range Find out how to sort a specific range in your spreadsheet. Opens in new tab in column A, A to Z Learn how to sort your data alphabetically from A to Z. Opens in new tab , there.<br>0:33 But if we don't have these particular things filled out, if we just want one word here, then now we have these sort Understand the basics of sorting data in Google Sheets. Opens in new tab of blocks that, to humans and to us, it's very readable.<br>0:45 We can see flu and then see these are blank and we can even see go to view, show, no grid Understand the role of grid lines in enhancing sheet readability. Opens in new tab lines, and it really helps, actually, that there's not all of these words here.<br>0:58 Uhm, another way to format Learn how to format your sheets for better readability and organization. Opens in new tab without having to do anything else is to just put these inside of one cell, and this is actually what I prefer.<br>1:09 I do this with command enter, just a new line and then I can add some more.
Some more notes Discover tips for adding and managing notes in your sheets effectively. Opens in new tab here, right?<br>1:16 And this disease over here, yes, now is, uh, is, uh, alphabetical-izable. You can sort Understand the basics of sorting data in Google Sheets. Opens in new tab it. That's, however, only if you want to avoid having to do some Apps Script Get insights into using Apps Script for automating tasks in Sheets. Opens in new tab , but I actually already wrote the Apps Script Get insights into using Apps Script for automating tasks in Sheets. Opens in new tab , go up to extensions, Apps Script Get insights into using Apps Script for automating tasks in Sheets. Opens in new tab .<br>1:36 Script, and we can go here, and we can see the Apps Script Get insights into using Apps Script for automating tasks in Sheets. Opens in new tab , and if you're watching this on bettersheets.co, down below, you can get this exact script.<br>1:46 If you're watching this somewhere else, there should be a link in the description to get this.
And what it is, is just sorting the groups.<br>1:55 These are groups, and it's saying, basically, go to the next, Let's delete that one. Let's go back. Go down here, see all of this.<br>2:02 This is all one group Learn how to group data effectively for better organization. Opens in new tab . Treat it as a group Learn how to group data effectively for better organization. Opens in new tab , and then sort Understand the basics of sorting data in Google Sheets. Opens in new tab it. Uh, and that's really all this is doing.<br>2:08 Uh, you can set a few variables here, like where you want to start the row. If you have more headers Discover the importance of headers in structuring your data. Opens in new tab , you can have a start column where you want to actually alphabetize it by, and then how many columns you have, you can change that as well here in, um, lines 3, 4, and 5.<br>2:26 And there you go.
You can copy and paste this Apps Script Get insights into using Apps Script for automating tasks in Sheets. Opens in new tab , and I'll show you how it works is, we're on sheet 1.<br>2:33 It's actually the active sheet Understand what the active sheet is and how to work with it. Opens in new tab , and we can actually change this a little bit. If you want to change this, get active spreadsheet Learn about the active spreadsheet and its functionalities. Opens in new tab , get sheet by name, and just put sheet 1 there.<br>2:47 Now, every time I run this,</div>