Hello,

Is there a way convert the following,

I have this alphanumeric string in a cell: / 974974 TE / 232839 SW / 232837 CA / 232838 SA
and need this: 974974,232839,232837,232838

I tried SUBSTITUTE, but I am still left with the characters.

Thanks.