×

Text to columns in Excel

Microsoft Excel is widely used in startups to large companies. The data are entered in required rows and columns, and sometimes the data entered in one cell needs to enter in a separate column. For example, if a person enters a name along with a surname, the user wants to split the name and surname and intends to enter the surname in a separate column.

Typing manually is a time-consuming process and may sometimes lead to manual errors. "Convert Text to Column Wizard "is used to solve this issue. To split the data from the cell, there are two methods used. Using a delimiter is one of the options, or the users are allowed to fix the width in an adjacent column for the text.

Let's look at changing the text to columns in a step-by-step method.

Splitting the data in a separate column

In the given data name of the person and their car are entered in a set of columns. The user needs to split the car names and get these into separate column. To split the last name from the cell, following steps are followed.

STEP 1: Enter the required data in a spreadsheet.

Text to columns in Excel

Here names of the person and the car they are using are entered in the worksheet, separated using a comma.

STEP 2: Select the required data range to display the content in a new column. Then choose Data> Data Tool Group>Text to Columns.

Text to columns in Excel

STEP 3:  A dialogue box will appear. In the delimiter, there present various options. Choose a comma as a delimiter. Click Apply.

STEP 4: Destination of the cell is selected before.  If the destination cell is not selected properly, it will overwrite the existing data set in the first column and last name in the adjacent column.

Text to columns in Excel

STEP 5: The car names are in separate columns, as shown below.

Text to columns in Excel

In the above process, the delimiters option is applied as Comma. Several other options are present, such as Semicolon, Customized, Space and Tab. Users can also use this option; a preview of how this option works is also seen in the dialogue box.

How to split First name and Last name in the cell?

To split the first name and last name in the cell, following steps are followed.

STEP 1: Enter and select the data in the spreadsheet.

Text to columns in Excel

STEP 2: Click “ALT+A+E”. A dialog box regarding “Convert Text to Columns Wizard” will open.

Text to columns in Excel

STEP 3: In the dialog box, check whether delimited is selected, and click “Next”.

STEP 4: In the Next step, a dialog box appears, in that uncheck the “Tab” option and choose “Space” as a Delimiter. Then click on “Treat Consecutive delimiters as one” option. Click on “Next”

Text to columns in Excel

STEP 5: In the wizard choose the destination where you want to display the result. Here cell b1 is selected, else the new data overwrites the existing data.  Click Finish after choosing the destination.

Text to columns in Excel

STEP 6: This option will split the data where first name and last name in a separate column as shown below.

Text to columns in Excel

The above technique is used only for splitting first names and last names. For splitting multiple data in a single column different method is implemented.

How to split the data in a single cell into multiple adjacent cells

Sometimes excel contains the whole data in a single set of column where there is a need to split the data into four adjacent columns. To implement this technique following steps are used.

STEP 1: Enter the data in the spreadsheet.

Text to columns in Excel

STEP 2: Select the data, choose Data> Data Tools> Text to columns.

Text to columns in Excel

STEP 3: In the dialog box choose, fixed width as an option. Click Next.

Text to columns in Excel

STEP 4: In the data preview section, a vertical line mark called break line which allows the user to adjust it as per the data structure. Click Next after the data structure is fixed.

Text to columns in Excel

STEP 5: In the dialog box enter the new destination, else the existing data overwrites the new data. After the destination is selected, click Finish as shown below.

Text to columns in Excel

STEP 6: The data is split based on Hex No and Description, where the new data is entered in the new column as shown below.

Text to columns in Excel

How to convert Date to Text using Text to Column Option

To convert date to text, either by using formula method or by Text to column option.

STEP 1: Enter the data in the spreadsheet.

Text to columns in Excel

STEP 2: To convert text to columns, choose Data> Text to columns. A dialog box appears in that choose delimiter as an option and click Next.

Text to columns in Excel

Step 3: A pop-up box appears, uncheck all the boxes, and click Next.

Text to columns in Excel

STEP 4: A dialog box appears, in that choose Text as an option and choose the destination and Click Finish.

Text to columns in Excel

STEP 5: The result is displayed as shown below, where the date is converted into text.

Text to columns in Excel

Splitting the several characters from the Cell

To split the several characters from the cell, following methods are followed.

STEP 1: Enter the data in the spreadsheet.

Text to columns in Excel

STEP 2: Click “ALT+A+E” for fixed width and choose Next.

Text to columns in Excel

STEP 3: Adjust the data which is away from nine characters from the starting point which is called delimiter as shown below. Click Next.

Text to columns in Excel

STEP 4: A dialog box appears where in that choose, date and select the destination where the result wants to display.

Text to columns in Excel

STEP 5: The result will be displayed as shown below, where the first nine data are split in a separate column and the rest of the data are inserted in separate column.

Text to columns in Excel

STEP 6: The result will be displayed as shown above where the first nine data are inserted in a separate column and other data are inserted in separate columns.

Summary

