=right(a1, len(a1)-find("(", a1))

If you want to include that parenthesis
=RIGHT(A1, LEN(A1)-FIND("(", A1)+1)