ROY-AMD-BOL-727
I am trying to extract the last letters after the character "-".
You could use this formula.
=RIGHT([test],LEN([test])-FIND("-",[test],FIND("-",[test],FIND("-",[test])+1)+1))
Result: