Text Functions in Excel
- Conor Jordan
- Jan 26, 2021
- 2 min read
To buy Microsoft Office 365 click here: https://amzn.to/3pkd9nT

Text functions allows users to extract pieces of text from selected cells, neaten the appearance of text in cells and bring together text from separate cells. The function Left extracts the left part of text within a cell depending on the number of characters the user specifies. The Right function extracts text in the left part of a cell depending on input. The Mid function extracts a set number of characters from the middle of a cell.
Enter information into a spreadsheet to create the following table:

2. Select cell C4
3. On the Formulas tab in the Function 4. Library group, select Text
Select Left

5. Select B4 for the Text textbox
6. For Num_chars type in 2
7. Click OK
8. This returns the first 2 letters of the Product Number
9. Select cell C5
10. On the Formulas tab in the Function Library group, select Text
11. Select Right

12. In the Text textbox select cell B5
13. For Num_chars type in 2
14. Click OK
15. This displays the last 2 letters of the Product Number
16. Select cell C6
17. On the Formulas tab in the Function Library group, select Text
18. Select Mid

19. Select cell B6 for the Text textbox
20. Type in 3 for the Start_num
21. Type in 4 for the Num_chars
22. Click OK
23. This has displayed the 4 numbers in the middle that started at the 3rd number
Trim
The Trim function can remove the spaces between text within a cell. This makes the appearance of text in a cell much clearer and is useful for neatening a range of cells in a worksheet.
Select cell C8
On the Formulas tab in the Function Library group, select Text
Select Trim

4. In the Trim text box, select cell A8
5. Click OK
6. This removes unnecessary spaces between words
Concatenate
This function takes a number of separate cells containing text and joins them together in another cell. This can be useful if a user has a list of contact details and wants the first name and surname of each contact to appear in a single cell.
Select cell C9
On the Formulas tab in the Function Library group, select Text
Select Concatenate

4. In the Text1 textbox, select A9
5. In the Text2 textbox, type in “ “
6. In the Text3 textbox, select B9
7. Click OK
For further information about Advanced Excel, visit the Amazon link below:
Comments