Find data between ()

T

Ty

trying to pull the data out of a cell where the data is between parentheses.

Example data in cell: C6653FN (HP 15) INK, 2/PK, BLACK
Desired output: HP 15

Is there a formula for this?
 
C

cm

Is this different than your previous post?

for data in G2:

=MID(G2,FIND("(",G2)+1,FIND(")",G2)-FIND("(",G2)-1)
 

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