CONCATENATE lets you combine two or more things in one cell—and despite the long name, it's actually easy to use. It works the same way in all versions of Excel, as well as in other spreadsheet applications like Google Sheets.
Now that we have our arguments, we can type the following formula into cell E2:
=CONCATENATE(B2, " ", A2)
In the current version of Excel, you can use the new CONCAT function instead of CONCATENATE. The two functions work the same way.
Just like any function, the syntax is important. Make sure to start with an equals sign, and separate each argument with a comma. Note: Depending on where you live, you may need to separate the arguments with a semicolon (;) instead of a comma.
That's it! When you press Enter, it should display the full name: Josephine Carter.
Type the following formula into cell E19:
=CONCATENATE(F17, " ", F16)Let's say we want it to say We have 25 apples. We'll just need to add an argument at the beginning that says We have:
=CONCATENATE("We have ", F17, " ", F16)
If you wanted to, you could add even more arguments to create more complex statements. Just keep in mind that the syntax always needs to be exactly right, or the formula may not work—and it's easier to make a mistake with a longer formula.
94 videos|62 docs|15 tests
|
|
Explore Courses for Class 6 exam
|