Here is a useful custom function to return the suffix for a day in a month, for example if you pass it 1, it will return st, which you can append to make up a text representation of a date, eg 1st May etc.
| Function Name: | NumberSuffix | |
| Function Parameters: | Number | |
| Function Code | ||
|
Let( [ |
||
| Example Input: | 22 | |
| Example Output: | nd | |
| Example Usage: | $suffix = NumberSuffx(22) |


