Formula approach...

E3 and copied down:
=SUBSTITUTE(MID(C3,FIND(",",C3)+1,2),"-","")

F3 and copied down:
=RIGHT(C3,LEN(C3)-FIND("-",C3))