
This will separate all characters that appear after the second hyphen of the RAW TEXT String. To extract SIZE from our RAW TEXT String, we will use the Right Function. This operation syntax should then be copied down the entire COLOUR column.This will separate all characters that appear in the middle of the RAW TEXT String. To extract COLOUR from our RAW TEXT String, will will use the Mid Function. This operation syntax should then be copied down the entire ITEM column.We will enter into cell B2 is as follows =LEFT(A2,SEARCH("-",A2,1)-1).

This will separate all characters that appear before the first hyphen on the left side of the RAW TEXT String. To extract ITEM from our RAW TEXT String, we will use the Left Function. Our objective here is to split the Text String in the first column into three separate categories in our Excel sheet.Set up your Excel sheet and input the requirements for the data splitting.The storekeeper would like to have the data sorted and separated into different Excel sheet columns. In the example illustrated below, we will be working with raw text string obtained from a clothing store. How to Split Text String by using Functions in Excel. This post will help us illustrate how to use different combinations of the Right, Mid, SEARCH and LEN Functions to split a string of text at a specific character.

of Split Text Function in Excel.īy making use of the Excel Right, Mid, Left, LEN and SEARCH Functions, we are able to manipulate of data in form of text.
