Hi
I have a column of cells that is approx 200000 rows long.
Some of these cells contain a unique six digit number that I need to extract. The problem is the cells generally contain numerous other characters also.
This is what the column looks something like:
Column A
Row1: 123456
Row2: Finsihed logging 543216
Row3: Other work
Row4: Generic comment
Row4: Additional comment
Row5: Need help with 563214
.
.
.
Row 199,000: Hello 456987 Goodbye
Row 199,001: Goodbye
Row 199,002: Need new 452136
Basically I only need the cells with a 6 digit number and of these cells I only need the number.
Any help would be appreciated.
da_shee
I have a column of cells that is approx 200000 rows long.
Some of these cells contain a unique six digit number that I need to extract. The problem is the cells generally contain numerous other characters also.
This is what the column looks something like:
Column A
Row1: 123456
Row2: Finsihed logging 543216
Row3: Other work
Row4: Generic comment
Row4: Additional comment
Row5: Need help with 563214
.
.
.
Row 199,000: Hello 456987 Goodbye
Row 199,001: Goodbye
Row 199,002: Need new 452136
Basically I only need the cells with a 6 digit number and of these cells I only need the number.
Any help would be appreciated.
da_shee