Hello,
I have a text string where I need to match one value and return data until a condition is met.
For example: - I have a column labeled 'TENSILE'
Text string: T=<46.72 KSI>/Y=<40.5 KSI>/E=<13%>
I need to return ONLY the 46.72 for the T value. I would repeat the steps for Y and E in other columns.
The kicker is that they are not always in the same order NOR are they the same length. I would return the value until either a space or a % sign appeared.
I would appreciate any suggestions as I have over 5000 lines of data to do this to.
Thanks!
Configuration: Windows XP Internet Explorer 7.0