Members-only tutorial

Watch the video and get the practice sheet with membership.

See membership options

Concat Because Concatenate is too hard to Remember!

About this Tutorial

One more function beyond Concatenate and Join that is useful in so many different ways. Concat can be used to quickly create unique columns of data. But watch out for dates!

Featured Formulas

Video Transcript

<div>0:00 Okay, so one of the most interesting Google Sheet formulas is concatenate Learn how to use the CONCAT function to combine values easily in Google Sheets. Opens in new tab . And what Concatenate Learn how to use the CONCAT function to combine values easily in Google Sheets. Opens in new tab does is well, the most common example is when we're combining first name and last name, and we have to get a full name and when we'll use concatenate Learn how to use the CONCAT function to combine values easily in Google Sheets. Opens in new tab .<br>0:18 But it's so funny because Conta concatenate Learn how to use the CONCAT function to combine values easily in Google Sheets. Opens in new tab is very hard to remember. In no way have I ever used this term outside of Google Sheets.<br>0:29 And so sometimes Concat Learn how to use the CONCAT function to combine values easily in Google Sheets. Opens in new tab is actually easier to type, right?

We start typing concat Learn how to use the CONCAT function to combine values easily in Google Sheets. Opens in new tab , and I understand right, that concatenate Learn how to use the CONCAT function to combine values easily in Google Sheets. Opens in new tab , you never have to actually remember it.<br>0:40 You just have to sort Discover sorting techniques to organize your data effectively. Opens in new tab of remember this cate. And then here we have it already selected, so we don't actually have to type it all out.<br>0:48 But concatenate Learn how to use the CONCAT function to combine values easily in Google Sheets. Opens in new tab is the answer when we're looking at pushing the first name and last name together. There's also join. You could do join with a, with a a space, but usually people will say, well, concatenate Learn how to use the CONCAT function to combine values easily in Google Sheets. Opens in new tab A will add a little space here and then this B column, and we'll do that all the way<br>1:10 down, right? And we'll get for full names.

But what's interesting is that Conka is actually very useful here, not the full concatenate Learn how to use the CONCAT function to combine values easily in Google Sheets. Opens in new tab .<br>1:19 If we do this right, we come up with something that looks weird. Let's just concatenate Learn how to use the CONCAT function to combine values easily in Google Sheets. Opens in new tab the first name and last name, A two A, B, and B two.<br>1:30 And what's interesting about Conka is that there's only two values Understand how to work with different types of values in Google Sheets. Opens in new tab . It is like the shortened version of Concatenate Learn how to use the CONCAT function to combine values easily in Google Sheets. Opens in new tab .

And Conka will only ever give you two values Understand how to work with different types of values in Google Sheets. Opens in new tab or allow you to combine Find out how to merge cells for better data presentation. Opens in new tab two values Understand how to work with different types of values in Google Sheets. Opens in new tab .<br>1:43 And looking at this, right, we see this full name, Emmit, marsh, Corbin, Camacho, these, these full names without a space.<br>1:50 And this is very human unreadable, right? Like, well, sort Discover sorting techniques to organize your data effectively. Opens in new tab of, we can see that this is a full name. We can see this.<br>1:59 What's interesting is that you couldn't use this to create sort Discover sorting techniques to organize your data effectively. Opens in new tab of unique Explore how to create unique identifiers in your datasets. Opens in new tab columns.

So for instance, there are a certain number Get insights on handling numbers in Google Sheets. Opens in new tab of people in the world that have a, the same first name, and there are a certain number Get insights on handling numbers in Google Sheets. Opens in new tab of people in the world that have a same last name, right?<br>2:16 Some common like Smith and, and maybe even common names like Adam, right? But it's very rare that you're gonna find people with the exact same name.<br>2:26 Obviously the, the most common first name and the most common last names Will.

