Dear All,
How do we find and extract numbers from any alphanumeric text? For example -
I have a text like : ABC123456XYZ, 234ABCD, ABCD1234. The output what I want is :
ABC123456XYZ = ABC (in col 1) 123456 (in col 2) XYZ (in col 3)
234ABCD = 234 (in col 1) ABCD (in col 2)
ABCD1234 = ABCD (in col 1) 1234 (in col 2)
I used to do it in Excel through array based formula / combination of multiple functions.
Can you please guide me the trick?
Regards
KD