View Single Post
 
Old 06-04-2017, 11:37 AM
xor xor is offline Windows 10 Office 2016
Expert
 
Join Date: Oct 2015
Posts: 1,102
xor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to all
Default

In B1 try:

=LEFT(A1,FIND("(",A1)-1)/MID(A1,FIND("(",A1)+1,FIND(")",A1)-FIND("(",A1)-1)
Reply With Quote