Hi guys,
I am stumped here. I am trying to pull out the numbers from a column that contains text and numbers. The text are serial numbers, and the number part in sandwiched between two clumps of text. However, these clumps of text on either side are not always the same size so just using the =mid function doesnt seem to be working, unless I can tell it to start when it sees the first number, which I can't figure out. The # i am trying to get is sometimes 3 and sometimes 4 numbers long.

Example:

MT411BY
MX623AB
WA460WGL
U420BS
CM1700GA
H710LOCO
M365WT

I would like a column next to this one to read

411
623
460
1700
710
365

Can anyone help with this?

Thanks