Hello all,
I want to extract numbers using ONLY formula not text to column as follows:
<tbody>
1,2,12,14,15
3,5,6,10,18,22
8,17,32,45
</tbody>
I have either 1 or 2 digit numbers not more. I tried Left, mid, and right with find and substitute using columns as the...