Hi,
I need to extract data a substring form a string matching tree letter followed by a space and then three numbers; XYZ 123. But sometimes it can be surrounded by other text, sometimes not. Some times it doesn't even exist on the row.
What's the best solution of matching this? I was thinking regex but that isn't available huh?
Maybe the best solution would be to add it through a macro/module somehow? (But how about Mac OS X support then?)
Any tips, suggestions or comments are welcome.
Thank you.
I need to extract data a substring form a string matching tree letter followed by a space and then three numbers; XYZ 123. But sometimes it can be surrounded by other text, sometimes not. Some times it doesn't even exist on the row.
What's the best solution of matching this? I was thinking regex but that isn't available huh?
Maybe the best solution would be to add it through a macro/module somehow? (But how about Mac OS X support then?)
Any tips, suggestions or comments are welcome.
Thank you.