
- MS Excel Basics
- Excel - Home
- Excel - Getting Started
- Excel - Explore Window
- Excel - Backstage
- Excel - Entering Values
- Excel - Move Around
- Excel - Save Workbook
- Excel - Create Worksheet
- Excel - Copy Worksheet
- Excel - Hiding Worksheet
- Excel - Delete Worksheet
- Excel - Close Workbook
- Excel - Open Workbook
- Excel - Context Help
- Editing Worksheet
- Excel - Insert Data
- Excel - Select Data
- Excel - Delete Data
- Excel - Move Data
- Excel - Rows & Columns
- Excel - Copy & Paste
- Excel - Find & Replace
- Excel - Spell Check
- Excel - Zoom In-Out
- Excel - Special Symbols
- Excel - Insert Comments
- Excel - Add Text Box
- Excel - Undo Changes
- Formatting Cells
- Excel - Setting Cell Type
- Excel - Setting Fonts
- Excel - Text Decoration
- Excel - Rotate Cells
- Excel - Setting Colors
- Excel - Text Alignments
- Excel - Merge & Wrap
- Excel - Borders and Shades
- Excel - Apply Formatting
- Formatting Worksheets
- Excel - Sheet Options
- Excel - Adjust Margins
- Excel - Page Orientation
- Excel - Header and Footer
- Excel - Insert Page Breaks
- Excel - Set Background
- Excel - Freeze Panes
- Excel - Conditional Format
- Working with Formula
- Excel - Creating Formulas
- Excel - Copying Formulas
- Excel - Formula Reference
- Excel - Using Functions
- Excel - Builtin Functions
- Advanced Operations
- Excel - Data Filtering
- Excel - Data Sorting
- Excel - Using Ranges
- Excel - Data Validation
- Excel - Using Styles
- Excel - Using Themes
- Excel - Using Templates
- Excel - Using Macros
- Excel - Adding Graphics
- Excel - Cross Referencing
- Excel - Printing Worksheets
- Excel - Email Workbooks
- Excel- Translate Worksheet
- Excel - Workbook Security
- Excel - Data Tables
- Excel - Pivot Tables
- Excel - Simple Charts
- Excel - Pivot Charts
- Excel - Keyboard Shortcuts
- MS Excel Resources
- Excel - Quick Guide
- Excel - Useful Resources
- Excel - Discussion
How to Add Text in the Middle of Selected Cells in Excel?
Suppose you have an Excel sheet with a column of data and you need to add a string of text at a specific position in all the column data. In such cases, you don't have to type the entire data all over again to update the given column data. In this tutorial, we will demonstrate in a few simple steps how you can add the new data in between an existing set of data.
Add Text in the Middle of Selected Cells in Excel
Suppose we have an Excel sheet with a list of data that starts with the letter "A" and the sequence is in the order "A10747234". And, we want to change the series of data to "AD10747234". Then, we can use a formula to add a "D" to the sequence for all the given data.
Step 1
Open an Excel sheet and insert a sequence of data, as shown below −

Step 2
Now, click the cell where you want to show the updated data, and insert the formula =LEFT(A2,1) & "D" & MID(A2,2,100) in the formula box −

Press "Enter" to get the first result.

Step 3
After getting the first result in the selected cell, just drag it from the right corner to get all the other results.

This is how you can insert the data between the text in selected cells.
Tips to Understand the Formula Used
In our example, we have used the following formula −
=LEFT(A2,1) & "D" & MID(A2,2,100)
Here "A2" represents the address of the data where changes needed to be made. "1" represents the data inserted after one character in the data.
"D" is the date that we want to insert. "MID" represents the middle. "100" represents the end characters of the data.
We can change the way of inserting the data just by changing the formula.
- Related Articles
- How To Add Text Cells Together Into One Cell In Excel?
- How to Add Text at the Beginning or End of All Cells in Excel?
- How to Add Units to Cells in Excel?
- How to Convert HTML to Text in Cells in Excel?
- How to add borders automatically to cells in Excel?
- How to center text across multiple cells in Excel?
- How to hide or display cells with zero values in selected ranges in Excel?
- How to Auto-Select the Text of a Textbox When It is Selected in Excel?
- How to Add Trailing Spaces to Text in Excel?
- How to add all borders to cells with shortcuts in Excel
- How to add comma at the end of cell/text in Excel?
- How to Add Prefix or Suffix to a Range of Cells in Excel
- How to Add Words/Texts from Different Cells Together in Excel?
- How To Add Text Box To a Chart In Excel?
- How to Add Percentage Symbol for Multiple Numbers in Cells in Excel?
