<div>00:00 So Jodi's asking to
combine
Learn how to merge cells effectively in Google Sheets.
Opens in new tab
multiple sheets into one sheet. Hi Jodi, if you're watching this video.
And there's one
parameter
Understand parameters and their role in Google Sheets functions.
Opens in new tab
that is very interesting that I think elicits a possible video here, why I'm making this video, and also ends up being we might not have a real solution here.<br>00:20 So what she- She wants is a main sheet, she has multiple sales pages, and she could have, you know, one salesperson, two salespeople, three- multiple salespeople.<br>00:29 They have all of their information here of what they're doing, the different sales and the CRM,
sort
Discover how to sort data in Google Sheets for better organization.
Opens in new tab
of, we're putting all that information here.<br>00:36 She wants a main sheet,
where
Explore the WHERE clause in Google Sheets queries.
Opens in new tab
they all come together.
Now this is relatively simple, but there is a big butt here.<br>00:46 She does not want the rows to come in as rows
where
Explore the WHERE clause in Google Sheets queries.
Opens in new tab
they are, so she wants them, Jodi, as I get from your email, you want them to come in as they come in.<br>01:01 Like, based on the time at which they, or the order they come in. So if one salesperson comes in, and then another salesperson comes in with another order, you want those to be in that order, not as a sheet order.<br>01:15 So, the first thing I thought of, right, is to do something like
import
Find out how to import data from other sheets or files.
Opens in new tab
rain.
You can do
import
Find out how to import data from other sheets or files.
Opens in new tab
range
Learn about defining ranges in Google Sheets for formulas.
Opens in new tab
, or this is in the same sheet.<br>01:27 So we can do
array formula
Utilize ARRAYFORMULA to apply functions across ranges.
Opens in new tab
. Actually, not even
array formula
Utilize ARRAYFORMULA to apply functions across ranges.
Opens in new tab
, sorry. We can do curly brackets, that's all we need.<br>01:36 Sales one, we need them in quotes, say, Sales one, because there's a space there, in single quotes, exclamation point, a colon b.<br>01:49 And I'm just gonna get, yeah, I'm gonna get all of a colon b, hmmm, yeah. And then a semicolon, and I'm gonna take exactly that, but do it for sales two.<br>01:59 And this will, end up getting some solution, but not the solution that you already want.
So how do we go from,
where
Explore the WHERE clause in Google Sheets queries.
Opens in new tab
do we go from this?<br>02:08 We have now from sales one, two, three, but we need to do a little bit more work. I realize we probably don't need the
header
Understand the importance of headers in your data tables.
Opens in new tab
again, so we can change the a's to a two.<br>02:21 We probably don't want all of the everything, so we don't need a thousand rows here. So let's just delete a bunch of these rows so we can see
sort
Discover how to sort data in Google Sheets for better organization.
Opens in new tab
of what's going on easier.<br>02:35 I'm gonna try to delete all the rows. Let's do the delete, the deleting of the rows. Let's see. Here.
Sort
Discover how to sort data in Google Sheets for better organization.
Opens in new tab
of the loom is getting in the way.<br>02:44 Alright so we go back to our main, and there it is. You know, we can absolutely
sort
Discover how to sort data in Google Sheets for better organization.
Opens in new tab
this if we had some way to
sort
Discover how to sort data in Google Sheets for better organization.
Opens in new tab
it, right?<br>03:01 Maybe date. There's some date here. Let's make a date. Let's put all those dates as well here. Doesn't matter if they're all the same date.<br>03:17 You'll see what happens in a hot second, or what we can do.
And the main will grab not to colon B, but to colon C.<br>03:28 And you might see one other
error
Troubleshoot common errors you might encounter in Sheets.
Opens in new tab
, or issue that we have to overcome is that we don't know who the salesperson is for any of these.<br>03:35 So perhaps, you know, we enter another column, and we put salesperson here. And you're looking at this and you're like, but this doesn't solve the actual problem we're talking about, but it is fine.<br>03:48 We'll get to that in a moment. Wait, this was three, three, three. Okay, so now we got all of our
data
Get insights on managing and analyzing data in Google Sheets.
Opens in new tab
in the same place.<br>03:57 Let's do D colon D, not to colon C. There we go.
So now we have the salesperson. And as you can see, this is exactly what Jody was trying to avoid, right?<br>04:10 We have all of these rows and we don't have the sales in the order of the date. So one simple thing we can do here, which could
sort
Discover how to sort data in Google Sheets for better organization.
Opens in new tab
of.<br>04:22
Sort
Discover how to sort data in Google Sheets for better organization.
Opens in new tab
of solve this problem is we just do an equal
sort
Discover how to sort data in Google Sheets for better organization.
Opens in new tab
. We can
sort
Discover how to sort data in Google Sheets for better organization.
Opens in new tab
these columns. One actually, A2, colon D, the
sort
Discover how to sort data in Google Sheets for better organization.
Opens in new tab
column will be C.<br>04:36 No, not C. Sorry, C. So that means three. We have to put a three here. Is it ascending? Do we want the date to go from.<br>04:44 The lowest date to the highest date. In this case, I think true.
But you'll see maybe we want it reverse chronological order.<br>04:54 And let's do that as well. We just change it's true to false and that's reverse chronological order. So the ones at the top are the newest ones.<br>05:03 . And as you can see, the salespeople are different. One, two, three. And we have here the name of the person, the status and the date.<br>05:12 And this date could be whatever date is it that you want to
sort by
Learn how to sort data by specific criteria in Sheets.
Opens in new tab
. So this is a solution. We can take this sorting and actually move it.<br>05:23 So we can actually do this like a
data
Get insights on managing and analyzing data in Google Sheets.
Opens in new tab
, call this
data
Get insights on managing and analyzing data in Google Sheets.
Opens in new tab
and then call this one main.
And there we go.<br>05:32 We got our sorting. Let's make sure this is actually the right color,
background color
Customize your Sheets with background colors for clarity.
Opens in new tab
we like here. Excuse me. So now instead of just taking all that information, putting it on one sheet and done, we do have to do a little bit of work here with this
data
Get insights on managing and analyzing data in Google Sheets.
Opens in new tab
page.<br>05:54 We don't need all of these columns. And we end up getting, you know, an order if this is if your.<br>06:05
Data
Get insights on managing and analyzing data in Google Sheets.
Opens in new tab
has some way to
sort
Discover how to sort data in Google Sheets for better organization.
Opens in new tab
it. If you have literally within the
data
Get insights on managing and analyzing data in Google Sheets.
Opens in new tab
away to
sort
Discover how to sort data in Google Sheets for better organization.
Opens in new tab
it, then you can do it this way.<br>06:12 But let's talk about other issues. You might not have a date.
You might enter this information and be done and think, okay, I enter the information.<br>06:21 I know when I enter this information. Google sheets knows when I. I enter this information. Why can't I just
sort
Discover how to sort data in Google Sheets for better organization.
Opens in new tab
it by the date which I enter that information?<br>06:28 Well, Google sheets does
sort
Discover how to sort data in Google Sheets for better organization.
Opens in new tab
of know when you enter it, but it doesn't care. It, it, it cares showing the information as is about the information and the value that's inside the cell.<br>06:41 Sure, like you have here.
Where
Explore the WHERE clause in Google Sheets queries.
Opens in new tab
is it?
Where
Explore the WHERE clause in Google Sheets queries.
Opens in new tab
is it? Oh, they moved it around.
You have a
version history
Access and understand version history in Google Sheets.
Opens in new tab
here.<br>06:53 Oh, it's just, but last edit, Google sheets knows when you edit this stuff. And so like, why can't we use that information?<br>07:02 And, and we
sort
Discover how to sort data in Google Sheets for better organization.
Opens in new tab
of can. We can. Use that information, but we have to use it at the moment at which it happens.<br>07:07 We can create a little
timestamp
Implement timestamps to track changes in your Sheets.
Opens in new tab
. I'm gonna close this. We can. Do some kind of on edit, but here's a thing.<br>07:15 I can show you this process, but it's going to be very determinant on when you think something is edited.
And when you think something has been entered if salespeople are entering information and then updating that information for each and every edit that they do, the
timestamp
Implement timestamps to track changes in your Sheets.
Opens in new tab
will change.<br>07:35 If you say you know, go into
Apps Script
Explore Google Apps Script for advanced Sheets automation.
Opens in new tab
, create a little
timestamp
Implement timestamps to track changes in your Sheets.
Opens in new tab
.
App script
Explore Google Apps Script for advanced Sheets automation.
Opens in new tab
and say on edit, we have let's see.<br>07:44 This shows up. Can you
function
Get familiar with functions and their applications in Sheets.
Opens in new tab
?
Function
Get familiar with functions and their applications in Sheets.
Opens in new tab
on edit. We'll just have to type it with an E here. And in this
Apps Script
Explore Google Apps Script for advanced Sheets automation.
Opens in new tab
, we can say whenever there's an event E, we can call this event as well.<br>08:01 Whenever there's an event E, take down the time, take down.
Where
Explore the WHERE clause in Google Sheets queries.
Opens in new tab
it's edited, and then we can add in, like, if this event, you know, dot time or whatever, we end up coding this as.<br>08:15 I'm just not going to show you in this video because I have it is about unedited and adding timestamps and stuff here on better sheet.<br>08:20 So I'll try to link those as well to you in the description. But we can add this. The issue is going to be selecting when that on edit and when the time is actually edited.<br>08:32 You just need to know, is it when the name is entered? Is it any time the status is entered?
Is it when it's entered and then if it had a blank before and then it has a new thing?<br>08:45 You edit it or you update the information, it has some value before. That means you might just, you might not want that
timestamp
Implement timestamps to track changes in your Sheets.
Opens in new tab
to be updated.<br>08:54 You maybe only want that
timestamp
Implement timestamps to track changes in your Sheets.
Opens in new tab
to be added once and done, never added to, never edit it again. You just need to say that date and this date could be completed date.<br>09:07 It could also be last updated date.
So you could update the state no matter what, anytime any column is updated in this row.<br>09:19 So all of these questions is why I said at the beginning of this video that like we might not have a solution.<br>09:25 It, I could
sort
Discover how to sort data in Google Sheets for better organization.
Opens in new tab
of show you these options, but I also show you in other videos like a
timestamp
Implement timestamps to track changes in your Sheets.
Opens in new tab
video, how to create a
timestamp
Implement timestamps to track changes in your Sheets.
Opens in new tab
in a cell on an edit.<br>09:34 We have these options available. It is up to you to
select
Learn about the SELECT clause in Google Sheets queries.
Opens in new tab
when these things actually matter. If you don't want this
data
Get insights on managing and analyzing data in Google Sheets.
Opens in new tab
.<br>09:42 So I showed you a little simple way.
Gather all the
data
Get insights on managing and analyzing data in Google Sheets.
Opens in new tab
with this curly brackets and then
sort
Discover how to sort data in Google Sheets for better organization.
Opens in new tab
it literally using the
sort
Discover how to sort data in Google Sheets for better organization.
Opens in new tab
tab.<br>09:52 This also has some problems
where
Explore the WHERE clause in Google Sheets queries.
Opens in new tab
you can't edit this information. You must edit it on a sales page. That might be a good limitation though.<br>10:00 It might be the
limit
Understand how to limit results in Google Sheets queries.
Opens in new tab
you need the the rails you need the constraints you need. It might be. If.
However you need to edit it in two places.<br>10:08 I do have another video about that which is a little app strip that says take these two tabs and just update it no matter which one is edited.<br>10:16 That can be problematic if especially if you have multiple sales people and you have different information onto pages that video is very much about the information on both.<br>10:26 Both of these tabs are the same information and just need to be updated and cross-referenced.
So I hope this is okay of an answer and it is a hundred percent okay if someone, a better seats member is watching this and you're like you didn't solve my particular problem.<br>10:43 One, you can email me and two, you can go watch. Other videos because I have videos on time stamping, I have videos on edit, there's an entire course
Spreadsheet
Get to know the basics of working with spreadsheets.
Opens in new tab
Automation 101.<br>10:52 If you're a member and watching this,
Spreadsheet
Get to know the basics of working with spreadsheets.
Opens in new tab
Automation 101 is completely free for you.
Just go and start the course, three hour course, talk to all about
App Script
Explore Google Apps Script for advanced Sheets automation.
Opens in new tab
.<br>11:00 So all of the things I didn't talk about today it covers. And, If you are wondering how to do this
where
Explore the WHERE clause in Google Sheets queries.
Opens in new tab
the
data
Get insights on managing and analyzing data in Google Sheets.
Opens in new tab
is on other sheets, check out
Import
Find out how to import data from other sheets or files.
Opens in new tab
Range
Learn about defining ranges in Google Sheets for formulas.
Opens in new tab
.<br>11:15
Import
Find out how to import data from other sheets or files.
Opens in new tab
Range
Learn about defining ranges in Google Sheets for formulas.
Opens in new tab
is gonna gather information from other
Spreadsheet
Get to know the basics of working with spreadsheets.
Opens in new tab
files. So that will get you to this point here. I'm just using curly brackets because it's a very simple way to gather a range.<br>11:26 And get them listed in a particular order and exactly the order that Jody didn't want.
And so hopefully then the
sort
Discover how to sort data in Google Sheets for better organization.
Opens in new tab
formula
Master the syntax used in Google Sheets formulas.
Opens in new tab
will
sort
Discover how to sort data in Google Sheets for better organization.
Opens in new tab
you out, but you do have plenty more options beyond this.<br>11:41 Depending on, you know, what is an edit, what is a date? You want timestamps? Do you want? Do you want the information to be the same across all
cells
Learn how to effectively manage and manipulate cells in Sheets.
Opens in new tab
?<br>11:50 Do you want it to be editable on both
cells
Learn how to effectively manage and manipulate cells in Sheets.
Opens in new tab
? All of these add each one adds just one layer of complexity each time.<br>11:56 So hopefully this was an okay video for you and you got some interesting tidbits about what cheats can do.</div>