Ask Sawal

Discussion Forum
Notification Icon1
Write Answer Icon
Add Question Icon

How to take only alphabets in excel?

2 Answer(s) Available
Answer # 1 #

When you have a long list of multiple alphanumeric string in each cell in Excel, and you just want to extract only text strings from them, you can do as following ways I introduce.

Extract text only from alphanumeric string by using Defined Function in Excel

Extract text only from alphanumeric string with Kutools for Excel

Use Defined Function to extract text only from alphanumeric string in Excel by doing as follow:

1. Select a cell of the column you want to select and press Alt + F11 to open the Microsoft Visual Basic for Applications window.

2. In the pop-up window, click Insert > Module, then paste the following VBA code into the module.

VBA: Extract text only

3. Save the code and close the window, then type this formula =TextOnly(A1) (A1 is the first row cell in your list range you want to extract text only from) into a blank cell, press Enter button, then fill the handle to the range you want.

Kutools for Excel's Remove Characters feature also can help you extract text only in Excel.

Kutools for Excel includes more than 300 handy Excel tools. Free to try with no limitation in 30 days. Get it Now

1. Select the range you want to extract text only, and click Kutools > Text Tools > Remove Characters. See screenshot:

2. In the Remove Characters dialog, check Numeric and Non-printing check boxes. See screenshot:

3. Click Ok, then all the non-text characters are removed, see screenshot:

Tip: Because this applying will change your original data, you’d better to copy the original data to another place first.

For more about Remove Characters.

[2]
Edit
Query
Report
Gaurav Keth
WATCH REPAIRER APPRENTICE
Answer # 2 #
  • Select the range you want to extract text only, and click Kutools > Text Tools > Remove Characters.
  • In the Remove Characters dialog, check Numeric and Non-printing check boxes.
  • Click Ok, then all the non-text characters are removed, see screenshot:
[0]
Edit
Query
Report
Chaudhari tceh Ann
TRIMMER HELPER