
In this case the Find function gives the Mid function the starting point, and the Len combined with Find provides the number of characters to extract. Technically, you could do the same thing as the Right function using the Mid function, like this: When you press enter after typing this function, you’ll see that the first name is extracted from the string in cell C3. The Find function helps because it can tell you where the delimiting character is. However, there are multiple ways you can use these to accomplish the same thing.įor example, you can use the Left and Find function to extract the first name. To split cells, you may not need to use all of these functions. Len(): Return the total number of characters in a string of text.Find(): Find a substring inside of another string.Mid(): Extract a number of characters from the middle of a string.Right(): Extract a number of characters from the right side of the text.Left(): Extract a number of characters from the left side of the text.

Text functions let you extract pieces of a cell that you can output into another cell. Use Excel Text FunctionsĪnother way to split a cell in Excel is by using different text functions. This text-to-column feature can also handle splitting a cell in Excel if the text is separated by a tab, semicolon, comma, or any other character you specify.

Note: The process above works because the data to split in the cell had a space separating the text.
