I have a column named "Description." Each row of the column contains a sub-string I need to extract from the string within a cell.
The substring is in the form of three sets of numbers. The first number can be either a one digit or a two digit number; the second and third numbers are always two digit numbers.
To reiterate, the string I wish to extract is written in either of two forms:
36-10-72
7-14-65
This set of three numbers could be placed anywhere within the string of a cell.
DESCRIPTION
34-20-50 PART NW 1/4 NORTH OF ROW
LOT 17 BREWER'S 2ND S/D PART NW 1/4 NW 1/4 34-14-49
TRACTS 1 & 2 NEEL'S 4TH & PLUM S/D IN SE/4SE/4 34-17-49 (6.88 ACRES)
Is it possible to extract this string from the cell of each row?
Thank you
Robert
The substring is in the form of three sets of numbers. The first number can be either a one digit or a two digit number; the second and third numbers are always two digit numbers.
To reiterate, the string I wish to extract is written in either of two forms:
36-10-72
7-14-65
This set of three numbers could be placed anywhere within the string of a cell.
DESCRIPTION
34-20-50 PART NW 1/4 NORTH OF ROW
LOT 17 BREWER'S 2ND S/D PART NW 1/4 NW 1/4 34-14-49
TRACTS 1 & 2 NEEL'S 4TH & PLUM S/D IN SE/4SE/4 34-17-49 (6.88 ACRES)
Is it possible to extract this string from the cell of each row?
Thank you
Robert