0
0
Excelspreadsheet~5 mins

CONCATENATE and CONCAT in Excel - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does the CONCATENATE function do in Excel?
It joins two or more text strings into one continuous text string.
Click to reveal answer
intermediate
How is CONCAT different from CONCATENATE?
CONCAT is a newer function that can join ranges and individual strings, while CONCATENATE only joins individual strings.
Click to reveal answer
beginner
Write a formula to join the text in cells A1 and B1 with a space between using CONCATENATE.
CONCATENATE(A1, " ", B1)
Click to reveal answer
intermediate
Write a formula to join the text in cells A1 to A3 using CONCAT.
CONCAT(A1:A3)
Click to reveal answer
intermediate
Why might you prefer CONCAT over CONCATENATE in modern Excel versions?
Because CONCAT can handle ranges directly and is more flexible, making formulas shorter and easier to write.
Click to reveal answer
Which function can join a range of cells directly in Excel?
ACONCAT
BCONCATENATE
CSUM
DLEFT
What will the formula =CONCATENATE("Hello", " ", "World") output?
AHello, World
BHelloWorld
CHello World
DError
If A1 contains 'Good' and B1 contains 'Morning', what does =CONCAT(A1, B1) return?
AGoodMorning
BGood Morning
CGood, Morning
DError
Which function is recommended for joining text in Excel 365 and later?
ACONCATENATE
BLEFT
CTEXTJOIN
DCONCAT
What happens if you use CONCATENATE with a range like A1:A3?
AIt joins all cells in the range
BIt returns an error
CIt joins only the first cell
DIt sums the values
Explain how to join text from multiple cells with spaces using CONCATENATE and CONCAT.
Think about how spaces are added between words.
You got /3 concepts.
    Describe the advantages of using CONCAT over CONCATENATE in Excel.
    Focus on flexibility and ease of use.
    You got /3 concepts.