I have An Excel column which its data has string and number. like this:
"ccc2000111bbb"
"fgbn2000234hgdd"
I want to extract the 6 digits in a cell. how should I do that?
Note that the number length is the same it is 6 digits and it begins with 2000 (ad only the last three characters are different)