A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
I had a list of 100 and that I had to select the first 10, the remainder are non-qualifiers.
the remainder should show blank.
As all your formulas show the ordinals, I take the shortest and improve it a little. This one shows only the ordinal numbers from 1 to 10:
=IF(OR(A1<=0,A1>10),"",A1&MID("thstndrdth",MIN(9,2*RIGHT(A1)*(MOD(A1-11,100)>2)+1),2))
Andreas.