array formula
to extract number
=MID(A1,MIN(IFERROR(IF(--MID(A1,ROW($1:$100),1),ROW($1:$100)),"")),COUNT(--MID(A1,ROW($1:$100),1)))
to extract text
=SUBSTITUTE(A1,MID(A1,MIN(IFERROR(IF(--MID(A1,ROW($1:$100),1),ROW($1:$100)),"")),COUNT(--MID(A1,ROW($1:$100),1))),)
Bookmarks