0
0
Google Sheetsspreadsheet~5 mins

CONCATENATE and JOIN in Google Sheets - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does the CONCATENATE function do in Google Sheets?
It joins two or more text strings into one continuous string without any separator.
Click to reveal answer
beginner
How is JOIN different from CONCATENATE?
JOIN combines multiple text strings but adds a separator between each string, like a comma or space.
Click to reveal answer
beginner
Example: What is the result of =CONCATENATE("Hello", " ", "World")?
The result is "Hello World" because CONCATENATE joins all parts exactly as given.
Click to reveal answer
beginner
Example: What does =JOIN(", ", {"Apple", "Banana", "Cherry"}) return?
It returns "Apple, Banana, Cherry" with commas and spaces between each fruit.
Click to reveal answer
intermediate
Can CONCATENATE join ranges or arrays directly?
No, CONCATENATE joins individual strings or cell references but does not handle arrays or ranges like JOIN does.
Click to reveal answer
Which function would you use to combine text with a comma between each item?
ACONCATENATE
BSUM
CJOIN
DAVERAGE
What is the output of =CONCATENATE("A", "B", "C")?
A"A B C"
B"ABC"
C"A,B,C"
D"A-B-C"
Which function can join a range of cells with a space between each value?
AJOIN
BRIGHT
CLEFT
DCONCATENATE
If you want to join text strings without any separator, which function is best?
ACONCATENATE
BJOIN with empty string separator
CTEXTJOIN
DSPLIT
What happens if you use JOIN with an empty string as separator?
AIt adds spaces between text
BIt joins text with commas
CIt returns an error
DIt joins text without any separator
Explain how CONCATENATE and JOIN differ when combining text in Google Sheets.
Think about whether you want spaces or commas between words.
You got /4 concepts.
    Describe a real-life example where you would use JOIN instead of CONCATENATE.
    Imagine making a shopping list or a sentence.
    You got /4 concepts.