This post will guide you how to split a text string in one cell at any number with Microsoft word. How do I split text at any number with Text to Column function in excel. How do I split a text string mixed with numbers using find and replace function in excel.
Split Text at Any Number with Word
If you want to split text string in range of cells at any number, you can use the find and replace function to find the number and then add one specific character comma before the number in the text string in Microsoft word. Then you can use the Text to Column function to split the text string into the different columns based on comma characters. Just do the following steps:
#1 Copy the data that you want to split in excel, and then paste those data in the word.

#2 select those data in word, go to HOME tab, click Replace command under Editing group in word. The Find and Replace dialog will appear.

#3 type one regular matter ([0-9]{1,}) into the Find what text box, and then type ,\1 into the Replace with text box, click More button to expand the search options.

#4 select the checkbox of the Use wildcards option in the Search Options, then click Replace All button.

#5 click No button.

#6 copy the new data in the word and then paste it into Excel again.

#7 select the newly data in excel, and go to DATA tab, click Text to Columns command under Data Tools group. The Convert Text to Columns Wizard dialog will appear.

#8 select Delimited option and click Next button.

#9 select Comma delimiters, then click Finish command.

#10 Lets see the result.

Related Posts
Calculate Years Between Dates In Ms Excel
If you are an avid Ms Excel user, then you might have come across a task in which you needed to calculate the years between the dates; you might take it easy and do this task manually, which is also ...
Calculate Number of Hours between Two Times
Calculating the difference between two times might be a valuable statistic for subsequent computations or averages, whether you're producing a time sheet for staff or recording personal exercises. While Excel has a plethora of complex functions, including date and time ...
Calculate Loan Interest in Given Year
When you borrow money, you are supposed to repay it gradually. Lenders, on the other hand, want to be compensated for their services and the risk they incur by lending you money. That is, you will not just repay the ...
Calculate Interest Rate for Loan
The interest rate is the fee charged by a lender to a borrower and is expressed as a percentage of the principal—the lent amount. The interest rate on a loan is often expressed as an annual percentage rate, abbreviated as ...
Calculate Interest for Given Period
Using the IPMT function in Excel, we can compute the interest payment on any loan. This step-by-step tutorial will guide Excel users of all skill levels through the process to calculate interest for given period. Finally, the formula: =IPMT(B3/12,1,B5,-B2) The ...
How To Use Excel GCD Function
This post will guide you how to use Excel GCD function with syntax and examples in Microsoft excel. Description The Excel GCD function Returns the greatest common divisor of two or more integers. So you can use the GCD function ...
Calculate A Ratio From Two Numbers In Excel
In elementary mathematics, a ratio is a connection or comparison between two or more integers. For example, ratios are often expressed as ":" to demonstrate the relationship between two numbers. You would think that manually calculating a ratio from two ...
How To Use Excel RRI Function
This post will guide you how to use Excel RRI function with syntax and examples in Microsoft excel. Description The Excel RRI function Returns an equivalent interest rate for the growth of an investment. So you can use the RRI ...
CAGR Formula Examples in Excel
CAGR in Excel is a formula that calculates the compound annual growth rate for any invested amount over the specified years or timeframe. Although there is no direct function in Excel that can help us identify the CAGR value, there ...
Build Hyperlink With VLOOKUP in Excel
You might have come across a task in which you were assigned to build hyperlinks, which seems very easy, and if you are new to excel or don't have enough experience with it, then you might wonder about doing this ...