In the above tutorial, the step-by-step process of how to convert text to a new column is discussed. This methodology is a quick one to implement rather than typing manually.


Related Topics

Application Interface and Key Components

The essential key components of Excel are as follows: Ribbon TabQuick Access ToolbarFormula BarActive CellColumnsRows Name BoxSheet TabsZoom ControlStatus Bar Ribbon Tab: The ribbon includes tabs labeled Home, Insert, Page Layout, Formulas, Data, Review,...

3 minutes read.

Excel AND() Function

The AND() function in excel tests the multiple sets of conditions and returns TRUE if all supplied conditions met the criterion, FALSE otherwise. You need to have a minimum of 2 conditions...

2 minutes read.

Excel EOMONTH() Function

Excel EOMONTH() Function The EOMONTH() function in excel returns the serial number of the last day of the month before or after a specified number of months. Syntax EOMONTH (Start_Date, Month) Parameter Start_Date(required)- This parameter...

1 minute read.

Goal Seek in Excel

Goal Seek in Excel The Goal Seek Excel function in Excel facilitates an automatic solving approach by adjusting a few pointers to reach a required output. Goal seeking is used when you have a value in...

3 minutes read.

How to Make Use of the F-Test in Excel

Intro to F-Test in Microsoft Excel F-Test is primarily considered to be the essential tool of statistical in Microsoft Excel that, in turn, is used to do the hypothesis test with...

7 minutes read.

How to make use of the Wildcard in Excel

In this modern world, it is known that the wildcard characters in Microsoft Excel are considered to be the most essential and unrated features of Microsoft Excel. Besides all these,...

8 minutes read.

Excel MATCH () Function

Excel MATCH () Function The MATCH () function in excel locates the position of a lookup value in a row, column, or table and returns the relative position of an item in an array. Syntax MATCH...

2 minutes read.

Excel MAX() Function

Excel MAX() Function The MAX() function in excel returns the largest or maximum number from a range of cells. It ignores logical values and text. Syntax MAX(Number1,Number2, ...) Parameter Number1(required)- This parameter represents the string for which you...

1 minute read.

Shortcut Keys in Excel

Shortcut Keys in Excel Shortcut keys in Excel are used to simplify the work and save time by pressing a few keys.  These keys are used for navigating and working with Excel spreadsheets quickly and easily. Basic Selection:...

9 minutes read.

Excel Nested IF’s Function

Excel Nested IF’s Function This function in excel helps in checking multiple conditions together by using IF conditions within the IF condition. Syntax if(Logical_Test, [value_if_true], if(Logical_Test, [value_if_true] , [value_if_false])) Parameter Logical_Test (required)- This parameter represents the condition which...

2 minutes read.

Insert Row in Excel

It was known that we have various multiple ways that are extremely helpful in inserting a particular row in the Microsoft Excel. And we have lots of shortcut options available...

6 minutes read.

Excel MINUTE() Function

Excel MINUTE() Function The MINUTE() function in excel converts a serial number to minute (0 - 59). Syntax MINUTE (SERIAL_NUMBER) Parameter SERIAL_NUMBER (required)- This parameter represents the date or time from which you want to extract...

1 minute read.

SumIF Formula in Microsoft Excel

SUMIF Formula in Microsoft Excel is considered the primary and vital formula individuals can use to remove their workload. In this tutorial, we will discuss and learn about the SUMIF Formula...

7 minutes read.

Copying formula in Excel

Copy a formula in Excel While working with statistical calculations in Microsoft Excel, the user uses formulas to calculate the mathematical operations. Implementing these formulas manually for each data is a...

3 minutes read.

Error Bar in Microsoft Excel

Error Bar is considered the essential term used in Microsoft Excel. It is defined as the graphical representation of the respective data used to denote the errors. The Error bars can...

7 minutes read.

Excel ROUND() Function

Excel ROUND() Function The ROUND() function in excel rounds the numbers to specified digits. Syntax ROUND(Number,num_digits) Parameter Number(required)- This parameter represents the number which you want to round up. num_digits(required)- This parameter represents the number of decimal places to which...

1 minute read.

Division in Excel

Excel worksheet are widely used for calculation purposes. Mathematics calculations include addition, subtraction, multiplication, division etc. Performing this calculation manually takes time and sometimes leads to error. To get the...

5 minutes read.

Calculating Age in Excel

Microsoft Excel provides separate functions for various mathematical operations. Nowadays, Microsoft Excel is widely used by large and various organizations. Using formulas one can calculate the statistical functions quickly and...

2 minutes read.

Pivots Table in Excel

What is a Pivot? A pivot table is a tool to create summary reports from data-sets irrespective of their sizes but is helpful even if the data is more than just...

5 minutes read.

How to lock cells in Excel?

How to lock cells in Excel? The locked cells feature used to protect and secure your Excel sheet or workbook from the unauthorized access. If the cells are locked, it can’t be deleted, reformatted,...

5 minutes read.