How to insert / add apostrophe in front of numbers in Excel?
Adding apostrophe in front of numbers can make the numbers become text format, if there are multiple number cells needed to be added the leading apostrophe, how could you do except inserting them one by one in Excel?
Insert / Add apostrophe in front of numbers with VBA code
Insert / Add apostrophe in front of numbers with Convert between Text and number
Insert / Add apostrophe in front of numbers with Add Text of Kutools for Excel
Insert / Add apostrophe in front of numbers with VBA code
The following simple code may help you to insert apostrophe before each number in a selection, please do as follows:
1. Select the range of numbers that you want to add the apostrophe.
2. Hold down the ALT + F11 keys to open the Microsoft Visual Basic for Applications window.
3. Then click Insert > Module, and paste the following code in the Module window.
VBA code: Insert apostrophe in front of numbers at once:
Sub Addapostrophe()
'updateby Extendoffice 20151207
For Each cell In Selection
cell.Value = "'" & cell.Value
Next cell
End Sub
4. After pasting the code, then press F5 key to run this code, and the apostrophe has been inserted in front of the numbers at once.
![]() |
![]() |
![]() |
Insert / Add apostrophe in front of numbers with Convert between Text and number
If you have Kutools for Excel’s Convert between Text and Number utility, you can quickly convert the numbers to text format with the leading apostrophe.
Kutools for Excel : with more than 300 handy Excel add-ins, free to try with no limitation in 30 days. |
After installing Kutools for Excel, please do as this:
1. Select the numbers that you want to add the leading apostrophe.
2. Click Kutools > Content > Convert between Text and Number, see screenshot:
3. In the Convert between Text and Number dialog box, please select Number to text, and click Ok or Apply, and the apostrophe has been added in front of the numbers as following screenshot shown:
Insert / Add apostrophe in front of numbers with Add Text of Kutools for Excel
With another feature-Add Text of Kutools for Excel also can help you to finish this job. The Add Text utility can help you to insert any characters or texts before, after or at specific position of the cell content. Please do as follows:
1. Select the numbers that you want to add the leading apostrophe.
2. Then click Kutools > Text > Add Text, see screenshot:
3. In the Add Text dialog box, type the apostrophe ' into the Text box, and select Before first character option under the Position section, then click Ok or Apply button, and the apostrophe has been added before each number in the selections, see screenshot:
Click to Download and free trial Kutools for Excel Now!
Demo: Insert / Add apostrophe in front of numbers with Add Text of Kutools for Excel
Related articles:
How to remove leading apostrophe from numbers in Excel?
How to add / insert certain character every x characters into cells?
Best Office Productivity Tools
Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time. Click Here to Get The Feature You Need The Most...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