And sometimes in some situations, what you can do when you're combining this first name and last name is use Cate.<br>2:38 You can actually use the, the shorter version, and it's much faster, right? To type instead of having to figure out concatenate Learn how to use the CONCAT function to combine values easily in Google Sheets. Opens in new tab .<br>2:46 And it's Concat Learn how to use the CONCAT function to combine values easily in Google Sheets. Opens in new tab . Again, one of the silliest reasons to use Concat Learn how to use the CONCAT function to combine values easily in Google Sheets. Opens in new tab is because you can't remember concatenate Learn how to use the CONCAT function to combine values easily in Google Sheets. Opens in new tab . It's too hard to remember, too hard to spell, but you never have to actually spell it.<br>2:59 You Never, never have to actually do it.

We can also, again, if you are doing this combining first name and last name, what you're actually doing is combining first name, a space, and the last name.<br>3:09 So in fact, join sort Discover sorting techniques to organize your data effectively. Opens in new tab of better a sort Discover sorting techniques to organize your data effectively. Opens in new tab of a better solution or just a different solution because you can create the eliminator, the limiter, right here with a space, and then do the two values Understand how to work with different types of values in Google Sheets. Opens in new tab .<br>3:22 You can do a two a B two, and there you have the exact same answer for com, full name as you have.<br>3:32 And you don't have to remember concatenate Learn how to use the CONCAT function to combine values easily in Google Sheets. Opens in new tab , just the syntax Master the syntax rules for writing formulas in Google Sheets. Opens in new tab is a little different.

But I want to get across in this video that actually Conka has an interesting use case and can be used across a lot of data Learn about managing and analyzing data in Google Sheets. Opens in new tab sets.<br>3:46 If you want to create a unique Explore how to create unique identifiers in your datasets. Opens in new tab column where Understand how to use the QUERY function with WHERE clauses. Opens in new tab maybe you have something like a report status, and then you have a date, right?<br>3:55 Maybe the status and the date don't change very often but there's many statuses and many dates, and you can create sort Discover sorting techniques to organize your data effectively. Opens in new tab of a unique Explore how to create unique identifiers in your datasets. Opens in new tab column, which is like status date.<br>4:05 But I do wanna share Discover how to share your Google Sheets with others. Opens in new tab with you one interesting thing that happens with dates.

If you are combining dates into sort Discover sorting techniques to organize your data effectively. Opens in new tab of a unique Explore how to create unique identifiers in your datasets. Opens in new tab identifier if you do add 'em with something like Conka, you're going to actually get the original number Get insights on handling numbers in Google Sheets. Opens in new tab , which is the number Get insights on handling numbers in Google Sheets. Opens in new tab of days since January 1st, 1900 in<br>4:27 this case. 10 October 4th, 2022 is actually 44 8 38. That is literally the number Get insights on handling numbers in Google Sheets. Opens in new tab of days since January 1st, 1900.

And so, dates in Google Sheets are very weird because if you type out a date, like let's say 6, 10, 20, 22 this looks like and is considered June 10th, 2022.<br>4:54 But in actuality, the underlying data Learn about managing and analyzing data in Google Sheets. Opens in new tab , what, what Google Sheets remembers and, and has is it's 44 7 22, or 44,722. So combining dates with Conka, you're gonna end up with these unique Explore how to create unique identifiers in your datasets. Opens in new tab sort Discover sorting techniques to organize your data effectively. Opens in new tab of numbers that don't really look like dates, right?<br>5:13 But we as Google Sheets users will now know this right from this video.

And so just by creating unique Explore how to create unique identifiers in your datasets. Opens in new tab columns is not necessarily what our end result is.<br>5:26 Maybe we want to create a unique Explore how to create unique identifiers in your datasets. Opens in new tab column because we want to know you know, we want to have unique Explore how to create unique identifiers in your datasets. Opens in new tab identifiers in filters when accessing that data Learn about managing and analyzing data in Google Sheets. Opens in new tab set.<br>5:35 So this should give you at least one more option beyond just concatenate Learn how to use the CONCAT function to combine values easily in Google Sheets. Opens in new tab . Beyond join Conka sometimes is very useful if you're combining only two elements, two items, and it can be very good, again, for unique Explore how to create unique identifiers in your datasets. Opens in new tab identifiers, a unique Explore how to create unique identifiers in your datasets. Opens in new tab rows or columns inside your dataset Learn how to work with datasets effectively in Google Sheets. Opens in new tab .</div>