This might do the trick...
Add this in a new column and sort by it
=IFERROR(CODE(TRIM(MID(B1,FIND(" ",B1),LEN(B1)-(FIND(" ",B1)-1)))+0)+122,CODE(TEXT(TRIM(MID(B1,FIND(" ",B1),LEN(B1)-(FIND(" ",B1)-1))),"0")))
Edit: Just realized, this won't work for double-digit or double-letter entries.... 11 will sort as 1, and AB will sort as A
![]()
![]()
Bookmarks