Find and copy data between ()

T

Ty

Im trying to create a column that has only the data found in another column
that is between ().

EX: cell G2: C6653FN (HP 15) INK, 2/PK, BLACK

Output wanted: HP 15

what formula would find this?
 
J

Jacob Skaria

Try
=TRIM(LEFT(SUBSTITUTE(MID(G2,FIND("(",G2)+1,255),")",REPT(" ",255)),255))

If this post helps click Yes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top