Forum Discussion
Anonymous
2 years agoNot applicable
Extract date and specific string from text
Hi I have the following table that contains everything in one cell!!! I want to extract the fist & last date entered in that cell and first & last size in the formate of (00/64"). That 4 columns ...
ronrsnfld
2 years agoSuper User
You can extract the components using Regular Expressions. You can implement Regular Expressions using a Custom Function or, if you are running Power Query in Power BI, you can also use Python or R.