Adding two words in Excel is super easy! All you need to do is use a simple formula to combine the contents of two cells. Just follow a few quick steps, and you’ll be merging text in no time.
How to Add Two Words in Excel
In this guide, you’ll learn how to combine text from two cells in Excel using the CONCATENATE function or the “&” operator. Both methods are straightforward and achieve the same result, so feel free to use the one that suits you best.
Step 1: Open Excel
First, open your Excel file. If you don’t have one already, create a new sheet by opening Excel and starting a new workbook.
Opening Excel is the initial step to get started. Ensure you have the cells with the words you want to combine already populated with some text.
Step 2: Select the Cell for the Combined Text
Identify the cell where you want the combined text to appear. Click that cell to make it active.
Choosing the right cell is important because this is where the magic happens. This cell will display the combined text from your two original cells.
Step 3: Enter the CONCATENATE Formula
Type =CONCATENATE(A1, " ", B1) into the selected cell, replacing A1 and B1 with the actual cell references you want to combine.
The CONCATENATE function is a reliable way to merge text. The space within the quotes (" ") ensures that there’s a space between the two words.
Step 4: Use the “&” Operator (Alternative Method)
Alternatively, you can type =A1 & " " & B1 into the selected cell, again replacing A1 and B1 with your specific cell references.
The “&” operator is a quicker method for combining text. Just like in the CONCATENATE function, the quotes with a space (" ") add a space between the words.
Step 5: Press Enter
After typing the formula, press Enter on your keyboard. The combined text will now appear in the selected cell.
Pressing Enter finalizes the formula, and Excel will display the merged text from your specified cells.
Once you’ve completed these steps, your chosen cell will show the combined text from the two original cells. Your two words will now be seamlessly merged into one cell, either with a space between them or without, depending on your input.
Tips for Adding Two Words in Excel
- Use the CONCAT function instead of CONCATENATE if you’re using Excel 2016 or later; it’s shorter and easier to type.
- Always double-check your cell references to avoid errors.
- You can add more than just a space between words—try adding other characters or even more words.
- If you need to combine text from multiple cells, simply extend the formula:
=CONCATENATE(A1, " ", B1, " ", C1). - Use the TEXTJOIN function if you need to combine text from a range of cells with a delimiter.
Frequently Asked Questions
What does the CONCATENATE function do?
The CONCATENATE function combines the text from multiple cells into one cell. It’s useful for merging separate pieces of information.
Can I add more than two words?
Yes, you can combine text from multiple cells. Just include all the cells you want to merge in the CONCATENATE function or with the “&” operator.
How do I add a space between the words?
Include a space in quotes within the formula, like this: " ". This ensures a space appears between the combined words.
Is there a shortcut to typing CONCATENATE?
Yes, you can use the “&” operator to combine text more quickly. For example: =A1 & " " & B1.
What should I do if my formula doesn’t work?
Check your cell references and ensure you’ve typed the formula correctly. Ensure there are no extra spaces or missing punctuation.
Step-by-Step Summary
- Open Excel.
- Select the cell for the combined text.
- Enter the CONCATENATE formula.
- Use the “&” operator as an alternative.
- Press Enter.
Conclusion
Adding two words in Excel is a breeze once you know the steps. Whether you use the CONCATENATE function or the “&” operator, the outcome is the same: a seamless merging of text from different cells. Don’t forget to explore the various tips shared to make your life even easier. With practice, you’ll find yourself combining text effortlessly, speeding up your workflow, and making your data presentation cleaner and more efficient. So go ahead, open that Excel sheet, and start merging those words like a pro! If you found this article helpful, consider exploring more Excel tips and tricks to further enhance your data management skills.

Matt Jacobs has been working as an IT consultant for small businesses since receiving his Master’s degree in 2003. While he still does some consulting work, his primary focus now is on creating technology support content for SupportYourTech.com.
His work can be found on many websites and focuses on topics such as Microsoft Office, Apple devices, Android devices, Photoshop, and more.