RIGHT(text[,num_chars])
RIGHT returns the rightmost @num_chars characters or the right character if @num_chars is not specified.
This function is Excel compatible.
RIGHT("end") equals "d".
RIGHT("end",2) equals "nd".
MID, LEFT.