Formula to get first name from 2 formats either (Lastname, First) or (Firstname Last) formats.
Category: RIGHT
Fixed length ID
I needed few months back to make a fixed-length ID iut if none-fixed-length numbers.
SO I used the function REPT with RIGHT to force all numbers to be converted into fixed-length ID (mainly having leading zeros)
And here is the formula