Skip to main content

How to remove numbers from text strings in Excel?

For example there are many numbers mixed in a text string, and you want to remove these numbers from the text string. How to get it done? This article will introduce a couple of tricky methods to remove numbers from text string cells in Excel easily.


Remove numbers from text strings with User Defined Function

This method will introduce a User Defined Function to remove numbers from text strings easily in Excel. Please do as follows:

1. Press Alt + F11 keys simultaneously to open the Microsoft Basic for Application window.

2. Click Insert > Module, and then paste the following VBA code into the opening Module window.

VBA: Remove Numbers from Text Strings in Excel

Function RemoveNumbers(Txt As String) As String
With CreateObject("VBScript.RegExp")
.Global = True
.Pattern = "[0-9]"
RemoveNumbers = .Replace(Txt, "")
End With
End Function

3. Save the Use defined Function. Select a blank cell that you will return the text string without numbers, enter the formula =RemoveNumbers(A2) (A2 is the cell you will remove numbers from), and then drag the Fill Handle down to the range as you need.


Remove numbers from text strings with Kutools for Excel

This method will introduce Kutools for Excel’s Remove Characters utility to quickly remove all numbers from text string cells in Excel. Please do as follows:

Kutools for Excel - Packed with over 300 essential tools for Excel. Enjoy a full-featured 30-day FREE trial with no credit card required! Download now!

1. Select the text string cells that you will remove numbers from, and click Kutools > Text > Remove Characters.
doc remove numbers from text 01

2. In the opening Remove Characters dialog box, please check the Numeric option, and click the Ok button.

Then you will see all numbers are removed from selected text string cells at once. See Screenshot:

Note: Sometimes you may need to remove numbers and other special marks from the text string cells, and leave letters only. You can get it done by checking the Non-alpha option and clicking the Ok button in the Remove Characters dialog box. See screenshot:
doc remove numbers from text 4

Kutools for Excel - Supercharge Excel with over 300 essential tools. Enjoy a full-featured 30-day FREE trial with no credit card required! Get It Now


Demo: remove numbers from text strings in Excel


Kutools for Excel: Over 300 handy tools at your fingertips! Start your 30-day free trial with no feature limitations today. Download Now!

Quickly extract numbers from text strings with Kutools function in Excel

Kutools for Excel's Kutools Functions utility provides an EXTRACTNUMBERS function to help you quickly extract numbers from mixed text strings with ease.


ad extract numbers 4


Related articles:

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more

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...

Description


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!
Comments (4)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Another method involves a very simple formula, repeated (filled) down the sheet. Let the worksheet do the work for you. No VBA or add-ins needed.

- Put the string on a worksheet, in B1.
- Then put the numbers 0 to 9 in cells A2 to A11.
- Then, enter this formula into B2:
=SUBSTITUTE(B1, A2, "")
- Now, drag the fill handle from B2 down to B11.

B11 will now contain your string with all numbers removed.
This comment was minimized by the moderator on the site
Hello,

I found this function really helpful, however when I apply this formula, I find that other cells in my database show as error "Name#.'
Almost as if it goes out of the order on the database.

Could anyone provide advice?
This comment was minimized by the moderator on the site
In a cell witht he following John Smith SS1324 how do i extract SS1324 and just leave John Smith and paste SS1324 in another cell ?
This comment was minimized by the moderator on the site
Hey there.
Hope you are having a great day!
Thanks a lot for the formula!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations