I have a field that concatenates all the other fields in a dataset.
Within this field, there are 10-digit codes all starting with '300' which I need to extract. I came up with one solution which works except on rows containing other numbers starting with 300, e.g. £3000. It would only work if the 10 digit code appears before the unwanted number.
Is there a way to do this?
Thanks