Choose()
You may use these two options depending on your preferences.
=BYROW(TOCOL(F3:F,1),LAMBDA(x,IF(VALUE(RIGHT(FLOOR(x/10),1))=1,x&"th",IFERROR(CHOOSE(RIGHT(x),x&"st",x&"nd",x&"rd"),x&"th"))))
=F3 & CHOOSE(IF(AND(((F3)>3),((F3)<20)),
5,
MIN(RIGHT((F3),1)+1,5)),
"th","st","nd","rd","th") & " "