Has anyone created a user function to return the ordinal position based
on numeric input?
In other words, f(1) returns 'st', f(2) returns 'nd', f(3) returns
'rd', etc.
on numeric input?
In other words, f(1) returns 'st', f(2) returns 'nd', f(3) returns
'rd', etc.
Comment