How to Extract a Substring of a Specified Format from a String

Problem description & analysis

Below is an Excel file book1.xlsx:

undefined

We are trying to extract numbers from each of column B’s strings, and get the first one to enter into column E. The expected result is as follows:

undefined

Solution & explanation

Load add-in ExcelRaq.xll in Excel, and

Enter the following formula in cell E2: =esproc("=?.words@d()(1)",B2). Enter similar formulas in the other cells to get results.

 

Q & A Collection

https://stackoverflow.com/questions/63775486/how-to-extract-specific-text-from-a-field-in-excel