
- 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 Semicolon to Each Cell in Excel?
If you have a huge Excel sheet with lots of data and there is a requirement to add a semicolon to each cell, then you wouldn't surely do it manually. In this tutorial, we will show you a simple hack that you can use for this purpose.
Adding Semicolon to Each Cell Using "&" Operator
Let's start with the first method. You can add a semicolon to each cell using the "&" operator.
Step 1
Let us consider we have the following Excel sheet that contains a list of numbers and names. We will be using the concept of adding suffix to a list of data.

Click an empty cell where you want to show the first result and then enter the formula =A1&";" in the formula box and hit the "Enter" button. It will append a semicolon to the text given in "A1". See the following screenshot:

Step 2
To get all the other results, just darg down from the corner till all the results are filled.

Adding Semicolon to Each Cell using CONCAT
This is the second method. You can use the CONCAT method to concatenate a semicolon at the end of each cell.
Step 1
Let us consider the same data which we used in the above example. Click an empty cell where you want to display the first result, enter the formula =concat(A1,";") in the formula box, and hit the "Enter" button. It will produce the following result:

Step 2
To get all the other results, just darg down from the corner till all the results are filled. Our final output will look like the one shown below:

Conclusion
In this tutorial, we used two different methods to demonstrate how you can add a semicolon to the existing data in an Excel sheet in a very easy and efficient way.
- Related Articles
- How to add a character before each word in a cell in Excel
- How to Add a Comma after the First Word in Each Cell in Excel?
- How to Add Periods to The End of Cell Contents in Excel?
- How To Add Text Cells Together Into One Cell In Excel?
- How to add 1 to a specified cell if the cell contains certain text in Excel
- How to add comma at the end of cell/text in Excel?
- How to Auto-Increment Cell Value in Excel after Each Printing?
- How to add check mark in a cell with double clicking in Excel
- How to Add a Hyperlink to a Specific Part of a Cell in Excel?
- How to add comma between every single number in a cell of Excel?
- How to Auto Add/Enter Current Date/Time in a Cell with Double Clicking in Excel?
- How to Copy Cell Format from One Cell (One Sheet) to Another Cell (Sheet) in Excel?
- How to add comment to chart in Excel?
- How to add hyperlink to comment in Excel?
- How to Add Units to Cells in Excel?
