Hi Stephen, I did and they work, I was hoping to have this as code though rather than a function on the spreadsheet side of things.
=IF(ISNUMBER(FIND("(",C2)),MID(C2,FIND("(",C2)+1,FIND(")",C2)-FIND("(",C2)-1),"")
works great though and thank you.