ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Find data between () (https://www.excelbanter.com/excel-discussion-misc-queries/246019-find-data-between.html)

ty

Find data between ()
 
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?
--
Thanks, Ty

CM

Find data between ()
 
Is this different than your previous post?

for data in G2:

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

--
hope to help,
cm


"Ty" wrote:

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?
--
Thanks, Ty


Dan[_12_]

Find data between ()
 
=MID(A1,FIND("[",A1)+1,LEN(A1)-FIND("]",A1)-1)

In article ,
says...

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?





All times are GMT +1. The time now is 09:01 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com