I used this for column B

Formula: copy to clipboard
=MID(A1,3,SEARCH(")",A1)-2)


I got this to work for the entire column C

Formula: copy to clipboard
=TRIM(SUBSTITUTE(SUBSTITUTE(RIGHT(SUBSTITUTE(A1,".."," "),25),".","",1)," ³",""))