
- 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 a character before each word in a cell in Excel
The purpose of this article is to show you how you can use a formula in Excel in order to add a specified character before each word in a cell.
Add a Character before each word in a cell with the Formula
The following instructions will help you to add one or a few characters before each word that appears in an Excel cell.
Step 1
Open an Excel workbook, select a cell blank cell and enter the below formula mentioned formula into the formula bar and then press Enter key.
=”Character”&SUBSTITUTE(cell reference,’’ “,“character”)
Consider you need to add a word or name, I have taken the name in this case as “James-” before each word in cell A2. Below is the Excel sheet with some values in it.
Step 2
Now I’ll change the formula as per my requirement and will enter in the formula bar to get the result that I needed and then press Enter Key. Below is the formula you need to enter.
=“James-”&SUBSTITUTE(A2,” “,”James-”)
Step 3
Now you will get the result as James-Hello, James-Welcome. You can give multiple values that you desire and just drag the Fill Handle down to get the result.
This is how you will add a character before each word in a cell in the Excel workbook.
Note
If the text strings in your formula are separated by other delimiters than commas, you will need to replace the comma in the formula with the specific delimiter that you use.
Kindly check the formula, since you are changing it as per your selected character, before entering it in an Excel workbook.
Check that you have included the commas in the formula if you miss anything in the formula it will throw an error instead of giving the needed result.
- Related Articles
- How to Add a Comma after the First Word in Each Cell in Excel?
- How to Add Semicolon to Each Cell in Excel?
- How to add comma before number in Excel?
- How to Add a Hyperlink to a Specific Part of a Cell in Excel?
- How to add a character to the beginning of every word in a string in JavaScript?
- How to add check mark in a cell with double clicking in Excel
- How to add 1 to a specified cell if the cell contains certain text in Excel
- How to check if first character in a cell is a letter or number in Excel?
- How To Check If Cell Begins Or Ends With A Specific Character In Excel?
- How to print the first character of each word in a String in Java?
- How to add comma between every single number in a cell of Excel?
- How to find capitalized words and add a character before that in a given sentence using JavaScript?
- How to find the frequency of a particular word in a cell of an excel table using Python?
- Golang program to capitalize first character of each word in a string
- How To Add Text Cells Together Into One Cell In Excel?
