Try this formula
Assuming your data is in Column A beginning Row 2.
In B2
=TRIM(MID(A2,FIND("-",A2,1)+1,(FIND("-",A2,FIND("-",A2,1)+1))-FIND("-",A2,1)-1))
Drag/Fill Down

Hope this helps